← Registry

AI & Machine Learning

thegrid.ai

Provides tools to explore The Grid's inference model instruments, pricing, documentation, and API onboarding for running AI inference.

1 endpoint4 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://thegrid.ai/mcp

No auth detected

MCP server metadata

Name
thegrid
Version
1.0.0
Capabilities
tools
Server instructions

The Grid is a real-time spot market for AI inference. Use `list_instruments` to see which quality tiers you can buy and what they cost right now, `get_instrument` for one tier in detail, `get_api_overview` for base URLs, OAuth scopes, and the steps to obtain an API key programmatically, and `ask_docs` for anything else. Every tool is read-only and needs no credentials.

Known tools 4

list_instruments

List The Grid's inference instruments: the standardized quality tiers you pass in the `model` field of a Consumption API request.

Inferred read-only
get_instrument

Full detail for a single instrument: description, current spot price, savings versus list price, context and output limits, recently served models, model distribution, and typical use cases.

Inferred read-only
ask_docs

Ask a natural-language question about The Grid and get an answer with excerpts from the documentation.

Inferred read-only
get_api_overview

Base URLs, authentication schemes, OAuth 2.0 scopes, and the four-step programmatic onboarding path an agent follows to obtain its own consumption API key and start running inference.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.thegrid]
url = "https://thegrid.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "thegrid": {
      "type": "http",
      "url": "https://thegrid.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: thegrid
Remote MCP URL: https://thegrid.ai/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "thegrid": {
      "url": "https://thegrid.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "thegrid": {
      "type": "http",
      "url": "https://thegrid.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "thegrid",
  "transport": "streamable-http",
  "url": "https://thegrid.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.