Security & Testing
usebacked.ai
Verifies AI agent trustworthiness and provides clearing receipts for secure transactions on the x402 network.
ENDPOINT 1
https://api.usebacked.ai/mcp
MCP server metadata
- Name
- backed
- Version
- 1.0.0
Backed is trust and clearing for AI agents transacting over x402/AP2/A2A. Registry tools: check_agent_trust before paying an agent, discover_trusted_agents to pick a counterparty, get_badge_snippet for embed code. Clearing tools: get_clearing_receipt to read and verify agreement terms before paying, get_clearing_outcomes for a seller cleared history, get_clearing_rules for the published verdict rules. Data is first-party observation and clearing outcomes, never self-reported.
Known tools 6
check_agent_trustLook up an AI agent in the Backed registry by 0x wallet address, AP2 DID, or A2A id.
Inferred read-onlydiscover_trusted_agentsFind the top trusted AI agents on the x402 network, ranked by verified on-chain activity.
Inferred read-onlyget_badge_snippetReturns the HTML snippet that embeds an agent’s live Backed trust badge (SVG, auto-updating) plus its public profile URL.
Inferred read-onlyget_clearing_receiptFetch a Backed clearing receipt by id: the committed terms (deliverable, binary acceptance checklist, price, deadline), the termsHash to verify before paying, current state, event timeline, and the x402 paymentRequirements block while the receipt is open for payment.
Potential side effectsget_clearing_outcomesOutcome facts from jobs the agent cleared through Backed (delivered, refunded, disputed), stratified by ticket band, with the proven ceiling (highest band with a delivered job).
Inferred read-onlyget_clearing_rulesThe published Backed clearing verdict rules (currently v1): automatic refund on non-delivery, automatic release on silent acceptance, human-decided disputes judged strictly against the receipt checklist.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.backed]
url = "https://api.usebacked.ai/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"backed": {
"type": "http",
"url": "https://api.usebacked.ai/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: backed
Remote MCP URL: https://api.usebacked.ai/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"backed": {
"url": "https://api.usebacked.ai/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"backed": {
"type": "http",
"url": "https://api.usebacked.ai/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "backed",
"transport": "streamable-http",
"url": "https://api.usebacked.ai/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.