hive-mcp-prior
MCP server for Hive Prior patent priority timestamping, enabling content disclosure stamping with dual-signed receipts and querying of prior records.
README
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 |
|---|---|---|
prior_issue |
Stamp a disclosure with a dual-signed Prior receipt | $50 / $200 / $500 by tier |
prior_verify |
Retrieve a Prior record + re-verify dual signature | free |
prior_by_hash |
All inventors who stamped the same content hash; first_mover flag | free |
prior_by_inventor |
Paginated receipt history for an inventor DID | free |
prior_leaderboard |
Top inventors by receipts issued (last 30 days) | free |
prior_health |
Service health, record count, write probe | free |
Pricing Tiers
| Tier | Entropy Axes | Price |
|---|---|---|
disclosure |
6 | $50 (5000 cents) |
singularity |
16 | $200 (20000 cents) |
uspto |
16 + USPTO integration | $500 (50000 cents) |
The uspto tier requires a uspto_application_serial in the request body.
Endpoints (Backend)
| Method | Path | Notes |
|---|---|---|
| POST | /v1/prior/issue |
Issue a Prior stamp |
| GET | /v1/prior/verify/{prior_id} |
Verify by prior_id |
| GET | /v1/prior/by-hash/{content_hash} |
All inventors for hash |
| GET | /v1/prior/by-inventor/{inventor_did} |
Inventor history (paginated) |
| GET | /v1/prior/leaderboard |
Top inventors |
| GET | /v1/prior/health |
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
Recommended Servers
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.
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.
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.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
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.
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.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
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.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.