{
  "name": "BlockTheCalls public agent surface",
  "description": "Discovery card for public BlockTheCalls guidance and authenticated subscriber-record MCP access. This card does not offer people-search, outbound calling, or agentic checkout.",
  "url": "https://blockthecalls.com/",
  "provider": {
    "organization": "DCJP, LLC",
    "url": "https://blockthecalls.com/"
  },
  "version": "0.2.0",
  "documentationUrl": "https://blockthecalls.com/connect-ai",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": ["text"],
  "defaultOutputModes": ["text"],
  "supportedInterfaces": [
    {
      "url": "https://mcp.blockthecalls.com/mcp",
      "protocolBinding": "HTTP+JSON",
      "protocolVersion": "1.0"
    }
  ],
  "skills": [
    {
      "id": "public-privacy-guide",
      "name": "Public privacy guide",
      "description": "Read BlockTheCalls public household privacy and call-screening guidance.",
      "tags": ["privacy", "call-screening", "education"],
      "examples": ["Summarize the free privacy checklist", "Explain STIR/SHAKEN limits"]
    },
    {
      "id": "subscriber-records-mcp",
      "name": "Subscriber records MCP",
      "description": "Authenticated MCP access to the signed-in subscriber's own call history and account records only.",
      "tags": ["mcp", "records", "authenticated"],
      "examples": ["Get my recent screened calls", "Read my account screening posture"]
    }
  ],
  "supportsAuthenticatedExtendedCard": false,
  "additionalInterfaces": [
    {
      "type": "mcp",
      "url": "https://mcp.blockthecalls.com/mcp",
      "documentationUrl": "https://blockthecalls.com/.well-known/mcp/server-card.json"
    }
  ]
}
