MCP.so
ログイン
B

Bing Ads MCP Server by CData

@CDataSoftware

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

基本情報

カテゴリ

検索

トランスポート

stdio

公開者

CDataSoftware

投稿者

Cameron Leblanc

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "{classname_dash}": {
      "command": "PATH\\TO\\java.exe",
      "args": [
        "-jar",
        "PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
        "PATH\\TO\\bing-ads.prp"
      ]
    }
  }
}

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

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 stdio transport 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.

コメント

「検索」の他のコンテンツ