This page covers the tool overview + field dependency cheatsheet. For complete parameter semantics (including zod validation rules), see Scrape API Docs — MCP tools call the same REST APIs underneath.

🚀 The First Call AI Should Make

When first connecting to MCP, strongly recommend the AI call the introspection tool:

pangolinfo_capabilities()

It returns the current schema + brief description of all 19 tools — fresher than docs. Once the AI has the list, it auto-selects tools based on context.

19-Tool Quick Reference

Credits is the deduction per successful call, identical to the corresponding REST API. Batch tools deduct linearly by item count. For complete pricing, see the “Credit Consumption” section in each API doc. 19 tools total, of which 1 is marked deprecated.

Amazon Core Data API (4 tools)

ToolRequiredCreditsUse Case
search_amazonkeyword, domain1/call (json) / 0.75/call (rawHtml)Keyword search results (incl. organic ranking, ad ranking, ad slots)
get_amazon_productasin, domain1/call (json) / 0.75/call (rawHtml)Product detail (title, price, bullets, A+, variants)
get_amazon_reviewsasin, domain5/callPaginated review scraping (star, date, Verified)
list_seller_productsseller_id, domain1/callSeller storefront + product listings

Amazon Categories & Niche Analytics (8 tools)

ToolRequiredCreditsUse Case
get_category_childrendomain2/callFull category tree of a marketplace (find node_id)
search_categorieskeyword, domain2/callFuzzy search categories (when node_id unknown)
filter_categoriesnode_id, domain5/callFilter ASINs within a category by price / rating / BSR
filter_nicheskeyword/node_id10/callOne-click niche keyword + niche category filter (with competition score)
get_category_pathsnode_ids[]2/callBatch fetch breadcrumb paths for categories
list_category_productsurl1/callList products under a given category
list_bestsellersurl1/callMarketplace Best Sellers rankings
list_new_releasesurl1/callMarketplace New Releases rankings

Search & SERP AI (3 tools)

ToolRequiredCreditsUse Case
ai_searchquery, mode2/callAI search results — mode='overview' returns AI Overview, mode='ai_mode' returns full AI Mode SERP (with source citations)
keyword_trendskeyword1.5/callKeyword search trend time-series curves
search_amazon_alexa (deprecated)param6/call (billed by param array length)Amazon Alexa for Shopping (Rufus) — marked deprecated, not recommended for new integrations

Maps & Places API (1 tool)

ToolRequiredCreditsUse Case
search_local_mapsquery, location1.5/callMap POI scraping (business name / rating / address / hours)

WIPO & PACER IP Compliance API (2 tools)

ToolRequiredCreditsUse Case
wipo_searchkeyword2/callWIPO global trademark / brand search (IP screening)
pacer_searchone of patentNumber/companyName/caseNumber5/callUS patent litigation cases + full event timeline (chainable with wipo_search)

MCP Introspection (1 tool)

ToolRequiredCreditsUse Case
pangolinfo_capabilities0 (free)List currently available tools + schema

Field Dependency Cheatsheet

Some tools need inputs from other tools — you can’t make them up. Once dependencies are clear, the AI chains them automatically:

Tool to useNeedsHow to get it
get_amazon_product / get_amazon_reviewsasinThe asin field from search_amazon results
filter_categories / get_category_pathsnode_idget_category_children or search_categories
list_seller_productsseller_idThe seller_id field from get_amazon_product

6 Preset Workflows

Drop these prompts directly into your AI and it’ll chain the tools for you:

Next Steps