MCP Server
MCP
io.github.tspicer/amazon_ads_mcp
Amazon Ads API MCP server for Amazon Advertising API
Install
uvx amazon-ads-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "amazon-ads-mcp",
"version": "0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Authentication method: direct or openbridge.",
"name": "AMAZON_ADS_AUTH_METHOD"
},
{
"description": "Amazon Ads API client ID for direct auth.",
"name": "AMAZON_AD_API_CLIENT_ID"
},
{
"description": "Amazon Ads API client secret for direct auth.",
"isSecret": true,
"name": "AMAZON_AD_API_CLIENT_SECRET"
},
{
"description": "Amazon Ads API refresh token for direct auth.",
"isSecret": true,
"name": "AMAZON_AD_API_REFRESH_TOKEN"
},
{
"description": "Amazon Ads profile ID for direct auth.",
"name": "AMAZON_AD_API_PROFILE_ID"
},
{
"description": "Openbridge refresh token (API key).",
"isSecret": true,
"name": "OPENBRIDGE_REFRESH_TOKEN"
},
{
"description": "Openbridge API key (alias for OPENBRIDGE_REFRESH_TOKEN).",
"isSecret": true,
"name": "OPENBRIDGE_API_KEY"
},
{
"description": "Openbridge remote identity ID.",
"name": "OPENBRIDGE_REMOTE_IDENTITY_ID"
},
{
"description": "Amazon Ads API region (na/eu/fe).",
"name": "AMAZON_ADS_REGION"
},
{
"description": "Comma-separated API packages to load.",
"name": "AMAZON_AD_API_PACKAGES"
},
{
"description": "Optional bearer token to protect download routes.",
"isSecret": true,
"name": "AMAZON_ADS_DOWNLOAD_AUTH_TOKEN"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment