← hivemorph.onrender.com
INDIVIDUAL MCP TOOL
prior_by_inventor
List all Prior receipts by an inventor DID, newest first.
LIVE ENDPOINT
https://hivemorph.onrender.com/v1/prior/mcp
Connect to this endpoint to inspect the live schema for prior_by_inventor and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hive-mcp-prior]
url = "https://hivemorph.onrender.com/v1/prior/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hive-mcp-prior": {
"type": "http",
"url": "https://hivemorph.onrender.com/v1/prior/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hive-mcp-prior
Remote MCP URL: https://hivemorph.onrender.com/v1/prior/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hive-mcp-prior": {
"url": "https://hivemorph.onrender.com/v1/prior/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hive-mcp-prior": {
"type": "http",
"url": "https://hivemorph.onrender.com/v1/prior/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hive-mcp-prior",
"transport": "streamable-http",
"url": "https://hivemorph.onrender.com/v1/prior/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
prior_issue— Issue a Patent Priority timestamp on Hive Prior (LEX-IP §6.1).prior_verify— Verify a Hive Prior receipt by prior_id.prior_by_hash— Find all Prior receipts for a content hash.prior_leaderboard— Top inventor DIDs by receipts issued in the last N days.prior_health— Service health check — record count, write probe, tier pricing.