Amazon Ads Api Mcp Sdk
@KuudoAI
Amazon Ads Api Mcp Sdk について
What Is Included In the Amazon Ads MCP?
基本情報
設定
以下の設定を使って、このサーバーを 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.
「クラウドとインフラ」の他のコンテンツ
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
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
🐳 docker-mcp
QuantGeekDevA docker MCP Server (modelcontextprotocol)
コメント