Hive Passport MCP

Hive Passport MCP

MCP server for Hive Passport, enabling lookup of HKTN registry records, zone membership proofs, and A2A clearance integration.

Category
Visit Server

README

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.

MCP Hive License

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.

Tools

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.

Backend endpoints (live)

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

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 :3000

State 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-charter
  • 17 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 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.

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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured