Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
jbeshir avatar

Amazon Products

  • Updated July 27, 2026
  • jbeshir/mcp-servers

Amazon Products is an MCP server that lets agents search Amazon and fetch detailed product data across regional marketplaces.

About

Amazon Products MCP gives coding agents structured access to Amazon product search and detail endpoints across multiple regional sites. ecommerce developers use it during early discovery: spotting how incumbents title listings, which variants exist, and what detail fields matter before they wire a Shopify app, affiliate site, or internal repricing tool. The server publishes as an mcpb release with stdio transport and an optional AMAZON_REGION environment default (us, uk, de, etc.) that requests can override. It is a marketplace data bridge—not cart/checkout automation—so expectations stay aligned with research and content workflows. Pair it with pricing experiments once you narrow SKUs, but its canonical shelf on Skillselion is idea/competitors because the first win is seeing the live catalog through your agent instead of manual tab sprawl.

  • Product search and detailed product info from Amazon
  • Multi-regional Amazon sites with optional AMAZON_REGION default
  • Ships as mcpb bundle (amazon-products-mcp v1.0.0) with stdio transport
  • Per-request region override beyond the default env
  • Fits agent-led niche research without custom scraping scripts

Amazon Products by the numbers

  • Data as of Jul 28, 2026 (Skillselion catalog sync)
claude mcp add AmazonProducts -- npx -y jbeshir/mcp-servers

Add your badge

Show developers this MCP server is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Last updatedJuly 27, 2026
Repositoryjbeshir/mcp-servers

What it does

Search Amazon and pull product detail across regional storefronts while your agent drafts competitive briefs or sourcing shortlists.

Who is it for?

Best when you're doing marketplace recon before you code storefront or feed integrations.

Skip if: Official Amazon Selling Partner workflows, bulk inventory sync, or teams blocked from third-party product access.

What you get

You get searchable product snapshots and regional detail in-chat for briefs, affiliate picks, or integration specs.

  • Amazon search results structured for agent summarization
  • Detailed product information payloads for comparison tables
  • Region-specific listing context for niche or expansion notes

By the numbers

  • Version 1.0.0; registryType mcpb with stdio transport
  • Optional env AMAZON_REGION with per-request override
  • Documented scope: search plus detailed product information across regional sites
README.md

mcp-servers

A collection of Model Context Protocol servers written in Go. Each server communicates over stdio and can be used with any MCP-compatible client such as Claude Desktop or Claude Code.

Servers

Workflowy

Full read/write access to Workflowy — search, create, organize, and complete nodes. Smart caching respects API rate limits, and search results include breadcrumb paths showing where nodes sit in the hierarchy.

10 tools: search_nodes, get_node, list_children, create_node, update_node, delete_node, move_node, complete_node, uncomplete_node, list_targets

Requires: Workflowy API token

Manifold Markets

Search and trade on Manifold Markets prediction markets — place bets and limit orders, create and resolve markets, manage liquidity, and comment.

16 tools: search_markets, get_market, get_user, get_me, list_bets, get_comments, get_positions, place_bet, sell_shares, cancel_bet, create_market, resolve_market, close_market, add_comment, add_liquidity, send_mana

Requires: Manifold API key

UK Supermarkets

Search and compare grocery prices across 9 UK supermarkets (Tesco, Sainsbury's, Ocado, Morrisons, Asda, Waitrose, HiYoU, Tuk Tuk Mart, Morueats). Returns prices, promotions, descriptions, ingredients, and nutritional information. Optional login enables order history and basket management for Tesco.

9 tools: list_supermarkets, search_products, compare_prices, get_product_details, browse_categories, get_order_history, get_basket, add_to_basket, remove_from_basket

Requires: Chrome/Chromium/Edge for some stores (Tesco, Asda, Waitrose). No API keys needed.

Amazon Products

Search for products and get detailed information from Amazon across 20+ regional sites. Handles WAF challenges and CAPTCHA detection automatically.

3 tools: list_regions, search_products, get_product_details

Requires: Chrome/Chromium/Edge

WaniKani

Read-only access to WaniKani SRS data — user profile, lesson/review summaries, assignments, subjects (radicals, kanji, vocabulary), review statistics, and level progressions. Supports paginated collection endpoints with configurable limits.

6 tools: get_user, get_summary, get_assignments, get_subjects, get_review_statistics, get_level_progressions

Requires: WaniKani API token

Bunpro

Read-only access to Bunpro Japanese grammar SRS data — user profile, study queue, deck settings, review forecasts, JLPT progress, SRS level details, and grammar point/vocabulary lookups. Authenticates via email/password with automatic Devise login.

12 tools: get_user, get_study_queue, get_decks, get_stats, get_jlpt_progress, get_review_forecast, get_srs_overview, get_review_activity, get_grammar_srs_details, get_vocab_srs_details, get_grammar_point, get_vocab

Requires: Bunpro email and password

Installation

Pre-built binaries

Download from Releases — available for macOS (Intel & Apple Silicon), Linux, and Windows.

Install from source

Requires Go 1.24+.

go install github.com/jbeshir/mcp-servers/workflowy/cmd/workflowy-mcp@latest
go install github.com/jbeshir/mcp-servers/manifold/cmd/manifold-mcp@latest
go install github.com/jbeshir/mcp-servers/supermarkets-uk/cmd/supermarkets-uk-mcp@latest
go install github.com/jbeshir/mcp-servers/amazon-products/cmd/amazon-products-mcp@latest
go install github.com/jbeshir/mcp-servers/wanikani/cmd/wanikani-mcp@latest
go install github.com/jbeshir/mcp-servers/bunpro/cmd/bunpro-mcp@latest

Build from source

Clone the repo and run make build — binaries are written to bin/.

Registry

These servers are published to the MCP Registry under the io.github.jbeshir namespace:

workflowy-mcp, manifold-mcp, supermarkets-uk-mcp, amazon-products-mcp, wanikani-mcp, bunpro-mcp

Recommended MCP Servers

How it compares

Marketplace research MCP, not Amazon SP-API credentials or a storefront builder skill.

FAQ

Who is Amazon Products MCP for?

Developers researching Amazon listings, pricing signals, and product metadata with Claude Code, Cursor, or similar MCP clients.

When should I use Amazon Products MCP?

Use it in idea/competitors when you compare SKUs, niches, or regional assortments before building ecommerce features or publish research.

How do I add Amazon Products MCP to my agent?

Add the amazon-products mcpb stdio server from the jbeshir/mcp-servers release, set AMAZON_REGION if you want a default locale, restart the client, and run search/detail tools in chat.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.