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 FreeConnect 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.
Sponsored Products, Sponsored Brands, and Amazon DSP programmatic display campaigns. Connect through OAuth in under a minute.
Connect Amazon AdsFacebook and Instagram ad campaigns. Connect through OAuth to pull campaign performance data.
Connect Facebook AdsOrders, FBA inventory, catalog data, and Brand Analytics reports. Connect through Amazon's Selling Partner authorization.
Learn MoreGo to the Integrations page to manage your account integrations.
Once your accounts are connected, access your data through these AI clients and tools.
Connect any MCP-compatible AI client. OAuth recommended, API key fallback, or mcp-remote bridge.
Setup GuideWith 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 EditingManage programmatic display campaigns alongside Sponsored Products and Sponsored Brands. Browse, analyze, and optimize DSP campaigns through AI. See DSP reporting.
Learn About DSPQuery search terms, market basket analysis, repeat purchase behavior, and search query performance through AI. Synced automatically from Seller Central.
Brand AnalyticsCombine 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 MoreCross-channel attribution, new-to-brand analysis, audience insights, and custom audience creation for DSP — queryable through AI via MCP.
Learn MoreMost 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.
If your client needs a JSON config block instead of just the URL:
{
"mcpServers": {
"map": {
"type": "streamable-http",
"url": "https://app.marketplaceadpros.com/mcp"
}
}
}
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"
}
}
}
}
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"
]
}
}
}
Works with Claude Code, Claude Desktop, Claude Cowork, and OpenClaw.
npx skills add marketplaceadpros/skill-amazon-ads
See the skill README for details.
Skip the Amazon developer registration. One MCP endpoint for all your ad data.
API AccessAutomate keyword discovery, bid optimization, reporting, and more with AI.
AI AutomationFree account connection. $20 two-week trial. AI Connect from $10/week.
Get Started Free