hive-mcp-sigr
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-sigrSign the latest agent run for audit record"
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-sigr — Signed inference Guarantee Receipt (SiGR™)
A remote MCP server that signs the things AI agents do — runs, billing, SLA bonds, and model-panel verdicts — with ML-DSA-65 (NIST FIPS 204). Every receipt is returned as a self-contained envelope you can verify offline, with no secret and no callback to us.
Most of what an AI agent does today is unsigned. When a run goes wrong, reconstruction takes weeks because nobody has the exact, ordered state the model saw before it acted. SiGR signs that state at the moment of the call. The receipt is the record.
Patent Pending. Hive Civilization.
Remote endpoint:
https://hive-mcp-sigr.onrender.com/mcpTransport: Streamable-HTTP, JSON-RPC 2.0, MCP
2024-11-05Upstream signer:
https://hive-typed-signer.onrender.comSignature scheme: ML-DSA-65 (NIST FIPS 204), ~7 ms per signature
Pricing: Build tier (first 1M receipts) free. Verify is always free. Full ladder at thehiveryiq.com/sigr/
Tools
Tool | What it signs | Docket | Required input |
| A multi-step agent run, each step sealed to its causal parents with a | HC-2026-006 |
|
| An inference cost / billing receipt (tokens, backend, prices) | HC-2026-004 |
|
| An SLA performance bond (latency ceiling, uptime floor, penalty) | HC-2026-005 |
|
| A model-panel verdict (member digests, scores, method) | HC-2026-007 |
|
| Verifies any SiGR envelope offline (always free) | — |
|
| Returns the ML-DSA-65 public key + issuer metadata | — | — |
Each sign tool returns the full signed envelope (ok, product, patent_pending, envelope, timing_us). The envelope carries the public_key, payload_digest, and envelope_signature needed to verify it later with verify_receipt or directly against the signer.
Related MCP server: Witnessed
Endpoints (upstream signer)
Endpoint | Method | Purpose |
| POST | Sign an agent run |
| POST | Sign a billing receipt |
| POST | Sign an SLA bond |
| POST | Sign a panel verdict |
| POST | Verify an envelope (free) |
| GET | ML-DSA-65 public key |
Connect
Claude Desktop / MCP client (remote)
{
"mcpServers": {
"hive-sigr": {
"type": "streamable-http",
"url": "https://hive-mcp-sigr.onrender.com/mcp"
}
}
}List tools
curl -s -X POST https://hive-mcp-sigr.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Call sign_chain (flagship)
curl -s -X POST https://hive-mcp-sigr.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":2,"method":"tools/call","params":{"name":"sign_chain","arguments":{"run":{"run_id":"run-1","agent_ref":"research-agent-v2","steps":[{"step_id":"s1","kind":"plan","seq":0,"parents":[],"input":{"goal":"compare"},"output":{"plan":["a","b"]}},{"step_id":"s2","kind":"final","seq":1,"parents":["s1"],"input":{"r":"A"},"output":{"answer":"done"}}]}}}}'Verify a receipt (free)
curl -s -X POST https://hive-mcp-sigr.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":3,"method":"tools/call","params":{"name":"verify_receipt","arguments":{"product":"chain","envelope":{ /* paste the envelope from sign_chain */ }}}}'Run it yourself
npm install
node server.js
# -> [hive-mcp-sigr] v1.0.0 listening on :3000 -> https://hive-typed-signer.onrender.comEnvironment:
Var | Default | Notes |
|
| HTTP port |
|
| Set |
|
| Upstream signer base |
Policy
Inbound only. Never takes custody of keys or funds. Signing only — your payload is signed and returned; we do not store it.
Settlement for paid tiers is USDC on Base. Verify is always free.
MIT © 2026 Steve Rotzin / Hive Civilization · thehiveryiq.com
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-qualityDmaintenanceProvides cryptographic identity and signing capabilities for AI agents, enabling them to create persistent identities, sign actions with private keys, and allow external systems to verify the authenticity and provenance of agent-initiated operations.Last updated4MIT
- Alicense-qualityBmaintenanceVerifiable action receipts for AI agents — agents sign claims locally, an independent witness countersigns and timestamps, anyone can verify offline.Last updated28MIT
- Alicense-qualityBmaintenanceProvides tools to sign and verify post-quantum attestations of AI agent actions (mint, trajectory, coherence) using ML-DSA-65 signatures, with offline verification always free.Last updatedMIT

garlofficial
Alicense-qualityCmaintenanceCryptographic verification for AI agent actions — ECDSA-secp256k1 signed Action Receipts anchored on Base, multi-dimensional trust vectors, capability tokens, and offline-verifiable on-chain proof. 29 tools.Last updated3Apache 2.0
Related MCP Connectors
Post-quantum, tamper-evident receipts for agent actions. Ed25519 + ML-DSA-65, offline verify.
Pre-action attestation perimeter for AI agents — 8 primitives, signed C18 receipt per call.
Shared, verifiable memory for AI agents and robots: signed tokens that resolve and verify offline.
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-sigr'
If you have feedback or need assistance with the MCP directory API, please join our Discord server