Amazon Ads Api Mcp Sdk
@KuudoAI
About Amazon Ads Api Mcp Sdk
What Is Included In the Amazon Ads MCP?
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"amazon_ads_mcp": {
"command": "docker",
"args": [
"pull",
"openbridge/amazon-ads-mcp"
]
}
}
}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 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.
Frequently asked questions
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.
Basic information
More Cloud & Infrastructure MCP servers
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps

Aws Kb Retrieval Server
modelcontextprotocolModel Context Protocol Servers
Comments