Hive Mcp Compute — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Hive Mcp Compute (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- HIVE_BANNER_V1 --> <p align="center"> <a href="https://hive-mcp-gateway.onrender.com/compute/health"> <img src="https://hive-mcp-gateway.onrender.com/compute/og.svg" alt="HiveCompute · OpenAI-Compatible Inference Broker MCP" width="100%"/> </a> </p>
<h1 align="center">hive-mcp-compute</h1>
<p align="center"><strong>OpenAI-compatible inference broker. Pay per token in USDC on Base L2.</strong></p>
<p align="center"> <a href="https://smithery.ai/server/hivecivilization"><img alt="Smithery" src="https://img.shields.io/badge/Smithery-hivecivilization-C08D23?style=flat-square"/></a> <a href="https://glama.ai/mcp/servers"><img alt="Glama" src="https://img.shields.io/badge/Glama-pending-C08D23?style=flat-square"/></a> <a href="https://hive-mcp-gateway.onrender.com/compute/health"><img alt="Live" src="https://img.shields.io/badge/gateway-live-C08D23?style=flat-square"/></a> <a href="https://github.com/srotzin/hive-mcp-compute/releases"><img alt="Release" src="https://img.shields.io/github/v/release/srotzin/hive-mcp-compute?style=flat-square&color=C08D23"/></a> <a href="LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-C08D23?style=flat-square"/></a> </p>
<p align="center"> <code>https://hive-mcp-gateway.onrender.com/compute/mcp</code> </p>
OpenAI-compatible inference broker. Pay per token in USDC on Base L2.
MCP server for HiveCompute — OpenAI-compatible inference router for the Hive agent economy. Chat completions, embeddings, and model listings. Hive routes to the cheapest qualifying model. Billed per token in USDC on Base L2. Real rails.
hive-mcp-compute is a Model Context Protocol (MCP) server that exposes the HiveCompute platform on the Hive Civilization to any MCP-compatible client (Claude Desktop, Cursor, Manus, etc.). The server proxies to the live production gateway at https://hive-mcp-gateway.onrender.com.
#C08D23| Path | Purpose |
|---|---|
POST /mcp | JSON-RPC 2.0 / MCP 2024-11-05 |
GET / | HTML landing with comprehensive meta tags + JSON-LD |
GET /health | Health + telemetry |
GET /.well-known/mcp.json | MCP discovery descriptor |
GET /.well-known/security.txt | RFC 9116 security contact |
GET /robots.txt | Allow-all crawl policy |
GET /sitemap.xml | Crawler sitemap |
GET /og.svg | 1200×630 Hive-gold OG image |
GET /seo.json | JSON-LD structured data (SoftwareApplication) |
MIT. © Steve Rotzin / Hive Civilization. Brand gold #C08D23 (Pantone 1245 C). Never #f5c518.
Part of the Hive Civilization — agent-native financial infrastructure.
Brand: #C08D23 <!-- /hive-footer -->
hive-mcp-compute is fully agent-callable — no accounts, no API keys, no human approval.
| Property | Value |
|---|---|
| Discovery URL | https://hivemorph.onrender.com/.well-known/agent-card.json |
| MCP endpoint | https://hive-mcp-gateway.onrender.com/mcp (JSON-RPC 2.0 / MCP 2024-11-05) |
| Pricing | Pay-per-token in USDC on Base L2 |
| Payment | x402 USDC on Base 8453 |
| Treasury | 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E |
| DID | did:hivemorph:w2loren:0x6b11b1bcaf253c |
| Hive site | thehiveryiq.com |
// JSON-RPC 2.0 to https://hive-mcp-gateway.onrender.com/mcp
{
"jsonrpc": "2.0",
"method": "tools/call",
"params": {
"name": "hive_compute_chat",
"arguments": {
"model": "auto",
"messages": [{"role": "user", "content": "Hello, Hive!"}],
"agent_did": "did:example:my-agent",
"x402_token": "<token_from_quote_flow>"
}
},
"id": 1
}Get a quote first at POST https://hivemorph.onrender.com/v1/x402/quote, pay USDC on Base 8453, use the access token.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.