Amazon MCP Server

MCP server for the Amazon Selling Partner API (SP-API) - the biggest global marketplace, including Amazon BR, Amazon MX, Amazon US, and all EU/FE marketplaces. Its 24 documented tools cover order, listings, item, report.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

One of 127 MCP servers published from codespar/mcp-dev-latam. Stars and repository activity are shared across all of them. See all 127 →

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Amazon

before you install - you'll need

Set AMAZON_LWA_CLIENT_ID, AMAZON_LWA_CLIENT_SECRET, AMAZON_REFRESH_TOKEN, AMAZON_MARKETPLACE_ID, MCP_HTTP before connecting. AMAZON_REGION, AMAZON_SELLER_ID are optional or environment-specific per the README.

Claude Code

claude mcp add codespar-mcp-dev-latam-packages-ecommerc -- npx -y @codespar/mcp-amazon

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "codespar-mcp-dev-latam-packages-ecommerc": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-amazon"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @codespar/mcp-amazon - published under the repo owner's npm scope (@codespar)

registry namespace io.github.codespar is GitHub-verified and matches the repo owner

03 · What Amazon can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can list orders from Amazon SP-API, get one order by AmazonOrderId (e.g, get the line items for an order by AmazonOrderId, and get a single listing item for the seller by SKU.

Capability map

Tools grouped from the project's README - what Amazon lets an agent do.

read & search

7 tools - e.g. List orders from Amazon SP-API.; Search the Amazon catalog for reference product data (ASIN, title, brand, images) by identifiers or keywords.; Get FBA inventory summaries (fulfillable, inbound, reserved…

list_orders · search_catalog_items · get_inventory_summary · list_reports · get_my_fees_estimate_for_asin · list_subscriptions…

Order

4 tools - e.g. Get one order by AmazonOrderId (e.g.; Get the line items for an order by AmazonOrderId.; Get shipment status for a shipment id via the Shipping API (Amazon Shipping / Buy Shipping labels).

get_order · get_order_items · get_order_shipment_status · list_financial_events_by_order

Listings

4 tools - e.g. Get a single listing item for the seller by SKU.; Create or fully replace a listing item for the seller by SKU.; Delete a listing item for the seller by SKU.

get_listings_item · put_listings_item · delete_listings_item · patch_listings_item

Report

3 tools - e.g. Request an SP-API report.; Get a report's status and (when DONE) its reportDocumentId, which can then be fetched from the Reports docu...; Cancel a report that is IN_QUEUE and has not yet started…

create_report · get_report · cancel_report

Feed

2 tools - e.g. Submit a feed to SP-API (e.g.; Get a feed's status and (when DONE) its resultFeedDocumentId - fetch the result from the Feed Document API...

create_feed · get_feed

Financial

1 tool - e.g. List financial events (shipment, refund, service fee, adjustment, etc.) for reconciliation.

list_financial_events

create & write

1 tool - e.g. Create a Notifications API subscription for a given notificationType (webhook-equivalent for SP-API events,...

create_subscription

Confirm

1 tool - e.g. Confirm shipment of an order's items (Orders API v0).

confirm_shipment

04 · Who maintains Amazon

mcp-amazon is maintained by codespar. We track 127 MCP servers from codespar - 127 actively maintained, 269 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from codespar.

  1. mcp-asaas MCP server for Asaas - billing automation, Pix, boleto, credit card, subscriptions ★ 269
  2. mcp-omie MCP server for Omie - ERP, customers, products, orders, invoices, financials ★ 269
  3. mcp-sendgrid MCP server for SendGrid - global transactional + marketing email (Twilio-owned) ★ 269
  4. mcp-evolution-api MCP server for Evolution API - WhatsApp messaging, instances, contacts ★ 269
  5. mcp-stripe-acp Stripe ACP - AI agent checkout, payment delegation, products, invoices ★ 269
  6. mcp-mercado-bitcoin MCP server for Mercado Bitcoin - Brazilian crypto exchange, trading, orderbook, withdrawals ★ 269

05 · Facts

category
finance - actively maintained as of 2026-08-25.
registry
io.github.codespar/mcp-amazon (active, first published 2026-06-20 · 2 versions)
packages
npm:@codespar/mcp-amazon

06 · Amazon FAQ

Is Amazon still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12. We re-verify nightly.

What can Amazon do?

With this server connected, an agent can list orders from Amazon SP-API, get one order by AmazonOrderId (e.g, get the line items for an order by AmazonOrderId, and get a single listing item for the seller by SKU.

How do I install Amazon?

Run `npx -y @codespar/mcp-amazon`. The README documents 7 environment variables (AMAZON_LWA_CLIENT_ID, AMAZON_LWA_CLIENT_SECRET, AMAZON_REFRESH_TOKEN…) to set first. Set AMAZON_LWA_CLIENT_ID, AMAZON_LWA_CLIENT_SECRET, AMAZON_REFRESH_TOKEN, AMAZON_MARKETPLACE_ID, MCP_HTTP before connecting. AMAZON_REGION, AMAZON_SELLER_ID are optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Amazon run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Amazon

More finance MCP servers · Bling · Omie · Quickbooks · Tiny · Xero

More JavaScript MCP servers · Correios · Melhor Envio · Shopee · Shopify · Vtex · see all