HiveAttest perimeter for autonomous agents — MCP server for C8/C12/C13/C15-C20 claims. Reference-grade. USPTO 64/055,601.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hive-mcp-attest": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-attest"
]
}
}
}
Run in terminal:
claude mcp add hive-mcp-attest npx -y srotzin/hive-mcp-attest
Add to .cursor/mcp.json:
{
"mcpServers": {
"hive-mcp-attest": {
"command": "npx",
"args": [
"-y",
"srotzin/hive-mcp-attest"
]
}
}
}