mcpbeat

HiveTrust MCP Server

io.github.srotzin/hivetrust
answering

HiveTrust is answering right now. Last checked 10 min ago. It exposes 17 tools. Last commit 30 Jul 2026.

KYA identity verification, trust scoring, and performance bonds for AI agents

Uptime history 41 hours of history
41 hours agonow
100.0%
Uptime 24h
91 of 91 checks
17
Tools
read from the server
489 ms
Response time
average over 24h
0
Stars
last commit 30 Jul 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 10 min ago.

run in your terminal
claude mcp add hivetrust --transport http https://hivetrust.onrender.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hivetrust": {
      "url": "https://hivetrust.onrender.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hivetrust]
url = "https://hivetrust.onrender.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "hivetrust": {
      "url": "https://hivetrust.onrender.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hivetrust": {
      "url": "https://hivetrust.onrender.com/mcp"
    }
  }
}

Available tools 17

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

hivetrust
hivetrust_bind_insurance
Bind (activate) an insurance policy for an agent. Locks in the premium, creates the policy record, and deploys the escrow contract on Base L2.
hivetrust_create_lease
Create a Data Oracle Context Lease — "Sign Once, Settle Many". Grants unlimited access to a data stream for a fixed period (24h/72h/168h). Returns a cryptographic lease token (SHA-256) for zero-friction verification. Available streams: construction_pricing, simpson_catalog, compliance_feeds, market_data, pheromone_signals.
hivetrust_file_claim
File an insurance claim against an active policy. Triggers claims adjudication workflow. Payouts are made in USDC via the Base L2 escrow contract.
hivetrust_file_dispute
File a dispute or appeal against a trust score decision, credential revocation, or behavioral event. Initiates the dispute resolution workflow.
hivetrust_get_agent
Retrieve a registered agent's full identity profile, including public key, checksum, trust tier, capabilities, and compliance status.
hivetrust_get_insurance_quote
Get a dynamic insurance premium quote for an agent transaction. Premium is calculated based on trust score, transaction value, and risk tier. HiveTrust takes a 1.5% spread on insured transactions.
hivetrust_get_platform_stats
Retrieve HiveTrust platform-wide statistics: total registered agents, verified count, average trust score, total insured value, active policies, claims filed, and more.
hivetrust_get_trust_score
Retrieve an agent's current multi-pillar trust score (0–1000 scale). Returns composite score, tier, per-pillar breakdown (identity, behavior, fidelity, compliance, provenance), verdict, and max recommended transaction value.
hivetrust_ingest_telemetry
Bulk ingest behavioral telemetry events for an agent. These events feed into the trust scoring engine. Supports transaction completions, SLA violations, dispute events, tool calls, and more.
hivetrust_issue_credential
Issue a W3C-compatible verifiable credential to an agent. Credentials represent verified claims such as identity verification, compliance certification, or domain expertise.
hivetrust_register_agent
Register a new AI agent identity with HiveTrust KYA (Know Your Agent). Assigns a unique agent ID, anchors the public key, and initializes the trust score.
hivetrust_revoke_credential
Revoke a verifiable credential. Records the revocation in the registry. Revoked credentials immediately fail verification checks.
hivetrust_stake_bond
Stake USDC to back an agent's reputation via HiveBond. Creates a trust bond with a specified tier (bronze/silver/gold/platinum) and lock period. Phase 1: declared stake amount tracked in-memory; flat $0.25 registration fee via x402. Longer lock periods earn higher simulated yield (2–5% APY). Slashing is permanent — if an agent fails, stake is slashed and paid to injured parties.
hivetrust_verify_agent_risk
Quick risk assessment for payment processors and marketplace operators. Returns verdict (ALLOW/REVIEW/BLOCK), trust tier, and max transaction limit. This is the free public endpoint — no API key required.
hivetrust_verify_bond
Quick bond verification — check if an agent is bonded and at what tier. Returns bonded status, tier, staked amount, slash count, and max bounty access. This is the key integration point — other services call this to check bond status before assigning bounties. Free endpoint, no x402 payment required.
hivetrust_verify_credential
Verify a previously issued verifiable credential. Checks signature validity, revocation status, and expiration.
hivetrust_verify_identity
Verify an agent's cryptographic identity by checking public key ownership and checksum integrity. Returns a verification result with confidence score and reason codes.

Endpoints

URLTransportStateLatencyChecked
https://hivetrust.onrender.com/mcp streamable-http answering 347 ms 10 min ago

HiveTrust — questions

Answers built from our own checks of this server.

What can HiveTrust do?
It exposes 17 tools, read directly from the server on our last check. Among them: hivetrust_bind_insurance, hivetrust_create_lease, hivetrust_file_claim, hivetrust_file_dispute, hivetrust_get_agent, hivetrust_get_insurance_quote and 11 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is HiveTrust working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 489 ms. The bar chart above shows every period we have measured.
How do I connect HiveTrust?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does HiveTrust need an API key?
No. HiveTrust completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 17 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is HiveTrust?
It answers our handshake in 489 ms on average, which is faster than 23% of all working MCP servers we measure. That is on the slow side — worth knowing if the tool sits inside an interactive loop. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is HiveTrust open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.