Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

AMZScout Skill + MCP

io.github.amzscout-corp/amzscout-skill-mcp

Amazon research from AMZScout data: analyze products & niches, keywords/PPC, and brand catalogs.

Uptime
100.0%
1 direct probes · 30d
Response
1196ms
last probe
Tools
12
callable
Resources
0
readable
Prompts
1
available

Tools · 12

amzscout_analyze_product

Full raw data for a single Amazon product by ASIN — price, estimated sales/revenue, reviews, rating, listing quality, sellers, plus sales/price/revenue history when available. Pure data fetch (no AI a…

amzscout_analyze_niche

Market snapshot for an Amazon niche/keyword — top products by revenue plus computed aggregates (price/sales/revenue/review distributions, revenue concentration, brand spread). Pure data fetch (no AI a…

amzscout_compare_products

Side-by-side raw data for 2–5 Amazon products by ASIN — price, sales/revenue estimates, reviews, listing quality, plus history when available. Pure data fetch (no AI analysis) — do the comparison your…

amzscout_compare_niches

Raw head-to-head data for 2–5 Amazon niches / category keywords — per-niche product sets plus computed aggregates (price/sales/revenue distributions, revenue concentration, brand spread). Pure data fe…

amzscout_analyze_product_set

Raw data across an explicit set of 2–100 ASINs — product rows plus computed aggregates (price/sales/revenue/review distributions, revenue concentration, brand spread). Pure data fetch (no AI analysis)…

amzscout_search_products

Keyword search against Amazon — returns the top N products with price, sales, revenue, reviews, rating. Pure data fetch (no AI analysis). Best when you need raw product rows (specific sort order or fi…

amzscout_find_by_brand

List products under a specific Amazon brand. Pre-validates the brand name via cached AI check, then filters keyword-search results to rows whose `brand` field actually matches. On no-match, returns th…

amzscout_get_keywords

Amazon keyword / SEO / PPC data for either a single product (ASIN-scope — terms the product ranks for) or a niche/category (keyword-scope — search data around the term). Returns keyword rows with sear…

amzscout_search_knowledge

TF-IDF search across the AMZScout knowledge base (Amazon-seller tutorials, brand reference, glossary). Returns the top-K relevant chunks with title, source URL and text. Use this to ground answers in …

amzscout_recommend_tool

Given a user use-case, returns the AMZScout tools & Sellerhook services catalog (with tracking links) so you can recommend the right AMZScout product/feature. Use for "which AMZScout tool should I use…

amzscout_usage

The caller's AMZScout AI-agents token balance — remaining, used, and limit. Free — no tokens are charged for this call. How to use: answer "how many tokens do I have left", "what's my usage / balance …

amzscout-agent

AMZScout all-in-one Amazon research assistant. Ask anything in natural language ("Is B07GQF9D1Z worth selling?", "Analyze the yoga mat niche", "Find products for brand Anker") and it returns a finishe…

Prompts · 1

amzscout-research

Documentation of how the AMZScout tools on this server are typically used — which tool fits which question, how they chain, and how to turn the returned data into a clear seller-facing answer. Covers …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "amzscout_skill_+_mcp": {
      "url": "https://chatbot.amzscout.net/mcp",
      "transport": "streamable-http"
    }
  }
}