{
  "endpoint": "https://veda.ng/.well-known/mcp",
  "transport": "Streamable HTTP (JSON-RPC 2.0 over POST)",
  "protocol_versions": [
    "2025-06-18",
    "2025-03-26",
    "2024-11-05",
    "2024-10-07",
    "1.0",
    "latest"
  ],
  "stateless": true,
  "authentication": "none",
  "tools": [
    "search_essays",
    "get_essay",
    "search_glossary",
    "get_glossary_term",
    "search_reports"
  ],
  "usage": "Send POST https://veda.ng/.well-known/mcp with Content-Type: application/json and body {\"jsonrpc\":\"2.0\",\"id\":1,\"method\":\"initialize\",\"params\":{\"protocolVersion\":\"2024-11-05\",\"capabilities\":{},\"clientInfo\":{\"name\":\"your-client\",\"version\":\"1.0\"}}}",
  "docs": "https://veda.ng/developers"
}