amazon-mcp
Provides access to Amazon Selling Partner API and Advertising API, with tools for managing orders, inventory, pricing, catalog, listings, reports, ads, finance, fulfillment, analytics, and alerts.
Enables Slack integration in the Pro package, likely for sending alerts and notifications to Slack channels via the AlertEngine.
Adds Stripe integration in the Pro package for financial data ingestion and payment processing, complementing Amazon settlement data.
Adds TikTok as a cross-platform connector in the Pro package, extending management and advertising capabilities to TikTok.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@amazon-mcpShow me my recent orders and revenue summary"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
amazon-mcp
MCP server for Amazon Selling Partner API (SP-API) and Advertising API — exposes orders, inventory, pricing, ads, reports, and related read paths to Claude, Cursor, and other MCP clients.
Quick Start
git clone https://github.com/coaxon/amazon-mcp.git
cd amazon-mcp
cp .env.example .env
python run_mcp.sh🔒 0 violations across 6 projects — CodeQL audited. View Report
This connects your own Seller Central and Ads API data — an operations tool for sellers who already run a store, not a market or product-research tool. If you want category research, keyword mining, or competitor intel on products you do not yet sell, look elsewhere.
Audience: developers who already use MCP. You are expected to read tool docstrings, configure LWA credentials yourself, and run the server locally or on your own host.
Related MCP server: Amazon Ads API MCP SDK
30-second start
git clone https://github.com/coaxon/amazon-mcp.git
cd amazon-mcp
pip install -r requirements.txt
cp .env.example .env # defaults: dry-run, no credentials
python -m amazon_mcp # stdio → Claude Desktop / CursorPlanned (not on PyPI yet): pip install amazon-mcp · uvx amazon-mcp
Claude Desktop (~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"amazon-sp": {
"command": "python3",
"args": ["-m", "amazon_mcp"],
"cwd": "/path/to/amazon-mcp",
"env": {
"AMAZON_MCP_DRY_RUN": "1",
"AMAZON_MCP_DATA_DIR": "/path/to/amazon-mcp/data"
}
}
}
}HTTP transport (Cursor / remote client). Set AMAZON_MCP_API_KEY in server .env first.
AMAZON_MCP_TRANSPORT=streamable-http AMAZON_MCP_HOST=127.0.0.1 AMAZON_MCP_PORT=8780 python -m amazon_mcp{
"mcpServers": {
"amazon-sp": {
"url": "http://127.0.0.1:8780/mcp",
"headers": {
"Authorization": "Bearer ${AMAZON_MCP_API_KEY}"
}
}
}
}See claude_desktop_config.example.json.
Dry-run (no credentials)
Default AMAZON_MCP_DRY_RUN=1 serves bundled fixtures — no LWA app, no Seller Central auth. Defaulted to DRY_RUN=1 to keep your seller account safe while testing the logic.
cp .env.example .env
python -m amazon_mcpIn your MCP client, call:
amazon_health()
amazon_inventory(action="list_asins")
amazon_catalog(action="lookup", asin="B0POC00001")
amazon_orders(action="revenue_summary")
amazon_alerts(action="alert_config")Fixture ASINs include B0POC00001, B0FIXTURE01, etc. Responses include "dry_run": true in metadata.
Live SP-API
Set in .env:
Variable | Source |
| Developer Console → your SP-API app → LWA credentials |
| same |
| Seller Central → authorize app → refresh token |
| optional but recommended (Merchant Token) |
| set to |
Step-by-step credential setup: docs/OPERATOR_QUICKSTART.md (§ SP-API 客户凭证申请指引).
Core tools (open source)
Domain tools follow amazon_<domain>(action="..."). Core includes:
Domain | Actions (summary) |
|
|
| seller feedback, SP-API notification subscriptions |
|
|
|
|
|
|
|
|
| read/update listing fields (preview gate on writes) |
|
|
| profiles, campaigns, keyword/search-term performance |
|
|
| FBA inbound plan create/read, operation status |
| sales & traffic, Data Kiosk queries |
| read only: |
Also in core: run_dag_plan / resume_dag_plan — three-phase SP-API executor (amazon_mcp/dag/); no Pro dependency.
Core vs Pro
Pro is a separate optional package (amazon-mcp-pro). Core detects it via importlib.util.find_spec("amazon_mcp_pro"). No license keys.
Without Pro, these return {"error": "pro_required", ...} (see Getting Pro for how to enable Pro today):
Category | Gated |
Entire domains |
|
|
|
|
|
|
|
Scenarios |
|
Pro adds: multi-tenant gateway, AlertEngine polling, Slack/Stripe integrations, scenario orchestration, cross-platform connectors. There is no self-serve install path yet — see Getting Pro below.
Getting Pro
Pro is not yet published as a standalone package. There is no PyPI release (public or private), so pip install amazon-mcp-pro will fail. Current options:
Private deployment — we set up and host the full stack (multi-tenant gateway, AlertEngine, Slack/Stripe integrations, scenario orchestration) on your infrastructure or ours.
Questions / business inquiries — open a GitHub Issue or email info@coaxon.me.
Environment reference
Full template: .env.example.
Variable | Notes |
|
|
| SQLite / tenant data (required when installed via pip into site-packages) |
|
|
| Bearer auth for HTTP |
Deploy
Generic VPS install:
bash scripts/install.sh --install-dir /opt/amazon-mcp --systemd
bash scripts/verify_install.shDetails: docs/DEPLOY_HANDBOOK.md, docs/RUNBOOK.md.
Development
AMAZON_MCP_DRY_RUN=1 python -m amazon_mcp
AMAZON_MCP_FORCE_CORE=1 python -m amazon_mcp # simulate core-only in monorepoTests are being updated for the core/pro split; not required for trying dry-run locally.
License
Beyond the API: CoAxon Finance MCP (Private Beta)
Tired of manually reconciling Amazon settlements with bloated ERPs like QuickBooks or NetSuite?
While amazon-mcp handles your operational read/writes, the CoAxon Finance MCP is our closed-source, enterprise-grade financial nervous system designed specifically for multi-platform sellers and early-stage startups.
We replaced fragile spreadsheets and complex accounting software with a lightweight, AI-native financial ledger:
Automated Ingestion: Seamlessly unifies Amazon disbursements, Stripe webhook payouts, and manual CSV uploads into a single standard pipeline.
Immutable Ledger Security: Built with strict database-level Trigger Locks and tamper-proof audit trails. No silent overwrites, ever.
Real-Time Reporting: Instantly generate Profit & Loss (P&L), Balance Sheets, and Cash Flow statements without the end-of-month scramble.
Zero Redundancy: Smart resume protocols ensure that no transaction is ever verified or recorded twice, keeping your ledger perfectly balanced.
Because strict financial compliance and multi-tenant isolation require absolute precision, the core Finance MCP is maintained as a closed-source managed service.
Looking to fully automate your operations-to-finance pipeline? We are currently onboarding a limited number of teams for our Private Beta. Drop us a line at info@coaxon.me to discuss your current tech stack and request early access.
Related MCP Connectors
Hosted Amazon Seller Central and Amazon Ads MCP server for Claude, ChatGPT, Cursor, and agents.
Connect Amazon Seller Central to Claude or ChatGPT via MCP. Orders, inventory, pricing, fees, FBA.
Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.
AMZScout Skill + MCP gives AI agents live access to real Amazon marketplace data across 14 Amazon marketplaces. Analyze any ASIN, validate product ideas, research niches, compare competitors, discover profitable keywords, and build data-driven PPC strategies using trusted Amazon insights instead of AI assumptions. Works with Claude, ChatGPT, Cursor, and any other MCP-compatible AI client. To connect, you'll need an AMZScout API plan and authorize your account. Get access and view pricing here: https://learn.amzscout.net/amazon-product-api-for-ai-agents
Related MCP Servers
- AlicenseNot gradedqualityBmaintenanceHosted Amazon Seller Central & Vendor Central MCP server. Connect Claude, ChatGPT, Cursor, Codex, Gemini, and GitHub Copilot to live Amazon SP-API and Amazon Ads API data.14MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered advertising applications by providing MCP-compliant tools to interact with Amazon Ads API for campaign management, reporting, and optimization.1MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for Amazon Selling Partner API and Advertising API, enabling access to orders, inventory, pricing, ads, and reports via natural language.1MIT
- FlicenseNot gradedqualityCmaintenanceUnifies Amazon SP-API and Ads API into 20 MCP tools for orders, inventory, reports, feeds, and advertising, handling auth, throttling, and PII compliance automatically.-