Bing Ads MCP Server by CData
@CDataSoftware
About Bing Ads MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for Bing Ads (beta): https://www.cdata.com/download/download.aspx?sku=EZZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\bing-ads.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Bing Ads MCP Server by CData?
Bing Ads MCP Server by CData is a read-only Model Context Protocol (MCP) server that uses the CData JDBC Driver for Bing Ads to expose Bing Ads data as relational SQL models, enabling large language models (e.g., Claude Desktop) to query live Bing Ads data via natural language questions without requiring SQL.
How to use Bing Ads MCP Server by CData?
Clone the repository, build with Maven (mvn clean install), download and install the CData JDBC Driver for Bing Ads, license the driver, and generate a JDBC connection string via the provided utility. Create a .prp file with connection properties, then configure Claude Desktop by adding an mcpServers entry pointing to the built JAR and the .prp file. Restart Claude Desktop to see the server.
Key features of Bing Ads MCP Server by CData
- Read-only access to live Bing Ads data
- Powered by the CData JDBC Driver for Bing Ads
- Exposes Bing Ads as relational SQL tables
- Enables natural language queries via LLMs
- Tools:
get_tables,get_columns,run_query(SQL SELECT) - Uses
stdiotransport for local client communication
Use cases of Bing Ads MCP Server by CData
- Query campaign performance and ad spend data with natural language
- Analyze account and opportunity metrics from Bing Ads
- Retrieve live advertising data for reporting and dashboards
- Integrate Bing Ads data into AI-driven analysis workflows
FAQ from Bing Ads MCP Server by CData
Is the server read-only?
Yes, this project builds a read-only MCP server. For full read, write, update, delete, and action capabilities, check out the free CData MCP Server for Bing Ads (beta).
What prerequisites are required?
Java, Maven, and the CData JDBC Driver for Bing Ads (requires a license; a trial is available).
How do I connect to Bing Ads?
Use the JDBC Driver’s connection string utility to generate a connection string with OAuth or other credentials, then set it as the JdbcUrl in the .prp file.
What transport does the server use?
The server uses stdio, so it can only be used with clients running on the same machine.
How do I see available tables and columns?
Use the {prefix}_get_tables tool to list tables and {prefix}_get_columns to list columns for a specific table.
More Search MCP servers
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
duckduckgo-search MCP Server
zhsamaSearXNG MCP Server
ihor-sokoliukPrivate web search for AI assistants via SearXNG — supports Claude, Cursor, and any MCP client
G-Search MCP
jae-jaeA powerful MCP server for Google search that enables parallel searching with multiple keywords simultaneously.
Comments