mcpbeat

Revettr MCP Server

io.github.AlexanderLawson17/revettr-mcp
answering

Revettr MCP is answering right now. Last checked 10 min ago. 84 installs a week from pypi. It exposes 3 tools. Last commit 2 Apr 2026.

Counterparty risk scoring for agentic commerce via x402 micropayments.

Installs per day peak 31 · avg 13 · +40% w/w
a month agotoday
Uptime history 39 hours of history · worst hour 0%
39 hours agonow
80.2%
Uptime 24h
73 of 91 checks
3
Tools
read from the server
349 ms
Response time
average over 24h
84
Installs / week
npm and PyPI

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 revettr-mcp --transport http https://revettr.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "revettr-mcp": {
      "url": "https://revettr.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.revettr-mcp]
url = "https://revettr.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "revettr-mcp": {
      "url": "https://revettr.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "revettr-mcp": {
      "url": "https://revettr.com/mcp"
    }
  }
}

Available tools 3

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

export
export_audit_bundle
Export a JWS-signed audit-trail bundle of scoring decisions for a wallet. MCP equivalent of GET /v1/audit/export. Compliance artifact for EU AI Act Article 12 logging / NYDFS certification / debanking-defense. Because audit data covers arbitrary wallets, this tool is operator-gated: pass the operator's ``admin_token`` (checked against ``REVETTR_ADMIN_TOKEN``). Disabled when that env var is unset. Note: ``admin_token`` travels in the MCP request payload, so operators should treat MCP transcripts/logs as sensitive. Verify the returned ``bundle_jws`` against /.well-known/jwks.json; the schema is in docs/audit-trail-export.md.
score
score_counterparty
Score a counterparty before sending money. Returns risk score 0-100. Accepts EVM wallets (0x...), Stellar wallets (G...), domains, IPs, and company names.
verify
verify_issuer
Get an advisory risk verdict for a validated MCP issuer (iss). Attach this at your MCP `iss` validation step: identity is your job, this adds risk. Returns the same signed RiskCheckResult as POST /v1/iss-verdict. Advisory and non-blocking — you decide based on the tier.

Endpoints

URLTransportStateLatencyChecked
https://revettr.com/mcp streamable-http answering 212 ms 10 min ago

Revettr MCP — questions

Answers built from our own checks of this server.

What can Revettr MCP do?
It exposes 3 tools, read directly from the server on our last check. Among them: export_audit_bundle, score_counterparty, verify_issuer. 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 Revettr MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 73 of 91 checks got a reply (80.2%), average response time 349 ms. The bar chart above shows every period we have measured.
How do I connect Revettr MCP?
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 Revettr MCP need an API key?
No. Revettr MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 3 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Revettr MCP?
It answers our handshake in 349 ms on average, which is faster than 40% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Revettr MCP?
The pypi package revettr was installed 84 times in the last week. Week over week that is +40%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Revettr MCP open source?
Yes — it is published under the MIT licence, written in Python, 3 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.