mcpbeat Sign in

Revettr MCP Server

by alexanderlawson17 Your server? Claim it
answering

Revettr MCP is answering right now. Last checked 13 min ago. 98 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 38 · avg 18 · -20% w/w
a month agotoday
Uptime history 47 days of history · worst day 31%
47 days agonow
74.7%
Uptime 24h
68 of 91 checks
3
Tools
read from the server
286 ms
Response time
average over 24h
98
Installs / week
npm and PyPI

Revettr MCP does not always answer

Over the last week it answered 63.0% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

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 13 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 253 ms 13 min ago

Alternatives to Revettr MCP

same job, measured the same way
402sentinel MCP
by kaditang

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

38 installs/wk local only
Agent Metering
by jdhart81

Usage metering + SLA accounting for agent services (the meter behind x402 micropayments).

11 tools answering
LimitGuard Trust Intelligence
by limitguard-api

Entity verification, sanctions screening, and trust scoring for AI agents via x402 micropayments.

5 tools answering
Clawswap
by wartech9

Cross-chain swaps between Solana and Base for AI agents paid for via via x402 micropayments.

44 installs/wk local only
Crossingkey MCP
by crossingkeyintelligence

CrossingKey MCP for agent commerce, x402 payments, deterministic execution, and verifiable receipts.

18 tools answering
Frisk
by tryfrisk

Screen the counterparty of an x402 payment before an agent pays it. Runs offline by default.

42 installs/wk local only
Macro Pulse X402
by benji7891

Country economic momentum score (GDP, inflation, unemployment) via x402 USDC micropayments.

2 tools answering
DeriveAI x402 APIs
by deriveit33z-ship-it

25 pay-per-request intelligence APIs for AI agents via x402 micropayments (USDC/Base)

25 tools answering

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 68 of 91 checks got a reply (74.7%), average response time 286 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 286 ms on average, which is faster than 52% 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 98 times in the last week. Week over week that is -20%. 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.