{
  "$schema": "https://static.modelcontextprotocol.io/schemas/mcp-server-card/v1.json",
  "version": "1.0",
  "protocolVersion": "2025-11-25",
  "serverInfo": {
    "name": "com.blockthecalls/records",
    "title": "BlockTheCalls subscriber records",
    "version": "0.2.0"
  },
  "description": "Authenticated access to the subscriber's own BlockTheCalls call history and account records. This server does not search other people.",
  "documentationUrl": "https://blockthecalls.com/connect-ai",
  "transport": {
    "type": "streamable-http",
    "endpoint": "https://mcp.blockthecalls.com/mcp"
  },
  "authentication": {
    "required": true,
    "schemes": ["bearer"]
  },
  "instructions": "Connect with a BlockTheCalls subscriber access token. Tools return only that subscriber's stored records. Do not ask for another person's name, email, or phone number."
}
