io.github.laundromatic/shopgraph
io.github.laundromatic/shopgraphClean product data from any URL. Schema.org + AI extraction. 200 free calls/month.
Tools · 4
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…
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…
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. …
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
ShopGraph pricing and tool information
shopgraph://pricing
Prompts · 1
Example of how to use ShopGraph to extract product data from a URL
Similar MCP servers embedding-nearest
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"
}
}
}