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 FreeAccount 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 AdsSeller Central / Vendor Central
Orders, 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.
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 GuideChatGPT
Plus, Team, or Pro. Add it from Plugins in the sidebar and authorize with OAuth.
Setup GuideCapabilities & data sources
Everything you can query, automate, and manage through AI once your accounts are connected.
AI-Powered Editing
With Edit Mode on, the AI updates campaigns, ad groups, keywords, and more — confirming each change before applying, with every write logged.
Learn about AI editingAmazon DSP Support
Manage programmatic display alongside Sponsored Products and Brands. Browse, analyze, and optimize DSP campaigns through AI. See DSP reporting.
Learn about DSPBrand Analytics Reports
Query search terms, market basket, repeat purchase behavior, and search query performance through AI — synced automatically from Seller Central.
Brand AnalyticsInventory + Ads Intelligence
Combine Seller Central and advertising data: check inventory before scaling spend, find high-traffic low-conversion products, and compare organic terms with ad targets.
Learn moreAmazon Marketing Stream (AMS)
Hourly Sponsored Products traffic and conversion data plus real-time budget-usage events. Ask "how am I doing right now?" without waiting on the daily report.
Learn moreAmazon Marketing Cloud (AMC)
Cross-channel attribution, new-to-brand analysis, audience insights, and path-to-conversion — queryable through AI via MCP. Available on every plan.
Learn moreTikTok Ads
TikTok campaign performance and placement breakdowns through the same MCP connection as your Amazon data. Connect a TikTok Business account for early access.
Learn moreKeyword Automation Rules
Scheduled rules that harvest winning search terms into exact-match keywords and negate wasted spend — with a preview before every change. Request early access.
Learn moreAI Product & Creative Manager
Pull your catalog, audit a product, generate creative including AI product images, and publish — with your review on every change. Request early access.
Learn moreCreative Asset Library
Store and reuse your brand images and video in one place. Upload or import (including through AI via MCP), organize by brand, and publish to listings or Sponsored Brands.
Learn moreKeepa (BYOK)
Bring your own Keepa API key. Multi-year price, BSR, and Buy Box history for any ASIN — including products you don't sell — joined with your Amazon data in one conversation.
Learn moreMCP 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"
]
}
}
}
Marketplace Plugin (Recommended for Claude)
Bundles the MCP server connection and three skills (Amazon Ads, Optimization Playbook, Seller Central) in one install. In Claude, go to Customize > + > Create plugin > Add marketplace and enter:
MarketplaceAdPros/map-claude-marketplace
See the plugin repo for details.
Amazon Ads Skill (Alternative)
If you've already configured the MCP server manually. 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
MCP API Access
One MCP endpoint for AI clients — Claude, ChatGPT, n8n. No Amazon developer registration.
MCP AccessDeveloper REST API
Bearer-token REST for dashboards, ETL, and custom apps. 100k-row CSV / JSON exports.
Developer APIAI Automation
Automate keyword discovery, bid optimization, reporting, and more with AI.
AI AutomationSee It in Action
Connect Your Amazon Ads Data
Free account connection. $20 two-week trial. AI Connect from $10/week.
Get Started Free