Integrations

Marketplace Ad Pros connects your Amazon Ads data to the AI tools you already use. Bring your data in through account integrations, then access it through MCP servers, skills, and connectors.

Connect Your Accounts Free

Account Integrations

Connect your advertising accounts so MAP can pull your data. This is the first step — you need at least one account connected before you can use any access integration.

Amazon Ads

Sponsored Products, Sponsored Brands, and Amazon DSP programmatic display campaigns. Connect through OAuth in under a minute.

Connect Amazon Ads

Facebook Ads

Facebook and Instagram ad campaigns. Connect through OAuth to pull campaign performance data.

Connect Facebook Ads

Seller Central / Vendor Central

Orders, FBA inventory, catalog data, and Brand Analytics reports. Connect through Amazon's Selling Partner authorization.

Learn More

Go to the Integrations page to manage your account integrations.

Access Integrations

Once your accounts are connected, access your data through these AI clients and tools.

MCP Server

Connect any MCP-compatible AI client. OAuth recommended, API key fallback, or mcp-remote bridge.

Setup Guide

Claude

Claude Desktop, Claude Code, and Claude Cowork. MCP config or Skill install.

Setup Guide

ChatGPT

Plus, Team, or Pro. Enable Developer Mode and create an OAuth Connector.

Setup Guide

OpenClaw

Install the Amazon Ads skill on OpenClaw with one command.

Setup Guide

n8n

Build automated workflows — alerts, reports, and data pipelines.

Setup Guide

AI-Powered Editing

With Edit Mode turned on, the AI can update campaigns, ad groups, keywords, and more. It confirms each change before applying, and every write is logged.

Learn About AI Editing

Amazon DSP Support

Manage programmatic display campaigns alongside Sponsored Products and Sponsored Brands. Browse, analyze, and optimize DSP campaigns through AI. See DSP reporting.

Learn About DSP

Brand Analytics Reports

Query search terms, market basket analysis, repeat purchase behavior, and search query performance through AI. Synced automatically from Seller Central.

Brand Analytics

Inventory + Ads Intelligence

Combine Seller Central data with advertising data. Check inventory before scaling spend, find high-traffic low-conversion products, and compare organic search terms with ad targets.

Learn More
Closed Beta

Amazon Marketing Cloud (AMC)

Cross-channel attribution, new-to-brand analysis, audience insights, and custom audience creation for DSP — queryable through AI via MCP.

Learn More

MCP Quick Reference

Most clients that support MCP just need the server URL. If your client supports OAuth (Claude Desktop, ChatGPT, and others do), point it at:

https://app.marketplaceadpros.com/mcp

That's it. Your client handles login automatically. No API keys, no extra config. See the full MCP server setup guide for details.


Advanced config options

OAuth config (explicit)

If your client needs a JSON config block instead of just the URL:

{
  "mcpServers": {
    "map": {
      "type": "streamable-http",
      "url": "https://app.marketplaceadpros.com/mcp"
    }
  }
}
API key (fallback)

If OAuth isn't working with your client, 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.

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

Works with Claude Code, Claude Desktop, Claude Cowork, and OpenClaw.

npx skills add marketplaceadpros/skill-amazon-ads

See the skill README for details.

Go Deeper

API Access

Skip the Amazon developer registration. One MCP endpoint for all your ad data.

API Access

AI Automation

Automate keyword discovery, bid optimization, reporting, and more with AI.

AI Automation

Search Query Performance

Cross-reference organic search behavior with your ad campaigns.

Learn More

See It in Action

Connect Your Amazon Ads Data

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

Get Started Free