Skip to main content
Glama

Amazon Ads API MCP

by KuudoAI
docker-compose.yaml970 B
services: amazon-ads-mcp: build: context: . dockerfile: Dockerfile image: amazon-ads-mcp:latest container_name: amazon-ads-mcp env_file: - .env environment: # Server runtime - TRANSPORT=http - HOST=0.0.0.0 - PORT=9080 - LOG_LEVEL=INFO - AMAZON_AD_PACKAGES=profiles,accounts-ads-accounts - AMAZON_ADS_TOKEN_PERSIST=true - AMAZON_ADS_CACHE_DIR=/app/.cache/amazon-ads-mcp # Authentication (configure as needed for your environment) # - AUTH_METHOD=openbridge ports: - "9080:9080" volumes: # Persist downloaded exports/reports - downloads:/app/data # Persist token cache across container restarts - cache:/app/.cache command: [ "python", "-m", "amazon_ads_mcp.server", "--transport", "${TRANSPORT:-http}", "--host", "${HOST:-0.0.0.0}", "--port", "${PORT:-9080}" ] volumes: downloads: {} cache: {}

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/KuudoAI/amazon_ads_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server