{"openapi":"3.1.0","info":{"title":"cm-kg apex router","version":"0.11.0","description":"Apex router of the Capital Markets Knowledge Graph: MCP over Streamable HTTP at /mcp; identifier index only; forwards to the regional door that holds the record. Public-record only.","contact":{"name":"Allooloo Technologies Corp.","email":"developers@allooloo.ai","url":"https://allooloo.io"}},"servers":[{"url":"https://agent.capitalmarketsknowledgegraph.ai"}],"paths":{"/mcp":{"post":{"summary":"MCP JSON-RPC (tools/list, tools/call)","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object"}}}},"responses":{"200":{"description":"JSON-RPC response"}}}},"/record/{node}/{exchange}/{code}":{"get":{"summary":"Capital Markets Record, forwarded to the owning node","parameters":[{"name":"node","in":"path","required":true,"schema":{"type":"string"}},{"name":"exchange","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"record"},"404":{"description":"not found"},"503":{"description":"node unavailable, no fallback"}}}},"/events/{node}/{exchange}/{code}":{"get":{"summary":"Dated disclosure events, forwarded to the owning node","parameters":[{"name":"node","in":"path","required":true,"schema":{"type":"string"}},{"name":"exchange","in":"path","required":true,"schema":{"type":"string"}},{"name":"code","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"events page"}}}},"/nodes.json":{"get":{"summary":"The twelve nodes with live counts","responses":{"200":{"description":"nodes"}}}},"/facts.json":{"get":{"summary":"Apex facts","responses":{"200":{"description":"facts"}}}},"/llms.txt":{"get":{"summary":"Machine instructions","responses":{"200":{"description":"text"}}}},"/.well-known/agent-card.json":{"get":{"summary":"A2A Agent Card","responses":{"200":{"description":"card"}}}}}}