{"service": "veridence-mcp", "protocol": "Model Context Protocol", "transport": "streamable-http \u00b7 JSON-RPC 2.0", "endpoint": "POST /mcp", "authentication": "Authorization: Bearer <agent API key>", "tools": ["verify_authorization"], "methods": ["initialize", "tools/list", "tools/call", "ping"], "note": "This endpoint is called by MCP clients over HTTP POST (JSON-RPC). A browser GET cannot invoke it. Configure it in your MCP client with the Bearer API key.", "example": "curl -X POST /mcp -H 'Authorization: Bearer vk_...' -H 'Content-Type: application/json' -d '{\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"tools/list\"}'"}