{
  "schema_version": "2025-03-26",
  "name": "openshopgraph",
  "name_for_human": "OpenShopGraph",
  "description": "Structured, source-cited data about online shops — identity, trust tier, coupons and price/offer aggregates — with provenance (source URL + retrieval date + confidence) on every field. Content under CC-BY-4.0.",
  "server": {
    "transport": "streamable-http",
    "url": "https://api.openshopgraph.org/mcp",
    "stdio": {
      "command": "npx",
      "args": ["-y", "@openshopgraph/mcp-server"]
    }
  },
  "tools": [
    {
      "name": "search_shops",
      "description": "Full-text + filter search across the directory. Returns shop slug, name, domain and confidence."
    },
    {
      "name": "get_shop",
      "description": "Full structured profile for a single shop, including every field-provenance row (source URL, retrieved-at, confidence)."
    },
    {
      "name": "list_coupons",
      "description": "Active coupons, filtered by country and category — honest about validity windows."
    }
  ],
  "documentation_url": "https://openshopgraph.org/de/developers/mcp",
  "license": "CC-BY-4.0",
  "contact": "contact@openshopgraph.org"
}
