MCP.so
登录
A

Amazon Ads Api Mcp Sdk

@KuudoAI

关于 Amazon Ads Api Mcp Sdk

What Is Included In the Amazon Ads MCP?

基本信息

分类

云与基础设施

传输方式

stdio

发布者

KuudoAI

提交者

Thomas Spicer

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "amazon_ads_mcp": {
      "command": "docker",
      "args": [
        "pull",
        "openbridge/amazon-ads-mcp"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Amazon Ads Api Mcp Sdk?

The Amazon Ads Api Mcp Sdk is an open-source framework that implements the Model Context Protocol (MCP) for the Amazon Advertising API. It provides a structured, type-safe toolkit for AI models to manage campaigns, generate reports, and automate advertising operations. It is intended for developers building AI-powered advertising tools, chatbots, and enterprise services.

How to use Amazon Ads Api Mcp Sdk?

Install the server via Docker (docker pull openbridge/amazon-ads-mcp), configure environment variables in a .env file, and start with Docker Compose (docker-compose up -d). Authentication can be set up either by bringing your own Amazon Ads API app (direct OAuth flow) or by using the Openbridge partner app (token authentication). After connecting, an AI client (e.g., Claude Desktop) can invoke MCP tools to interact with Amazon Ads resources.

Key features of Amazon Ads Api Mcp Sdk

  • Full Model Context Protocol compliance for AI integration
  • Multi-region support (NA, EU, FE) with automatic routing
  • Comprehensive coverage of Amazon Ads API services
  • Pydantic-based type safety and validation
  • Production-ready error handling and testing

Use cases of Amazon Ads Api Mcp Sdk

  • AI-powered campaign management and performance analysis
  • Automated reporting and budget optimization via chatbots
  • Enterprise multi-account advertising management
  • Custom API wrappers and testing frameworks for Amazon Ads
  • Real-time advertising performance monitoring dashboards

FAQ from Amazon Ads Api Mcp Sdk

What authentication methods does the server support?

Two paths: Bring Your Own App (BYOA) with direct OAuth flow, or Openbridge Partner App with token authentication (set AUTH_METHOD=openbridge and pass a valid access token).

What Amazon Ads API services are covered?

The server includes tools for accounts, audiences, reporting, brand metrics, Sponsored Products, Sponsored Brands, Sponsored Display, DSP, Amazon Marketing Cloud, Amazon Attribution, creative assets, exports, locations, and more – over forty service packages.

How do I install and start the server?

Pull the Docker image, copy .env.example to .env, edit credentials, and run docker-compose up -d. The server becomes available at http://localhost:9080.

How do I configure which tool packages are loaded?

Set the AMAZON_AD_API_PACKAGES environment variable to a comma-separated list of package names (e.g., profiles,campaign-manage) from the list provided in the README.

What are the MCP tool prefixes?

Prefixes organize tools by API area: cp_ for campaign management, amc_ for Amazon Marketing Cloud, dsp_ for DSP, sd_ for Sponsored Display, and ams_ for Amazon Marketing Stream.

评论

云与基础设施 分类下的更多 MCP 服务器