hive-mcp-mpp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hive-mcp-mppinitiate a payment of 10 USDC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
hive-mcp-mpp
Dual-Rail 402 MCP Server (x402 + MPP Tempo)
● Hive Civilization · thehiveryiq.com
Public MCP surface wrapping the dual-rail 402 (x402 primary / MPP Tempo fallback) integration on hivetrust and hive-mcp-identity. Flips Tempo MPP rail PR1 into Hive's own partner-facing surface area.
Tools
Tool | Description | Backend | Free? |
| Init dual-rail 402 challenge (MPP primary + x402 fallback) | hivetrust | — |
| Verify a settled MPP or x402 payment by tx_hash | hivetrust | — |
| Get MPP-attested identity claim for a DID | hive-mcp-identity | — |
| Check MPP settlement state for a transaction | hivetrust | — |
| Return rail metadata (Tempo RPC, x402 URL, currencies, treasury) | local | free |
Related MCP server: inflow
Endpoints
Endpoint | Method | Description |
|
| JSON-RPC 2.0 / MCP 2024-11-05 |
|
| Health check |
|
| MCP discovery manifest |
|
| A2A agent card |
|
| AP2 agent descriptor |
|
| Security contact |
|
| Crawler rules |
|
| Sitemap |
Payment Rails
MPP (Primary) — Tempo
Protocol: Machine Payments Protocol (IETF draft-ryan-httpauth-payment)
Header:
Payment: scheme="mpp", tx_hash="0x...", rail="tempo"RPC:
https://rpc.tempo.xyzAsset: USDCe (TIP-20)
x402 (Fallback) — Base L2
Header:
X-Payment: <base64-signed-receipt>Fallback URL:
https://hivetrust.onrender.com/v1/x402Asset: USDC (
0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913)Network: Base L2
Treasury
0x15184bf50b3d3f52b60434f8942b7d52f2eb436eConnect
Claude / MCP client
{
"mcpServers": {
"hive-mpp": {
"url": "https://hive-mcp-mpp.onrender.com/mcp",
"transport": "streamable-http"
}
}
}Direct call example
# List tools
curl -s -X POST https://hive-mcp-mpp.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | jq .result.tools[].name
# Get rail info (free, no payment required)
curl -s -X POST https://hive-mcp-mpp.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"mpp_rail_info","arguments":{}}}'Backend Provenance
Service | Commits | Endpoints |
|
| |
|
|
Real Rails Only
No mock responses. No simulated settlement. All tool calls proxy to live backend services.
If a backend endpoint is unavailable, the server returns the upstream error — it never fabricates data.
Registries
Glama: auto-indexed from GitHub — claim at
https://glama.ai/mcp/servers/srotzin/hive-mcp-mppMCP.so: auto-indexed from GitHub — claim for verified-author tag
awesome-mcp-servers: bundled PR pending
License
MIT © 2026 Steve Rotzin / Hive Civilization
Brand: Hive Civilization gold #C08D23 (Pantone 1245 C)
Sources: hivetrust · hive-mcp-identity · Tempo RPC · MPPScan
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceMCP server that gives AI agents Lightning payments, L402 API access, trust verification, and service discovery.12MIT
- Alicense-qualityBmaintenanceMCP server for agent-native and human-accessible payments using MPP and x402 protocols, enabling payment flows from CLI or agent hosts.5MIT
- Alicense-qualityCmaintenanceAn MCP server that tests agent payment capabilities by making a real x402 payment ($10 USDC on Base) and returning a signed diagnostic report covering the entire payment flow.MIT
- Flicense-qualityBmaintenanceAn MCP server that enables AI agents to safely interact with a double-entry payments ledger, enforcing idempotency, policy-based access control, and human-in-the-loop approval for high-value actions.
Related MCP Connectors
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
Workflow diagnostics, capability routing, and x402 settlement for MCP-compatible agents.
Agent-commerce MCP server for x402/USDC payments and affiliate splits on Base.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/srotzin/hive-mcp-mpp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server