Quickstart — MCP runtime
Any MCP-compatible runtime (Claude Desktop, Cline, Continue.dev, Cursor) can ingest our descriptor directly:
{
"mcpServers": {
"gridrock": {
"url": "https://api.gridrock.ai/mcp"
}
}
}The server advertises thirteen tools — resolve_locality, read_witnesses, read_at, find_twins, rank_by_weights, explain, attest, aggregate_region, plus the navigability verbs route, reach, relate, visibility, anchor — with rate-limit metadata so the runtime can pace its calls.
Authentication
Anonymous read access is available and rate-limited. For higher quotas, provision a key in the console and send it with each request; the runtime reuses one Mcp-Session-Id across calls.