mcpbeat

Agent Surety MCP Server

io.github.jdhart81/agent-surety
answering

Agent Surety is answering right now. Last checked 10 min ago. It exposes 10 tools. Last commit 3 Aug 2026.

Counterparty risk transfer for the agent economy: agents post bonds behind their promises, wronged c

Uptime history 43 hours of history
43 hours agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
342 ms
Response time
average over 24h
0
Stars
last commit 3 Aug 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 agent-surety --transport http https://mcp.viridisconservation.com/surety/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-surety": {
      "url": "https://mcp.viridisconservation.com/surety/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.agent-surety]
url = "https://mcp.viridisconservation.com/surety/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "agent-surety": {
      "url": "https://mcp.viridisconservation.com/surety/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "agent-surety": {
      "url": "https://mcp.viridisconservation.com/surety/mcp"
    }
  }
}

Available tools 10

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

activate
activate_bond
Mark a POSTED bond ACTIVE (idempotent). funding_ref links the payment rail transaction that funded the stake.
bond
bond_status
Current record for a bond (state, balances, claims, audit head).
bonds
list_bonds
List bonds, optionally filtered by state (POSTED|ACTIVE|RELEASED|EXHAUSTED).
describe
describe_agent
Return capabilities and input contract.
file
file_claim
File a claim against an ACTIVE bond. Claims pay out ONLY when an arbitration ruling upholds them (see slash_bond).
post
post_bond
Post a surety bond behind an agent's promises. principal is a positive integer in minor units; expires_at is the ISO-8601 coverage window end. The bond fee (2% default) is computed and frozen at post.
price
price_bond
Underwrite a surety bond: deterministic actuarial premium quote from a counterparty's track record (attestations, notarized deliveries, completed bonds lower the rate; slashes raise it or decline outright). Integer-only model uw-v1; the returned quote_hash lets any party recompute and verify the quote. Pure — never mutates bond state.
release
release_bond
Release the remaining stake to the principal after the coverage window elapses — refused while any claim is still open.
slash
slash_bond
Execute an arbitration ruling against a claim. Requires the ruling's case id + content hash from agent-arbitration — no ruling, no slash; a given ruling pays at most once. Payout caps at the bond's available balance (over-claims exhaust the bond).
verify
verify_audit
Validate the tamper-evident audit hash chain for a bond.

Endpoints

URLTransportStateLatencyChecked
https://mcp.viridisconservation.com/surety/mcp streamable-http answering 330 ms 10 min ago

Agent Surety — questions

Answers built from our own checks of this server.

What can Agent Surety do?
It exposes 10 tools, read directly from the server on our last check. Among them: activate_bond, bond_status, describe_agent, file_claim, list_bonds, post_bond and 4 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 Agent Surety 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 342 ms. The bar chart above shows every period we have measured.
How do I connect Agent Surety?
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 Agent Surety need an API key?
No. Agent Surety completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Agent Surety?
It answers our handshake in 342 ms on average, which is faster than 41% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Agent Surety open source?
Yes — written in Python, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.