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
Three tools today — small surface on purpose. Every result includes the provenance metadata so the assistant can cite it.
- search_shops
- 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.io/suggest?q=example&limit=5" \
-H "Accept: application/json"