{
  "name": "thegrid",
  "title": "The Grid",
  "description": "MCP server over Streamable HTTP with read-only tools for instruments, live prices, the API overview, and the docs.",
  "version": "1.0.0",
  "url": "https://thegrid.ai/mcp",
  "transport": "streamable-http",
  "protocol_versions": [
    "2025-06-18",
    "2025-03-26"
  ],
  "authentication": "none",
  "read_only": true,
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "tools": [
    {
      "name": "list_instruments",
      "description": "List The Grid instruments with live spot prices, quality floors, context and output limits."
    },
    {
      "name": "get_instrument",
      "description": "Full detail for one instrument, including model distribution and use cases."
    },
    {
      "name": "ask_docs",
      "description": "Ask a natural-language question against The Grid documentation and get sourced excerpts."
    },
    {
      "name": "get_api_overview",
      "description": "Base URLs, auth schemes, OAuth scopes, and programmatic onboarding steps."
    }
  ],
  "documentation": "https://thegrid.ai/llms.txt",
  "openapi": "https://thegrid.ai/openapi.json",
  "notes": [
    "Stateless Streamable HTTP: POST JSON-RPC 2.0 messages to the endpoint. No session id is issued and no server-initiated SSE stream is offered, so GET and DELETE return 405.",
    "Every tool is read-only and returns data that is already public. Trading, key creation, and inference require authenticating against the Platform, Trading, and Consumption APIs directly."
  ]
}
