{
  "id": "bbg-p0158-ai-models-and-llm-systems",
  "title": "MCP Server Catalog",
  "chapter": "ai-models-and-llm-systems",
  "batch": "09",
  "rank": 87,
  "sourcePage": 158,
  "sourcePointer": "p. 158",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve MCP server role as bridge between LLM and external tools/data",
      "omit product logos and duplicated source list"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: MCP server bridge",
      "concept: file system access",
      "concept: GitHub repository tools",
      "concept: database browser cloud productivity tools"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "model",
      "label": "Model side",
      "x": 56,
      "y": 150,
      "w": 220,
      "h": 250
    },
    {
      "id": "bridge",
      "label": "Protocol bridge",
      "x": 344,
      "y": 150,
      "w": 250,
      "h": 250
    },
    {
      "id": "tools",
      "label": "External tools",
      "x": 660,
      "y": 126,
      "w": 246,
      "h": 330
    }
  ],
  "shapes": [
    {
      "id": "llm",
      "kind": "hex",
      "label": "LLM",
      "detail": "tool-aware",
      "x": 112,
      "y": 238,
      "w": 122,
      "h": 78,
      "tone": "purple"
    },
    {
      "id": "mcp",
      "kind": "gateway",
      "label": "MCP server",
      "detail": "standard bridge",
      "x": 412,
      "y": 226,
      "w": 132,
      "h": 82,
      "tone": "blue"
    },
    {
      "id": "files",
      "kind": "rect",
      "label": "Files",
      "detail": "read write",
      "x": 704,
      "y": 162,
      "w": 116,
      "h": 54,
      "tone": "green"
    },
    {
      "id": "repos",
      "kind": "rect",
      "label": "Repos",
      "detail": "code search",
      "x": 704,
      "y": 246,
      "w": 116,
      "h": 54,
      "tone": "orange"
    },
    {
      "id": "db",
      "kind": "cylinder",
      "label": "Databases",
      "detail": "query",
      "x": 704,
      "y": 334,
      "w": 116,
      "h": 70,
      "tone": "teal"
    }
  ],
  "connectors": [
    {
      "from": "llm",
      "to": "mcp",
      "label": "request tool",
      "flow": "main"
    },
    {
      "from": "mcp",
      "to": "files",
      "label": "access",
      "flow": "data"
    },
    {
      "from": "mcp",
      "to": "repos",
      "label": "update",
      "flow": "async"
    },
    {
      "from": "mcp",
      "to": "db",
      "label": "query",
      "flow": "data"
    }
  ]
}
