amazon-ads-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | pino level, default info (logs go to stderr) | info |
| MCP_HTTP_PORT | No | HTTP port, default 3000 | 3000 |
| MCP_TRANSPORT | No | stdio (default) or http | stdio |
| AMAZON_ADS_REGION | Yes | NA, EU, or FE — must match where the refresh token was issued | |
| REPORT_OUTPUT_DIR | No | Where download_report --saveAs writes files, default ./reports-output | ./reports-output |
| AMAZON_ADS_CLIENT_ID | Yes | LwA client id (amzn1.application-oa2-client.…) | |
| AMAZON_ADS_PROFILE_ID | No | Default advertiser profile (else pass profileId per tool call) | |
| AMAZON_ADS_MAX_RETRIES | No | Retry attempts for 429/5xx, default 4 | 4 |
| AMAZON_ADS_CLIENT_SECRET | Yes | LwA client secret | |
| AMAZON_ADS_REFRESH_TOKEN | Yes | LwA refresh token (Atzr|…) | |
| AMAZON_ADS_RATE_LIMIT_RPS | No | Client-side request ceiling, default 5/s | 5 |
| AMAZON_ADS_CACHE_TTL_SECONDS | No | Entity-read cache TTL, default 60 (0 disables) | 60 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Imsamiullah09/amazon-ads-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server