Serversio.github.KuudoAI/amazon_ads_mcp
M

io.github.KuudoAI/amazon_ads_mcp

io.github.KuudoAI/amazon_ads_mcp · v0.2.6
▦ pypi
v0.2.6pypi pypi: amazon-ads-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.KuudoAI/amazon_ads_mcp",
  "description": "Amazon Ads API MCP server for Amazon Advertising API",
  "repository": {
    "url": "https://github.com/KuudoAI/amazon_ads_mcp",
    "source": "github"
  },
  "version": "0.2.6",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "amazon-ads-mcp",
      "version": "0.2.6",
      "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"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}