CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
srotzin avatar

Hive Passport

srotzin/hive-mcp-passport
HTTPregistry active
Summary

Fronts the live Hive Passport clearance backend at hive-passport.onrender.com, exposing six tools for looking up Hive Knowledge Tokens (HKTNs), requesting zero-knowledge proofs of well-formedness, proving zone membership, and fetching the sovereign manifest. Every HKTN minted after May 3, 2026 ships with an atomic passport record in a single Postgres transaction. The MCP layer wraps REST endpoints that return signed smsh.prov envelopes verifiable offline with Ed25519. Useful if you're building agent-to-agent workflows that need cryptographic clearance attestations tied to the Hive Civilization registry, or if you're integrating USDC-on-Base reputation mechanics into LLM tool calls. Connects via streamable-http transport to Claude Desktop or any MCP client.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →

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

ToolWhat it does
passport_lookup_hktnLookup an HKTN registry record (tier, sovereign lineage, zone membership).
passport_prove_well_formedGet a smsh.prov envelope proving the passport is well-formed (verifiable offline).
passport_prove_zone_membershipProve an HKTN's membership (or non-membership) in a named zone (e.g. zone:hive-schengen).
passport_get_manifestFetch the full service manifest: layer status, registered sovereigns, zone catalog.
passport_get_pubkeyGet the Ed25519 pubkey for offline proof verification.
passport_get_doctrineInline markdown summary of the Hive Civilization clearance doctrine.

Backend endpoints (live)

PathPurpose
GET /v1/registry/hktn/:hktnRegistry record lookup
GET /v1/hktn/:hktn/passport/prove/well-formedWell-formedness proof
GET /v1/hktn/:hktn/passport/prove?zone=…Zone membership proof
GET /v1/registry/manifestService manifest
GET /v1/prov/pubkeyPublic key for offline verification
GET /llms.txtCanonical 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.

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
inference shell
inference shell
create and run specialised agents in minutes
build now →
MCP-ready Email SendingMCP-ready Email Sending
MCP-ready Email Sending
Plug Mailtrap into your AI workflow and let it handle the email.
Connect Mailtrap MCP →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Capacitor - Shared memory for your team’s coding agents.
Capacitor - Shared memory for your team’s coding agents.
Make coding agent sessions - Searchable, Shareable, Vendor-neutral & Scored.
Try For Free →
CodeScene MCP ServerCodeScene MCP Server
CodeScene MCP Server
Your agent targets a perfect 10 Code Health score. Deterministic. Every commit.
Try For Free →
Give your AI the whole web as clean markdownGive your AI the whole web as clean markdown
Give your AI the whole web as clean markdown
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
belt - the only tool your agent needs
belt - the only tool your agent needs
belt cli automatically finds the best tools and skills for your agent. image, video, music, tts...
one prompt install →
Registryactive
TransportHTTP
UpdatedMay 4, 2026
View on GitHub

More from srotzin

  • Hive Wallet
  • Hive A/B Test
  • Hive Compute Grid
  • Hive Credit
  • Hive DePIN
  • Hive Evaluator
  • Hive Gateway
  • Hive Insurance Broker
  • Hive Mos
  • Hive Swap
  • Hive Trade
  • Hive Vault
  • HiveAttest
  • Execute Intent
  • Hive Address Screen
  • Hive Agent Kyc
  • Hive Agent Quota
  • Hive Agent Storage
  • Hive Aml Screen
  • Hive Auction
  • Hive Backup
  • Hive Barter
  • Hive Capital
  • Hive Cdn