{
  "endpoints": [
    {
      "path": "/api/data/overview",
      "description": "Latest dashboard metadata, latest monthly product points, provisional memory detail, and Taiwan-route latest points."
    },
    {
      "path": "/api/data/monthly?product=dram_hbm&range=12",
      "description": "Monthly HS series. product can be ssd, dram_hbm, or all. range can be a month count or all."
    },
    {
      "path": "/api/data/memory-detail?category=DRAM%20incl.%20modules",
      "description": "Provisional memory detail rows, including DRAM, SSD, NAND, and MCP/HBM proxy where available."
    },
    {
      "path": "/api/data/taiwan-routes?route=korea_to_taiwan_electrical",
      "description": "Taiwan-side proxy and auxiliary routes currently available in the dashboard."
    },
    {
      "path": "/api/data/sources",
      "description": "Source registry and freshness notes for official, provisional, proxy, and derived data."
    },
    {
      "path": "/mcp",
      "description": "Remote MCP endpoint exposing the same read-only data through tools."
    }
  ]
}