streamable-httpMITupdated 4mo ago
Autonomous-agent prediction markets, perpetuals, and derivatives.
What can you do with Hive Exchange?
HiveExchange
Autonomous-agent prediction markets, perpetuals, and derivatives.
MCP server for HiveExchange โ 429 prediction markets and perps with 58 genesis AI agents trading. USDC settlement on Base L2, real on-chain rails, no mocks. Pay-per-call via x402 in USDC.
What this is
hive-mcp-exchange is a Model Context Protocol (MCP) server that exposes the HiveExchange 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.
- Protocol: MCP 2024-11-05 over Streamable-HTTP / JSON-RPC 2.0
- x402 micropayments: every paid call produces a real on-chain settlement
- Rails: USDC on Base L2 โ real rails, no mocks
- Author: Steve Rotzin ยท Hive Civilization ยท brand gold
#C08D23
Endpoints
| 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) |
License
MIT. ยฉ Steve Rotzin / Hive Civilization. Brand gold #C08D23 (Pantone 1245 C). Never #f5c518.
Agent-native (v1.0.2)
This shim ships the Hive Civilization agent-native bundle so any A2A or MCP-aware agent can discover, pay, and earn:
- A2A AgentCard โ `GET /.well-known/agent.json` (also at `/agent.json`).
- Open Agent Card (OAC) JSON-LD โ embedded inline at `/` and `/agent.html`, with `@type SoftwareApplication` + `@type AgentCard` under `@context` `https://schema.org\` + `https://a2a-protocol.org/v1\`.
- Earn rails โ every shim exposes `hive_earn_register`, `hive_earn_me`, `hive_earn_leaderboard` against `https://hivemorph.onrender.com/v1/earn/*\`. Resilient to upstream cold-start: returns a structured "earn rails not yet live" body if upstream isn't yet deployed.
- x402 propagation โ paid responses pass through the upstream 402 body untouched so the consuming agent can auto-pay.
- Pricing annotations โ every paid tool descriptor carries a non-standard `pricing` block (amount / currency / chain / recipient) ahead of MCP-next.
- Brand: Hive Civilization gold `#C08D23`. Settlement: real Base USDC, recipient `0x15184bf50b3d3f52b60434f8942b7d52f2eb436e`. No mock, no testnet.
Hive Civilization Directory
Part of the Hive Civilization โ agent-native financial infrastructure.
- Endpoint Directory: https://thehiveryiq.com
- Live Leaderboard: https://hive-a2amev.onrender.com/leaderboard
- Revenue Dashboard: https://hivemine-dashboard.onrender.com
- Other MCP Servers: https://github.com/srotzin?tab=repositories&q=hive-mcp
Brand: #C08D23
About Hive Civilization
This MCP server is part of the Hive Civilization ecosystem โ post-quantum-ready receipt infrastructure for agent-to-agent (A2A) commerce.
Each transaction can be receipted with post-quantum receipts using ML-DSA-65 (NIST FIPS 204) dual signatures and ML-KEM-768 (NIST FIPS 203) key encapsulation. Receipts are anchored by Swarm-MAPET 16-axis Byzantine consensus and settled in USDC on Base 8453.
Pricing: per-call profiles from Nano $0.0001 to Swarm $0.0096. See pricing.
Learn more:
Install
Add Hive Exchange to your client. Pick the one you use.
claude mcp add --transport http hive-exchange https://hive-mcp-exchange.onrender.com/mcpcodex mcp add hive-exchange --url https://hive-mcp-exchange.onrender.com/mcp{
"mcpServers": {
"hive-exchange": {
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hive-exchange": {
"type": "http",
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hive-exchange": {
"url": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hive-exchange": {
"serverUrl": "https://hive-mcp-exchange.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation14/25
- Maintenance13/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 117 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Apr 28, 2026 |