hive-mcp-prior
Allows stamping disclosures with dual-signed Prior receipts on the Hive blockchain, providing tamper-evident patent priority timestamping with inventor DID binding and content hashing.
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-priorstamp this invention disclosure"
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-prior
MCP server for Hive Prior — LEX-IP Patent Priority Timestamping (Project Tachyon §6.1).
Hive Prior issues dual-signed ML-DSA-65 + Ed25519 CBOR receipt envelopes that bind a content hash, an inventor DID, and an exact timestamp on the Hive network. Multiple inventors can stamp the same content; the earliest stamp is the provable first discloser.
Brand color: #C08D23 (Hive Gold, Pantone 1245 C).
Tools
Tool | Description | Price |
| Stamp a disclosure with a dual-signed Prior receipt | $50 / $200 / $500 by tier |
| Retrieve a Prior record + re-verify dual signature | free |
| All inventors who stamped the same content hash; first_mover flag | free |
| Paginated receipt history for an inventor DID | free |
| Top inventors by receipts issued (last 30 days) | free |
| Service health, record count, write probe | free |
Related MCP server: hive-mcp-origin
Pricing Tiers
Tier | Entropy Axes | Price |
| 6 | $50 (5000 cents) |
| 16 | $200 (20000 cents) |
| 16 + USPTO integration | $500 (50000 cents) |
The uspto tier requires a uspto_application_serial in the request body.
Endpoints (Backend)
Method | Path | Notes |
POST |
| Issue a Prior stamp |
GET |
| Verify by prior_id |
GET |
| All inventors for hash |
GET |
| Inventor history (paginated) |
GET |
| Top inventors |
GET |
| Health check |
Backend: https://hivemorph.onrender.com
Connect
Smithery: https://smithery.ai/new?repo=srotzin/hive-mcp-prior
MCP config (claude_desktop_config.json):
{
"mcpServers": {
"hive-prior": {
"command": "node",
"args": ["/path/to/hive-mcp-prior/server.js"]
}
}
}Receipt Envelope Shape
Each Prior stamp wraps an inner ML-DSA-65 + Ed25519 dual-signed CBOR swarm-receipt and adds LEX-IP binding fields:
{
"prior_id": "uuid",
"content_hash": "sha256-hex-64-chars",
"inventor_did": "did:hive:inventor:...",
"timestamp_iso": "2026-05-08T00:00:00Z",
"entropy_axes": 6,
"tier": "disclosure",
"price_usd_cents": 5000,
"uspto_application_serial": null,
"inner_receipt": {
"receipt_id": "...",
"sig_classical": "Ed25519-base64",
"sig_dsa": "ML-DSA-65-base64",
"profile": "swarm",
"validator_dids": ["did:hive:mesh:alpha", ...]
}
}Council Provenance
R3/R4/R5/R6 cleared. LEX-IP surfaces (Prior, Mark, Origin) are Project Tachyon §6.1-6.3.
License
MIT — Steve Rotzin / The Hivery IQ
Source: https://github.com/srotzin/hive-mcp-prior
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-qualityCmaintenanceMCP server for trademark first-use attestation with post-quantum dual-signed receipts.Last updatedMIT
- Alicense-qualityCmaintenanceMCP 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
- AlicenseAqualityCmaintenanceMCP server for sealing, verifying, and reading KNOBE Protocol v1 documents with human-confirmed authorship, ensuring document provenance and integrity.Last updated5Apache 2.0
- Alicense-qualityCmaintenanceAn MCP server that implements an inbound reverse Dutch auction for Hive shim slots, allowing agents to bid on rate-limited access via a provably fair descent curve.Last updatedMIT
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…
MCP server: NEED + YIELD + CLEAN-MONEY gates with EIP-3009 attestations · Hive Civilization
Appeared in Searches
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-prior'
If you have feedback or need assistance with the MCP directory API, please join our Discord server