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/.well-known/mcp.json"
}
}
}The descriptor advertises 14 tools, an OAuth 2.1 endpoint for token issuance, and rate-limit metadata so the runtime can pace its calls.
Authentication
The runtime self-registers via RFC 7591 the first time it connects, then uses client_credentials to mint a 1-hour bearer token. No human in the loop.