{
 "serverInfo": {
  "name": "Family Office Knowledge Graph",
  "version": "0.3.0"
 },
 "transport": {
  "type": "streamable-http",
  "endpoint": "https://familyofficeknowledgegraph.ai/mcp"
 },
 "capabilities": {
  "tools": {}
 },
 "tools": [
  {
   "name": "resolve_family_office",
   "description": "Resolve an identifier (LEI, legal name, alias or register id) to the family-office records that carry it, with the node that serves each.",
   "annotations": {
    "readOnlyHint": true,
    "idempotentHint": true,
    "destructiveHint": false,
    "openWorldHint": false,
    "title": "Resolve a family office"
   }
  },
  {
   "name": "get_record",
   "description": "The Family Office Record for one identifier: every field with value, source_url, read_by and state; optionally a named version.",
   "annotations": {
    "readOnlyHint": true,
    "idempotentHint": true,
    "destructiveHint": false,
    "openWorldHint": false,
    "title": "Get a Family Office Record"
   }
  },
  {
   "name": "list_events_since",
   "description": "Dated, URL'd events on one record (registrations, renewals, orders, acquisitions), oldest first, optionally since a date, paged by cursor.",
   "annotations": {
    "readOnlyHint": true,
    "idempotentHint": true,
    "destructiveHint": false,
    "openWorldHint": false,
    "title": "List events on a record"
   }
  },
  {
   "name": "list_aliases",
   "description": "Every name the record carries for one identifier — legal name, register names, other names — each with its source.",
   "annotations": {
    "readOnlyHint": true,
    "idempotentHint": true,
    "destructiveHint": false,
    "openWorldHint": false,
    "title": "List aliases"
   }
  },
  {
   "name": "list_nodes",
   "description": "The graph's nodes — one per jurisdiction — with record counts read from each node's index, the node door and its as-of.",
   "annotations": {
    "readOnlyHint": true,
    "idempotentHint": true,
    "destructiveHint": false,
    "openWorldHint": false,
    "title": "List nodes"
   }
  }
 ],
 "authentication": {
  "reads": "none"
 },
 "role": "surface",
 "node": null,
 "doors": {
  "apex": "https://mcp.familyofficeknowledgegraph.ai/mcp",
  "nodes": [
   "https://ca-fo-kg.familyofficeknowledgegraph.ai/mcp",
   "https://us-fo-kg.familyofficeknowledgegraph.ai/mcp"
  ]
 },
 "operator": "Agentic KG Holdings",
 "principal": "Matthew Keddy",
 "office": "https://agent-kg.ai",
 "surface": "https://familyofficeknowledgegraph.ai",
 "agent_card": "https://agent.familyofficeknowledgegraph.ai/.well-known/agent-card.json",
 "keyring": "https://familyofficeknowledgegraph.ai/.well-known/jwks.json",
 "source": "public-record"
}