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

io.github.laundromatic/shopgraph

io.github.laundromatic/shopgraph

Clean product data from any URL. Schema.org + AI extraction. 200 free calls/month.

Uptime
100.0%
1 direct probes · 30d
Response
1368ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
1
available

Tools · 4

enrich_product

Extract comprehensive product data from a URL including name, price, brand, images, availability, and more. Uses schema.org structured data when available, with LLM fallback. Costs $0.02 per call (cac…

enrich_basic

Extract basic product attributes from a URL (name, price, brand, availability). Faster and cheaper than enrich_product. 50 free calls/month — no payment needed. Paid: $0.01 per call after free tier. E…

enrich_html

Extract product data from raw HTML you already have (no HTTP fetch needed). Ideal when using Bright Data, Firecrawl, or any scraping API — pipe the HTML through ShopGraph for structured product data. …

score_product

Extract product data and return agent-readiness score (0-100). Scores structured data completeness, semantic richness, UCP compatibility, pricing clarity, and inventory signals. Full scoring breakdown…

Resources · 1

pricing

ShopGraph pricing and tool information

shopgraph://pricing

Prompts · 1

enrich-example

Example of how to use ShopGraph to extract product data from a URL

How to use

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

{
  "mcpServers": {
    "io.github.laundromatic/shopgraph": {
      "url": "https://shopgraph.dev/mcp",
      "transport": "streamable-http"
    }
  }
}