MCP server exposing 3 tools for jungle-scout.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/jungle-scout/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
junglescout_sales_estimate — How many units does an Amazon ASIN sell — returns Jungle Scout estimated units sold, revenue, and price for a product ASIN. Example: junglescout_sales_estimate({ asin: "B08N5WRWNW", marketplace: "us", _apiKey: "KEY_NAME:API_KEY" })junglescout_product_database — Search Amazon products by keyword or category — returns matching ASINs with title, brand, price, rank, estimated units sold, reviews, and rating from the Jungle Scout product database. Example: junglescout_product_database({ keyword: "yoga mat", marketplace: "us", _apiKey: "KEY_NAME:API_KEY" })junglescout_keyword_data — Amazon keyword search volume — returns monthly search volume and keyword metrics for a keyword, or the top keywords an ASIN ranks for. Pass `keyword` OR `asin`. Example: junglescout_keyword_data({ keyword: "yoga mat", marketplace: "us", _apiKey: "KEY_NAME:API_KEY" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/jungle-scout/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io