Hive Passport MCP
Provides tools to query the Hive Passport clearance backend for Hive Knowledge Tokens (HKTNs), including registry lookups, well-formedness proofs, zone membership proofs, and service manifest retrieval.
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 Passport MCPlook up HKTN-0x1A2B3C"
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 Passport MCP
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.
What this is
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.
Related MCP server: hive-mcp-origin
Tools
Tool | What it does |
| Lookup an HKTN registry record (tier, sovereign lineage, zone membership). |
| Get a |
| Prove an HKTN's membership (or non-membership) in a named zone (e.g. |
| Fetch the full service manifest: layer status, registered sovereigns, zone catalog. |
| Get the Ed25519 pubkey for offline proof verification. |
| Inline markdown summary of the Hive Civilization clearance doctrine. |
Backend endpoints (live)
Path | Purpose |
| Registry record lookup |
| Well-formedness proof |
| Zone membership proof |
| Service manifest |
| Public key for offline verification |
| Canonical surface map for LLM clients |
Connect
Claude Desktop
{
"mcpServers": {
"hive-passport": {
"url": "https://hive-mcp-passport.onrender.com/mcp"
}
}
}Streamable-HTTP (any client)
curl -X POST https://hive-mcp-passport.onrender.com/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'Local
git clone https://github.com/srotzin/hive-mcp-passport.git
cd hive-mcp-passport
npm install
node server.js # listens on :3000State of the colony (May 3, 2026)
28 active HKTNs with 1:1 active passport invariant
6 sovereigns issuing attestations:
hive-treasury,hivemorph-corp,hivecompute,hive-passport,spectralzk,hive-schengen-charter17 charter HKTNs in
zone:hive-schengen(auto-provisioned at mint)~104K reputation_credits in the Reckoning ledger
Layers 1-4 live, Layer 5 (Duty-free Terminal) reserved at 501
A2A flow
Mint → Reckoning → Passport → Stamp → Tier → Vouch → Zone → A2A ConsumeThe first three stages run in a single transaction (Hour 7 atomic-mint guarantee, May 3 2026). No HKTN exists without an active passport.
Real rails only
USDC on Base. Treasury 0x15184Bf50B3d3F52b60434f8942b7D52F2eB436E. No mock, no simulation, ever.
License
MIT — see LICENSE.
Links
Live homepage: https://thehiveryiq.com/#hktn-provenance
Passport backend: https://hive-passport.onrender.com
Manifest: https://hive-passport.onrender.com/v1/registry/manifest
Surface map: https://hive-passport.onrender.com/llms.txt
Brand gold: #FFB800.
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
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that enables LLM applications to perform verifiable credential operations including issuing, verifying, revoking credentials and evaluating presentations within the HiveAuth ecosystem.Last updated13
- Alicense-qualityBmaintenanceMCP server for Hive Origin that stamps work hashes with dual-signed post-quantum receipt envelopes (ML-DSA-65 + Ed25519) for copyright creation proof, plus queries for proven creators and paginated work history.Last updatedMIT
- Alicense-qualityCmaintenanceMCP server for Hive Prior patent priority timestamping, enabling content disclosure stamping with dual-signed receipts and querying of prior records.Last updatedMIT
- Alicense-qualityCmaintenanceAn MCP server that lets an AI agent look up a RealHandles identity and cryptographically verify its signed proof.Last updated57MIT
Related MCP Connectors
MCP server bridging holepunchto/keet-identity-key to the Hive agentic identity network
Hive MCP server implementing the EIP-712 over USB/DMK ledger-bridge integration spec…
A paid remote MCP for ZeroID, built to return verdicts, receipts, usage logs, and audit-ready JSON.
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-passport'
If you have feedback or need assistance with the MCP directory API, please join our Discord server