Amazon Ads MCP Server — Connect Your Ad Data to Any AI Client

Marketplace Ad Pros provides an MCP server that gives Claude, ChatGPT, n8n, and any MCP-compatible AI client direct access to your Amazon Ads data. Query campaigns, analyze keywords, check bids, and get optimization recommendations — all through natural language.

Read access + opt-in editing Works with any MCP client Connect free · $20 two-week trial · AI Connect from $10/week
MCP Conversation Example
You: Which campaigns had the biggest ACOS jump in the last 7 days?
Assistant: 3 campaigns drove 82% of the ACOS increase. CPC rose after bid updates while CVR stayed flat. I can break this down by brand and keyword.
Works in Claude, ChatGPT, n8n, and any MCP-compatible client.

Set Up in 3 Steps

1

Create an Account

Sign up at app.marketplaceadpros.com and connect your Amazon Ads accounts. This is free.

2

Add the MCP Server URL

Most MCP clients (Claude, ChatGPT, n8n, and others) let you add a remote server by URL. Just enter:

https://app.marketplaceadpros.com/mcp

Your client will walk you through the OAuth login to authorize access.

3

Start Querying

Ask your AI client questions about campaigns, keywords, bids, and performance. MAP handles the data normalization and your AI gets structured, clean results.

What You Can Do Through MCP

Query Campaign Performance

Pull spend, sales, ACOS, ROAS, impressions, and clicks for any campaign or date range. Broken down by ad group, keyword, or targeting.

Analyze Keywords

Find which keywords drive sales, which waste spend, and get new keyword suggestions based on search term reports.

Get Bid & Budget Recommendations

See data-backed bid adjustments and budget allocation suggestions across your campaigns.

Multi-Account Brands

Organize multiple ad accounts under brands. Switch between clients in conversation and compare performance across your portfolio.

Browse Recommendations

MAP scans your accounts daily and surfaces optimization opportunities. Browse them through your AI client and decide which to act on.

Track Experiments

Tie recommendations to outcomes with the experiment ledger. See what you changed, when, and whether it helped.

MCP Server Connection

Server URL

Enter this URL in your MCP client's "Add Remote Server" or "Add Custom Connector" option. Your client will handle the OAuth login automatically.

https://app.marketplaceadpros.com/mcp

No API keys needed. Works with Claude, ChatGPT, n8n, and any MCP client that supports remote servers.

Advanced: JSON Configuration

If your client requires a JSON config file instead of a URL, use one of these options.

Streamable HTTP with OAuth (recommended)

Your client handles login automatically — no API keys to manage.

{
  "mcpServers": {
    "map": {
      "type": "streamable-http",
      "url": "https://app.marketplaceadpros.com/mcp"
    }
  }
}
Streamable HTTP with API Key

Generate an API key on the Integrations page and pass it as a Bearer token.

{
  "mcpServers": {
    "map": {
      "type": "streamable-http",
      "url": "https://app.marketplaceadpros.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}
stdio via mcp-remote

For clients that only support stdio transport. Uses the mcp-remote bridge.

{
  "mcpServers": {
    "map": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://app.marketplaceadpros.com/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}

See It in Action

Setup Guides by Client

Detailed setup instructions for each AI client.

Claude

Desktop, Code, Cowork & Skill install

Claude Setup Guide

ChatGPT

Developer Mode & OAuth Connector

ChatGPT Setup Guide

OpenClaw

Skill install

OpenClaw Setup Guide

Frequently Asked Questions

MCP (Model Context Protocol) is an open standard that lets AI clients connect to external data sources. Marketplace Ad Pros runs an MCP server that connects your AI client to your Amazon Ads data: campaigns, keywords, bids, performance metrics, and recommendations. Read-only by default. You can opt in to write access during OAuth.

Claude Desktop, Claude Code, Claude Cowork, ChatGPT (Plus, Team, and Pro), OpenClaw, n8n, and any client that supports the MCP standard. The list keeps growing as more tools adopt the protocol.

Three options: OAuth is recommended — your client handles login and you don't need to manage API keys. If OAuth isn't working with your client, use an API key via Bearer token header as a fallback. For clients that only support stdio transport, use the mcp-remote bridge. All methods connect to the same endpoint at https://app.marketplaceadpros.com/mcp.

Read-only by default. If you grant write access during OAuth, the AI can apply changes, but it confirms each one first. All writes are logged. Learn more.

Connecting your Amazon Ads accounts is free. After that, a $20 two-week trial gives you full access. AI Connect starts at $10/week for MCP data access in any supported client. Optimization plans with daily recommendations start at $149/month.

Connect Your Amazon Ads to Any AI Client

Free account connection. $20 two-week trial. AI Connect from $10/week.

Get Started Free