MCP Server
MCP
io.github.cprice70/amazonads-mcp
MCP server for Amazon Ads API - manage campaigns, keywords, bids, and performance reports
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "amazonads-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Amazon Ads API Client ID",
"isRequired": true,
"format": "string",
"name": "AMAZON_ADS_CLIENT_ID"
},
{
"description": "Amazon Ads API Client Secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AMAZON_ADS_CLIENT_SECRET"
},
{
"description": "Amazon Ads API Refresh Token",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AMAZON_ADS_REFRESH_TOKEN"
},
{
"description": "Amazon Ads region (NA, EU, or FE)",
"format": "string",
"name": "AMAZON_ADS_REGION"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment