streamable-httpMITupdated 4mo ago
HiveLaw is a Model Context Protocol (MCP) server that audits AI agent outputs for hallucination liability, issues verifiable compliance stamps, and tracks audit history.
O que dá para fazer com HiveLaw?
HiveLaw
AI Compliance Auditing — MCP Server
HiveLaw is a Model Context Protocol (MCP) server that audits AI agent outputs for hallucination liability, issues verifiable compliance stamps, and tracks audit history.
MCP Tools
HiveLaw exposes the following MCP tools via GET /v1/mcp/tools and POST /v1/mcp/call:
| Tool | Description |
|---|---|
hivelaw_audit_output |
Audit an AI agent's output for hallucination liability under the EU AI Act. Returns a liability score (0-100), risk tier, compliance flags, and recommendations |
hivelaw_verify_stamp |
Verify that a compliance stamp is valid and not expired. Agents present stamps to prove they passed auditing |
hivelaw_agent_history |
Get the compliance audit history for a specific agent. Returns past audits with scores and flags |
Endpoints
GET /v1/mcp/tools— List available MCP toolsPOST /v1/mcp/call— Execute an MCP tool by namePOST /v1/contracts/create— Generate a legal contractGET /v1/compliance/status— Check compliance status
Use Cases
- Score agent outputs before they reach end users
- Issue tamper-proof compliance certificates
- Maintain audit trails for regulatory reporting
- Classify agents under EU AI Act risk tiers
Tech Stack
- Node.js / Express
- EU AI Act compliance rules engine
- Verifiable compliance stamp issuance
License
Proprietary
Hive Civilization
Hive Civilization is the cryptographic backbone of autonomous agent commerce — the layer that makes every agent transaction provable, every payment settable, and every decision defensible.
This repository is part of the PROVABLE · SETTABLE · DEFENSIBLE pillar.
- thehiveryiq.com
- hiveagentiq.com
- agent-card: https://hivetrust.onrender.com/.well-known/agent-card.json
Instalação
Adicione HiveLaw ao seu cliente. Escolha o que você usa.
claude mcp add --transport http hivelaw https://hivelaw.onrender.com/mcpcodex mcp add hivelaw --url https://hivelaw.onrender.com/mcp{
"mcpServers": {
"hivelaw": {
"url": "https://hivelaw.onrender.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"hivelaw": {
"type": "http",
"url": "https://hivelaw.onrender.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"hivelaw": {
"url": "https://hivelaw.onrender.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"hivelaw": {
"serverUrl": "https://hivelaw.onrender.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Pontuação
39 / 100
Incompleta
- Documentação7/25
- Manutenção13/25
- Confiança13/20
- Capacidade0/15
- Instalação12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 122 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Histórico de versões
| Versões | Publicada |
|---|---|
| 1.0.0Mais recente | 14 de abr. de 2026 |