hive-mcp-mark
MCP server for trademark first-use attestation with post-quantum dual-signed receipts.
README
hive-mcp-mark
Hive Mark — Trademark First-Use Attestation LEX-IP §6.2 | Post-Quantum | ML-DSA-65 + Ed25519 | $0.0012/use
MCP server exposing Hive Mark's trademark attestation endpoints. Every attestation issues a dual-signed ML-DSA-65 + Ed25519 CBOR receipt envelope — an offline-verifiable proof of first use. The earliest attestation for any mark is the priority-proving record.
Backend: https://hivemorph.onrender.com
Tools
| Tool | Description | Price |
|---|---|---|
mark_attest |
Record first-use attestation; returns dual-signed receipt | $0.0012 |
mark_by_text |
All attestations for a mark string (earliest = priority holder) | free |
mark_by_owner |
All marks attested by a brand owner DID | free |
mark_monitor |
Create brand monitoring record | $50/month |
mark_health |
Service health + counts | free |
Endpoints
| Method | Path | Description |
|---|---|---|
| POST | /v1/mark/attest |
Record attestation |
| GET | /v1/mark/by-text/{mark_text} |
Priority-proving list |
| GET | /v1/mark/by-owner/{did} |
Owner's mark history |
| POST | /v1/mark/monitor |
Brand monitoring |
| GET | /v1/mark/health |
Health check |
Connect
Smithery: https://smithery.ai/server/srotzin/hive-mcp-mark
Glama: https://glama.ai/mcp/servers/srotzin/hive-mcp-mark
Run locally:
npm install
node server.js
# MCP endpoint: http://localhost:3000/mcp
JSON-RPC example:
curl -s -X POST http://localhost:3000/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'
Persistence
Attestations persist to /var/data/hivemorph/mark_attestations.jsonl.
Monitors persist to /var/data/hivemorph/mark_monitors.jsonl.
Council provenance
R3 pass | R4 pass | R5 pass | R6 pass. Three gates: NEED + YIELD + CLEAN-MONEY.
License
MIT. Backend: hivemorph (private).
Brand gold: Pantone 1245 C / #C08D23
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.