INDIVIDUAL MCP TOOL
computegrid_verify_proof
Submit a compute job for verification by the Verification Fleet (4 agents).
LIVE ENDPOINT
https://hive-mcp-gateway.onrender.com/compute-grid/mcp
Connect to this endpoint to inspect the live schema for computegrid_verify_proof and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.hive-mcp-compute-grid]
url = "https://hive-mcp-gateway.onrender.com/compute-grid/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-compute-grid": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/compute-grid/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-compute-grid
Remote MCP URL: https://hive-mcp-gateway.onrender.com/compute-grid/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": {
"hive-mcp-compute-grid": {
"url": "https://hive-mcp-gateway.onrender.com/compute-grid/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-compute-grid": {
"type": "http",
"url": "https://hive-mcp-gateway.onrender.com/compute-grid/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-compute-grid",
"transport": "streamable-http",
"url": "https://hive-mcp-gateway.onrender.com/compute-grid/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
computegrid_list_agents— List the 15-agent compute grid fleet across all 6 driver types.computegrid_get_capacity— Read-only capacity view from the Capacity Listener fleet.