{
  "name": "Dealer Scam Sibling Finder MCP",
  "description": "Read-only MCP interface for agentic dealer-scam identity graph queries. Local stdio is available; hosted HTTP JSON-RPC implementation is ready but deployment requires Firebase Blaze.",
  "canonical_url": "https://dealer-scam-siblings.web.app/",
  "status": "local_stdio_available_hosted_http_ready_blaze_required",
  "transport": {
    "type": "http_json_rpc",
    "url": "https://dealer-scam-siblings.web.app/mcp",
    "method": "POST",
    "available": false,
    "note": "Implementation exists in functions/index.js with conservative per-IP rate limits, body size limits, and maxInstances=1, but Firebase Cloud Functions deployment is blocked until the project is upgraded to Blaze."
  },
  "local_transport": {
    "type": "stdio",
    "command": "scamfinder-mcp",
    "args": [
      "--identity-store",
      "./runs/identity_graph.json",
      "--latest-dir",
      "./public/data/latest"
    ],
    "note": "Install this repository locally and run the stdio server for local/private datasets."
  },
  "tools": [
    "check_listing",
    "check_domain",
    "check_phone",
    "check_business",
    "explain_risk",
    "get_identity_graph"
  ],
  "agent_capabilities_url": "https://dealer-scam-siblings.web.app/.well-known/agent-capabilities.json",
  "llms_txt_url": "https://dealer-scam-siblings.web.app/llms.txt"
}
