Hive Compute Grid
Server Details
MCP server: solver auction across io.net / Akash / Render with signed receipts · Hive Civilization
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- srotzin/hive-mcp-compute-grid
- GitHub Stars
- 0
- Server Listing
- HiveComputeGrid
Available Tools
3 toolscomputegrid_get_capacityAInspect
Read-only capacity view from the Capacity Listener fleet. Per spec section 8: NO bids, NO hedges, NO positions, NO derivatives — pure read-only telemetry.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It explicitly declares 'read-only' and 'pure read-only telemetry', which is a key behavioral trait. It also enumerates excluded functionality, but doesn't disclose potential aspects like data freshness or error behavior. Still, for a simple no-param read, this is adequate and exceeds minimal expectations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single sentence that front-loads the core purpose ('Read-only capacity view') and then adds necessary exclusions. Every word contributes value; there is no fluff or redundancy. The spec reference adds authority without bulk.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter tool with no output schema and no annotations, the description is remarkably complete. It states purpose, safety profile (read-only), and scope (what it excludes). The only minor omission is a precise definition of 'capacity,' but the core usage context is fully covered.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
There are zero parameters, so the baseline is 4. The description adds no parameter-specific detail, but there is nothing to document. The schema is empty, and the description's scope statement is sufficient.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb and resource: 'Read-only capacity view from the Capacity Listener fleet.' It also explicitly enumerates what the tool does NOT do ('NO bids, NO hedges, NO positions, NO derivatives'), which distinguishes it from siblings like list_agents and verify_proof.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear context about the tool's scope (pure read-only telemetry) and what it excludes, which implicitly signals when to use it. However, it does not explicitly name alternative tools or state conditions like 'use this when you need capacity data, not trading details.' The exclusions help but no direct when-to-use comparison is given.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
computegrid_list_agentsAInspect
List the 15-agent compute grid fleet across all 6 driver types. Returns agent type, count, and revenue model. No auth required.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It explicitly states 'No auth required' and enumerates the return fields (agent type, count, revenue model), giving the agent a clear picture of the tool's behavior. It does not describe error conditions or further side effects, but for a simple read-only list, this is adequate.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two concise sentences, front-loaded with the verb and resource. Every word adds value; no fluff or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter list tool with no output schema, the description covers return fields, scope, and auth requirements. It is sufficiently complete for an agent to understand what the tool does and what output to expect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool has zero parameters, so there is nothing to explain. The description adds context by specifying the fleet size (15 agents) and driver type diversity (6 driver types), which is valuable even though the schema is empty.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('List') and clearly identifies the resource ('15-agent compute grid fleet across all 6 driver types'). It also states the return fields, making it unambiguous and distinct from sibling tools like computegrid_get_capacity and computergrid_verify_proof.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies its use for listing the fleet and details the returned data. However, it does not explicitly compare with sibling tools or state when not to use it. Sibling names suggest different purposes, but no explicit alternatives are mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
computegrid_verify_proofBInspect
Submit a compute job for verification by the Verification Fleet (4 agents). Returns Groth16-style proof. $0.001/proof in USDC.
| Name | Required | Description | Default |
|---|---|---|---|
| driver | Yes | Source driver: ionet | render | akash | aleo | custom | |
| job_id | Yes | Job ID to verify | |
| submitter_did | Yes | DID of the submitting agent | |
| claimed_output_hash | Yes | SHA-256 of claimed output |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It mentions the fleet size and cost, but omits critical behavioral details: whether the operation is synchronous, what happens on verification failure, required permissions/auth, and any side effects. For a submission/payment-triggering action, this is a significant gap.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise: three short sentences that state the action, return value, and cost. Every sentence earns its place, with no filler or redundancy.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
With no annotations or output schema, the description is the only source of behavioral context. It fails to explain error handling, response format beyond 'proof', whether the job submission is asynchronous, or any prerequisites. This is incomplete for a tool that initiates a paid verification process.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents each parameter. The description adds no parameter-specific meaning, but it doesn't need to since the schema is complete. Baseline 3 is appropriate.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Submit a compute job for verification') and the resource (Verification Fleet), and notes the return value (Groth16-style proof). It distinguishes from siblings (capacity/agents) by focusing on verification. However, the tool name 'verify_proof' suggests verifying a proof, while the description says submitting a job, which creates minor ambiguity.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied: use this when you need to verify a compute job and obtain a proof. However, there is no explicit guidance on when not to use it or alternatives, and sibling tools are not mentioned.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
13 tool updates
- Removed
computegrid_audit - Removed
computegrid_book - Changed
computegrid_get_capacity2 fields changed- removed
Input schema / properties / nRemoved value: -{ - "description": "Top-N rows to return (default 32, max 256)", - "maximum": 256, - "minimum": 1, - "type": "integer" -} - removed
Input schema / properties / refreshRemoved value: -{ - "description": "Force a read-only refresh from the upstream Compute service", - "type": "boolean" -}
- Removed
computegrid_list_providers - Removed
computegrid_quote - Removed
computegrid_release - Removed
computegrid_solve - Removed
computegrid_status - Changed
computegrid_verify_proof9 fields changed- removed
Input schema / properties / claimRemoved value: -{ - "description": "Optional claim metadata (model_id, job_id, output_hash, ...)", - "type": "object" -} - added
Input schema / properties / claimed_output_hashAdded value: +{ + "description": "SHA-256 of claimed output", + "type": "string" +} - added
Input schema / properties / driverAdded value: +{ + "description": "Source driver: ionet | render | akash | aleo | custom", + "type": "string" +} - added
Input schema / properties / job_idAdded value: +{ + "description": "Job ID to verify", + "type": "string" +} - removed
Input schema / properties / proofRemoved value: -{ - "description": "Groth16 proof envelope (dict {a,b,c} or 8-element list of BN254 field elements)" -} - removed
Input schema / properties / proof_systemRemoved value: -{ - "description": "Proof system identifier (default 'groth16')", - "type": "string" -} - removed
Input schema / properties / public_inputsRemoved value: -{ - "description": "List of BN254 field elements (hex strings or ints)", - "type": "array" -} - added
Input schema / properties / submitter_didAdded value: +{ + "description": "DID of the submitting agent", + "type": "string" +} - changed
Input schema / requiredPrevious value: -[ - "proof", - "public_inputs" -]New value: +[ + "job_id", + "driver", + "claimed_output_hash", + "submitter_did" +]
- Removed
computegrid_verify_selection - Removed
hive_earn_leaderboard - Removed
hive_earn_me - Removed
hive_earn_register
14 tool updates
- First observed
computegrid_audit - First observed
computegrid_book - First observed
computegrid_get_capacity - First observed
computegrid_list_agents - First observed
computegrid_list_providers - First observed
computegrid_quote - First observed
computegrid_release - First observed
computegrid_solve - First observed
computegrid_status - First observed
computegrid_verify_proof - First observed
computegrid_verify_selection - First observed
hive_earn_leaderboard - First observed
hive_earn_me - First observed
hive_earn_register
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user, then choose Claim with GitHub. An organization namespace such asio.github.acme/serveralso needs that organization to have installed the Glama AI GitHub App and approved its permissions, because GitHub discloses organization membership only to apps it has installed. Use HTTP or DNS when it has not.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
MCP server: DePIN reward routing, capacity verification, settlement reports · Hive Civilization
HiveCompute MCP Server — decentralized inference router for AI agents
HiveCapital MCP Server — autonomous investment layer for AI agents
MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization
Related MCP Servers
AlicenseNot gradedqualityCmaintenanceMCP server — AI agents rent GPUs & pay in USDG over x402 on Robinhood Chain.16MIT
Helius MCPofficial
AlicenseAqualityAmaintenanceMCP server for Helius — Solana blockchain data access for AI assistants, provided by Solana's fastest, most reliable infrastructure provider1035226MIT- AlicenseNot gradedqualityCmaintenanceAn MCP server for coordinating a permissionless swarm of AI agents to discover, investigate, and synthesize on-chain anomalies across EVM chains. Agents authenticate via off-chain ECDSA and earn reputation through useful contributions.MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server enabling AI agents to browse, claim, submit, and manage paid tasks on the SYNAI Relay agent-to-agent task protocol, with on-chain USDC settlement via x402.MIT
Glama MCP Gateway
Add one secure layer between your agents and this server.
TDQS
Each tool has a clearly distinct purpose: capacity telemetry, agent roster, and proof verification. There is no overlap or ambiguity between them.
All tools follow the same computergrid_ verb_noun pattern, using snake_case consistently. The naming is predictable and easy to understand.
With only 3 tools, the server is concise and focused. While slightly on the lower end, each tool earns its place for the intended read-only/verification scope.
The server provides capacity, agent list, and proof verification, covering the core 'read-only + verify' domain. Minor gaps exist, such as no job status or history, but these are not critical for the stated purpose.