MCP Hub
Back to servers

Hive Gateway

Unified MCP gateway aggregating Hive Civilization tool surfaces

Registry
Updated
Apr 29, 2026

hive-mcp-gateway

Hive Civilization MCP registry — discovery surface for the 22 hive-mcp-* servers.

The gateway hosts a registry at /.well-known/mcp.json and continues to mount 5 MCP servers in-process for legacy compatibility. Direct shim URLs are recommended for Glama / Smithery probes; the gateway is for discovery, not as a hot-path proxy.

Mounted servers (legacy in-process mounts)

PathRepoDescription
/evaluator/mcphive-mcp-evaluatorERC-8183 / Virtuals ACP v2.0 evaluator-as-a-service
/trade/mcphive-mcp-tradeCross-border SMB invoice settlement on USDC/USDT
/depin/mcphive-mcp-depinDePIN provider marketplace
/compute-grid/mcphive-mcp-compute-gridCross-pool compute auction grid
/morph/mcphive-mcp-morphPolymorphic-identity & brood telemetry

Each path also exposes /<feature>/health and /<feature>/.well-known/mcp.json.

Top-level: / (server index) and /health.

Direct Shim URLs

The gateway is a discovery surface. Direct URLs are recommended for Glama / Smithery probes.

SlugDirect URLRepo
agent-kychttps://hive-mcp-agent-kyc.onrender.comhttps://github.com/srotzin/hive-mcp-agent-kyc
agent-storagehttps://hive-mcp-agent-storage.onrender.comhttps://github.com/srotzin/hive-mcp-agent-storage
capitalhttps://hive-mcp-capital.onrender.comhttps://github.com/srotzin/hive-mcp-capital
computehttps://hive-mcp-compute.onrender.comhttps://github.com/srotzin/hive-mcp-compute
compute-gridhttps://hive-mcp-compute-grid.onrender.comhttps://github.com/srotzin/hive-mcp-compute-grid
connectorhttps://hive-mcp-connector.onrender.comhttps://github.com/srotzin/hive-mcp-connector
credithttps://hive-mcp-credit.onrender.comhttps://github.com/srotzin/hive-mcp-credit
depinhttps://hive-mcp-depin.onrender.comhttps://github.com/srotzin/hive-mcp-depin
escrowhttps://hive-mcp-escrow.onrender.comhttps://github.com/srotzin/hive-mcp-escrow
evaluatorhttps://hive-mcp-evaluator.onrender.comhttps://github.com/srotzin/hive-mcp-evaluator
exchangehttps://hive-mcp-exchange.onrender.comhttps://github.com/srotzin/hive-mcp-exchange
gatewayhttps://hive-mcp-gateway.onrender.comhttps://github.com/srotzin/hive-mcp-gateway
identityhttps://hive-mcp-identity.onrender.comhttps://github.com/srotzin/hive-mcp-identity
insurancehttps://hive-mcp-insurance.onrender.comhttps://github.com/srotzin/hive-mcp-insurance
mininghttps://hive-mcp-mining.onrender.comhttps://github.com/srotzin/hive-mcp-mining
morphhttps://hive-mcp-morph.onrender.comhttps://github.com/srotzin/hive-mcp-morph
moshttps://hive-mcp-mos.onrender.comhttps://github.com/srotzin/hive-mcp-mos
oraclehttps://hive-mcp-oracle.onrender.comhttps://github.com/srotzin/hive-mcp-oracle
swaphttps://hive-mcp-swap.onrender.comhttps://github.com/srotzin/hive-mcp-swap
tradehttps://hive-mcp-trade.onrender.comhttps://github.com/srotzin/hive-mcp-trade
vaulthttps://hive-mcp-vault.onrender.comhttps://github.com/srotzin/hive-mcp-vault
zk-attestationhttps://hive-mcp-zk-attestation.onrender.comhttps://github.com/srotzin/hive-mcp-zk-attestation

Each shim exposes /mcp (JSON-RPC) and /.well-known/mcp.json (discovery).

Local run

npm install
node gateway.js
# Then:
curl http://localhost:3000/
curl http://localhost:3000/.well-known/mcp.json
curl http://localhost:3000/evaluator/health
curl -X POST http://localhost:3000/morph/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Deploy

Render: see render.yaml. Docker: see Dockerfile.

License

MIT. Hive Civilization gold #C08D23 (Pantone 1245 C).

Reviews

No reviews yet

Sign in to write a review