
Amazon Ads Mcp
Let your coding agent query and manage Amazon Advertising API data—campaigns, metrics, and account context—without hand-writing OAuth flows in every script.
Overview
Amazon Ads MCP is a MCP server for the Grow phase that connects AI agents to the Amazon Advertising API for campaign and analytics operations.
What is this MCP server?
- MCP bridge to the official Amazon Advertising API (package amazon-ads-mcp v0.2.6)
- Supports direct OAuth credentials or Openbridge auth via environment variables
- stdio PyPI transport suited for local Claude Code and Cursor MCP configs
- Centralizes client ID, secret, refresh token, and profile ID setup once per machine
- Keeps ad ops questions inside the agent chat instead of scattered Seller Central tabs
- Server version 0.2.6
- PyPI identifier amazon-ads-mcp
- Auth methods: direct and openbridge via AMAZON_ADS_AUTH_METHOD
What problem does it solve?
Solo sellers waste hours hopping between Seller Central, spreadsheets, and one-off scripts because Amazon Ads OAuth and endpoints are painful to reuse from agent workflows.
Who is it for?
Indie ecommerce brands and micro-SaaS founders who already run Amazon Ads and want agent-driven reporting and API tasks from Claude Code or Cursor.
Skip if: Builders with no Amazon ad accounts, teams that need a full ads agency UI, or anyone unwilling to manage API credentials and profile IDs securely.
What do I get? / Deliverables
After registration, your agent can call Amazon Ads API tools with your configured auth so you can inspect and adjust advertising data from the same IDE where you ship code.
- Configured stdio MCP server wired to your Amazon Ads profile
- Agent-callable tools backed by live Advertising API responses
- Documented env-var auth pattern you can replicate across dev machines
Recommended MCP Servers
Journey fit
Amazon Ads tooling matters once you are running and optimizing paid acquisition for a product already in market, which maps to the Grow phase. Lifecycle covers ongoing campaign ops, budget tweaks, and performance review loops rather than one-time launch copy.
How it compares
Amazon Advertising API MCP bridge, not a generic SEO skill or creative ad copy generator.
Common Questions / FAQ
Who is Amazon Ads MCP for?
Solo builders and small teams selling on Amazon who want their AI coding agent to read and act on Advertising API data with proper credentials.
When should I use Amazon Ads MCP?
Use it during Grow-phase lifecycle work when you routinely review campaigns, debug performance, or automate ads API tasks alongside your product code.
How do I add Amazon Ads MCP to my agent?
Install amazon-ads-mcp from PyPI, set AMAZON_ADS_AUTH_METHOD plus the direct or Openbridge environment variables, add the stdio MCP server entry, and restart your client.