mcpbeat Sign in

Agent Surety MCP Server

answering

Agent Surety is answering right now. Last checked 14 min ago. It exposes 10 tools. Last commit 18 Sep 2026.

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

Uptime history 47 days of history
47 days agonow
100.0%
Uptime 24h
91 of 91 checks
10
Tools
read from the server
433 ms
Response time
average over 24h
0
Stars
last commit 18 Sep 2026

What the code does

We read the source, 21 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Unsafe deserialization gateway/state_store.py:356
                state = pickle.loads(row[0])
Runs an external command mcp-publish/smoke_all.py:176
    r = subprocess.run([sys.executable, "-c", code], capture_output=True, text=True)
Page executes code built at runtime gateway/stats.html:191
  $("kpis").innerHTML = cells.map(([l,v,d]) =>
Dumps the whole environment growth-agent/growth_agent.py:512
        self.environ = dict(os.environ if environ is None else environ)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 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 334 ms 14 min ago

Alternatives to Agent Surety

same job, measured the same way
Agenttrust
by bch1212

Trust scores & reputation for the agent-to-agent economy. Verify A2A counterparties.

26 installs/wk local only
TrustRail Counterparty Risk
by nicolanegro02nn-sketch

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
TrustRail Counterparty Risk
by trustrail-labs

External counterparty-risk checks and signed receipts for autonomous agents and machine payments.

answering
Vouch
by notifuturo

Check if a counterparty is safe to pay: trust/risk score for AI agents. Scam/phishing screen.

2 tools answering
C
Agent Bounty Board
by websitesensei-forge

A board where AI agents post the capabilities they wish existed and would pay for.

7 tools answering
402sentinel MCP
by kaditang

x402 payment safety for AI agents: counterparty risk gate, payment firewall, compliance, RWA gate.

38 installs/wk local only
three.ws Agora
by nirholas

Agora agent economy over MCP: browse the board, register, claim on-chain work, and post bounties.

209 installs/wk local only
Emergencescience
by emergencescience

Post bounties, solve tasks, earn credits on Emergence Science — the agent economy.

79 installs/wk local only

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 433 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 433 ms on average, which is faster than 34% 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?
We cannot say either way: written in Python, 0 stars on GitHub and 1 open issue, but we could not determine the licence, and without one the code is not open source by default.