Tool Reference
Quick reference for all 19 Pangolinfo MCP tools — required parameters, credit cost, field dependencies, and 6 preset workflows.
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:
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)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
search_amazon | keyword, domain | 1/call (json) / 0.75/call (rawHtml) | Keyword search results (incl. organic ranking, ad ranking, ad slots) |
get_amazon_product | asin, domain | 1/call (json) / 0.75/call (rawHtml) | Product detail (title, price, bullets, A+, variants) |
get_amazon_reviews | asin, domain | 5/call | Paginated review scraping (star, date, Verified) |
list_seller_products | seller_id, domain | 1/call | Seller storefront + product listings |
Amazon Categories & Niche Analytics (8 tools)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
get_category_children | domain | 2/call | Full category tree of a marketplace (find node_id) |
search_categories | keyword, domain | 2/call | Fuzzy search categories (when node_id unknown) |
filter_categories | node_id, domain | 5/call | Filter ASINs within a category by price / rating / BSR |
filter_niches | keyword/node_id | 10/call | One-click niche keyword + niche category filter (with competition score) |
get_category_paths | node_ids[] | 2/call | Batch fetch breadcrumb paths for categories |
list_category_products | url | 1/call | List products under a given category |
list_bestsellers | url | 1/call | Marketplace Best Sellers rankings |
list_new_releases | url | 1/call | Marketplace New Releases rankings |
Search & SERP AI (3 tools)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
ai_search | query, mode | 2/call | AI search results — mode='overview' returns AI Overview, mode='ai_mode' returns full AI Mode SERP (with source citations) |
keyword_trends | keyword | 1.5/call | Keyword search trend time-series curves |
search_amazon_alexa (deprecated) | param | 6/call (billed by param array length) | Amazon Alexa for Shopping (Rufus) — marked deprecated, not recommended for new integrations |
Maps & Places API (1 tool)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
search_local_maps | query, location | 1.5/call | Map POI scraping (business name / rating / address / hours) |
WIPO & PACER IP Compliance API (2 tools)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
wipo_search | keyword | 2/call | WIPO global trademark / brand search (IP screening) |
pacer_search | one of patentNumber/companyName/caseNumber | 5/call | US patent litigation cases + full event timeline (chainable with wipo_search) |
MCP Introspection (1 tool)
| Tool | Required | Credits | Use Case |
|---|---|---|---|
pangolinfo_capabilities | — | 0 (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 use | Needs | How to get it |
|---|---|---|
get_amazon_product / get_amazon_reviews | asin | The asin field from search_amazon results |
filter_categories / get_category_paths | node_id | get_category_children or search_categories |
list_seller_products | seller_id | The 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
- Haven’t finished setup? Go back to Client Setup
- Tools not showing / errors? See FAQ
- Need full API schema? Check Scrape API Docs

