For AI tools
MCP-native shop data, ready in one minute.
Plug OpenShopGraph into Claude Desktop, ChatGPT, Perplexity or your own agent runtime via the Model Context Protocol. No API key for the read-only endpoints.
Compatible with Anthropic Claude, OpenAI ChatGPT (custom GPTs) and Perplexity Comet. Open-source MCP server.
Query OpenShopGraph from your AI assistant
One config block. No API key for read access. Claude, ChatGPT and Perplexity ready.
Add this stanza to your MCP client config and restart:
{
"mcpServers": {
"openshopgraph": {
"command": "npx",
"args": ["-y", "@openshopgraph/mcp-server"]
}
}
} Tools exposed by the server
12 tools live — from shop lookup to price analytics (see /for-ai-agents for the full list). Every result includes the provenance metadata so the assistant can cite it.
- find_shop
- Full-text + filter search across the directory. Returns shop slug, name, domain and confidence.
- get_shop
- Returns the full structured profile for a single shop, including every field provenance row.
- list_coupons
- Active coupons, filtered by country and category. Honest about validity windows.
Schema
Each tool returns JSON typed to the OpenShopGraph schema (linked below). Fields are documented field-by-field with their provenance contract.
curl -sS \
"https://api.openshopgraph.org/suggest?q=example&limit=5" \
-H "Accept: application/json"