# Jungle Scout — MCP server on mcp.ai > Connect your Jungle Scout account and use 6 tools for ecommerce straight from your AI agent. Connect with your own API key. Jungle Scout assists Amazon sellers with product research, sales estimates, and competitive insights to optimize inventory, pricing, and listing strategies. By: mcp.ai · official Page: https://mcp.ai/junglescout ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_junglescout?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/junglescout/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/junglescout/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/junglescout/skill.md Postman collection (v2.1): https://mcp.ai/junglescout/postman.json ## Tools - junglescout_keyword_historical_volume(keyword: string, end_date: string, start_date: string, marketplace: string) — Fetches the historical search volume data for a specified keyword over a given time period. - junglescout_query_the_product_database(sort?: string, max_lqs?: integer, max_net?: number, min_lqs?: integer, min_net?: number, max_rank?: integer, min_rank?: integer, max_price?: number, max_sales?: integer, min_price?: number, min_sales?: integer, page_size?: integer, categories: string[], max_rating?: number, max_weight?: number, min_rating?: number, min_weight?: number, marketplace: string, max_revenue?: number, max_reviews?: integer, max_sellers?: integer, min_revenue?: number, min_reviews?: integer, min_sellers?: integer, seller_types?: string[], product_tiers?: string[], max_updated_at?: string, min_updated_at?: string, exclude_keywords?: string[], include_keywords?: string[], exclude_top_brands?: boolean, exclude_unavailable_products?: boolean) — Queries the Jungle Scout product database to retrieve product data based on various filters. Compatible parameters include marketplace, sort, page_size, product_tiers, seller_types, categories, exclud - junglescout_retrieve_data_for_a_specific_keyword_query(sort?: string, page_size?: integer, categories: string[], marketplace: string, search_terms: string, max_word_count?: integer, min_word_count?: integer, max_organic_product_count?: integer, min_organic_product_count?: integer, max_monthly_search_volume_broad?: integer, max_monthly_search_volume_exact?: integer, min_monthly_search_volume_broad?: integer, min_monthly_search_volume_exact?: integer) — Returns data based on a specific keyword query, including search volume and competition. - junglescout_retrieve_keyword_data_for_specified_asins(sort?: string, page_size?: integer, marketplace: string, page_number?: integer, data_attributes_asins: string[], data_attributes_max_word_count?: integer, data_attributes_min_word_count?: integer, data_attributes_include_variants?: boolean, data_attributes_max_organic_product_count?: integer, data_attributes_min_organic_product_count?: integer, data_attributes_max_monthly_search_volume_broad?: integer, data_attributes_max_monthly_search_volume_exact?: integer, data_attributes_min_monthly_search_volume_broad?: integer, data_attributes_min_monthly_search_volume_exact?: integer) — Returns keywords for which the queried ASIN(s) appear in Amazon search results. For a given keyword, Jungle Scout collects up to 3 pages of Amazon keyword search results. Query up to 10 ASINs at a tim - junglescout_retrieve_sales_estimates_data(asin: string, end_date: string, start_date: string, marketplace: string) — Fetches sales estimates data for specified parameters. - junglescout_retrieve_share_of_voice_data(keyword: string, marketplace: string) — Fetches share of voice data for specified keywords. ## Example prompts - "What can I do in Jungle Scout?" - "Show me a summary of my Jungle Scout account" ## Links Docs: https://mcp.ai/docs/mcps/junglescout Website: https://mcp.ai/mcps/junglescout