Server data from the Official MCP Registry
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
Set these up before or after installing:
Environment variable: AMAZON_ADS_CLIENT_ID
Environment variable: AMAZON_ADS_CLIENT_SECRET
Environment variable: AMAZON_ADS_REFRESH_TOKEN
Environment variable: AMAZON_ADS_REGION
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-cprice70-amazonads-mcp": {
"env": {
"AMAZON_ADS_REGION": "your-amazon-ads-region-here",
"AMAZON_ADS_CLIENT_ID": "your-amazon-ads-client-id-here",
"AMAZON_ADS_CLIENT_SECRET": "your-amazon-ads-client-secret-here",
"AMAZON_ADS_REFRESH_TOKEN": "your-amazon-ads-refresh-token-here"
},
"args": [
"-y",
"amazonads-mcp"
],
"command": "npx"
}
}
}This is a well-structured Amazon Ads MCP server with proper authentication and comprehensive features. The server requires valid Amazon Ads API credentials and implements retry logic. The only security concern is the OAuth helper script that starts a local HTTP server, which could pose a minor risk if used carelessly. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
Scanned 7 files · 6 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!