amazon-ads-mcp-server

MarketplaceAdPros/amazon-ads-mcp-server

3.3

If you are the rightful owner of amazon-ads-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

The amazon-ads-mcp-server allows integration with Amazon Advertising Data through MarketplaceAdPros, providing access to advertising resources and reports.

The amazon-ads-mcp-server is a powerful tool designed to integrate Amazon Advertising Data with your applications via the MarketplaceAdPros platform. It provides seamless access to various advertising resources, including Sponsored Products, Sponsored Brands, and Sponsored Display campaigns. Users can query reports using plain English, making data analysis more intuitive and accessible. Additionally, the server offers recommendations and experiments through Marketplace Ad Pros, enhancing advertising strategies with data-driven insights. The server can be accessed as a Streamable HTTP MCP Server, ensuring flexibility and ease of integration with different platforms. With robust development and debugging tools, the amazon-ads-mcp-server is an essential asset for advertisers looking to optimize their Amazon advertising efforts.

Features

  • Access to Sponsored Products, Sponsored Brands, and Sponsored Display resources.
  • Ability to query reports using plain English.
  • Integration with Marketplace Ad Pros for recommendations and experiments.
  • Available as a Streamable HTTP MCP Server.
  • Supports development with auto-rebuild and debugging tools.

Usages

npx with Claude Desktop

{
  "mcpServers": {
    "marketplaceadpros": {
      "command": "npx",
      "args": [
        "@marketplaceadpros/amazon-ads-mcp-server"
      ],
      "env": {
        "BEARER_TOKEN": "abcdefghijklmnop"
      }
    }
  }
}

node with Claude Desktop

{
  "mcpServers": {
    "marketplaceadpros": {
      "command": "node",
      "args": [
        "/path/to/amazon-ads-mcp-server/build/index.js"
      ],
      "env": {
        "BEARER_TOKEN": "abcdefghijklmnop"
      }
    }
  }
}

streamable http with Claude Desktop

{
  "mcpServers": {
    "marketplaceadpros": {
      "type": "streamable-http",
      "url": "https://app.marketplaceadpros.com/mcp"
    }
  }
}

streamable http with LibreChat

yaml
MAP:
  type: streamable-http
  url: https://app.marketplaceadpros.com/mcp
  headers:
    Authorization: "Bearer abcdefghijklmnop"