MCP Hub
Back to servers

hive-mcp-prior

MCP server for Hive Prior patent priority timestamping, enabling content disclosure stamping with dual-signed receipts and querying of prior records.

glama
Updated
May 8, 2026

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

ToolDescriptionPrice
prior_issueStamp a disclosure with a dual-signed Prior receipt$50 / $200 / $500 by tier
prior_verifyRetrieve a Prior record + re-verify dual signaturefree
prior_by_hashAll inventors who stamped the same content hash; first_mover flagfree
prior_by_inventorPaginated receipt history for an inventor DIDfree
prior_leaderboardTop inventors by receipts issued (last 30 days)free
prior_healthService health, record count, write probefree

Pricing Tiers

TierEntropy AxesPrice
disclosure6$50 (5000 cents)
singularity16$200 (20000 cents)
uspto16 + USPTO integration$500 (50000 cents)

The uspto tier requires a uspto_application_serial in the request body.


Endpoints (Backend)

MethodPathNotes
POST/v1/prior/issueIssue 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/leaderboardTop inventors
GET/v1/prior/healthHealth 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

Reviews

No reviews yet

Sign in to write a review