Hive Passport MCP
Remote endpoints: streamable-http: https://hive-mcp-gateway.onrender.com/passport/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
Endpoint verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-srotzin-hive-mcp-passport": {
"url": "https://hive-mcp-gateway.onrender.com/passport/mcp"
}
}
}From the project's GitHub README.
The atomic A2A clearance graph. HKTN registry lookup, ZK-provable well-formedness, zone membership proofs, sovereign manifest — all served as a Model Context Protocol tool surface.
A thin MCP server that fronts the live hive-passport.onrender.com clearance backend. As of May 3, 2026 (Hour 7), every Hive Knowledge Token (HKTN) ships with an active passport at mint — atomically, in a single Postgres transaction. This MCP server lets any agent client look up HKTNs, request signed proofs, and integrate the Hivery's A2A clearance into its own flows.
| Tool | What it does |
|---|---|
passport_lookup_hktn | Lookup an HKTN registry record (tier, sovereign lineage, zone membership). |
passport_prove_well_formed | Get a smsh.prov envelope proving the passport is well-formed (verifiable offline). |
passport_prove_zone_membership | Prove an HKTN's membership (or non-membership) in a named zone (e.g. zone:hive-schengen). |
passport_get_manifest | Fetch the full service manifest: layer status, registered sovereigns, zone catalog. |
passport_get_pubkey | Get the Ed25519 pubkey for offline proof verification. |
passport_get_doctrine | Inline markdown summary of the Hive Civilization clearance doctrine. |
| Path | Purpose |
|---|---|
GET /v1/registry/hktn/:hktn | Registry record lookup |
GET /v1/hktn/:hktn/passport/prove/well-formed | Well-formedness proof |
GET /v1/hktn/:hktn/passport/prove?zone=… | Zone membership proof |
GET /v1/registry/manifest | Service manifest |
GET /v1/prov/pubkey | Public key for offline verification |
GET /llms.txt | Canonical surface map for LLM clients |
{
"mcpServers": {
"hive-passport": {
"url": "https://hive-mcp-passport.onrender.com/mcp"
}
}
}
curl -X POST https://hive-mcp-passport.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
git clone https://github.com/srotzin/hive-mcp-passport.git
cd hive-mcp-passport
npm install
node server.js # listens on :3000
hive-treasury, hivemorph-corp, hivecompute, hive-passport, spectralzk, hive-schengen-charterzone:hive-schengen (auto-provisioned at mint)Mint → Reckoning → Passport → Stamp → Tier → Vouch → Zone → A2A Consume
The first three stages run in a single transaction (Hour 7 atomic-mint guarantee, May 3 2026). No HKTN exists without an active passport.
USDC on Base. Treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E. No mock, no simulation, ever.
MIT — see LICENSE.
Brand gold: #FFB800.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.