Skip to content
Back to search
100
MCP live v0.2.3 MCP 2025-11-25 streamable-http

io.github.alexanderlawson17/revettr-mcp

io.github.AlexanderLawson17/revettr-mcp

Counterparty risk scoring for agentic commerce via x402 micropayments.

Uptime
100.0%
1 direct probes · 30d
Response
768ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

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_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…

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 / debankin…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.alexanderlawson17/revettr-mcp": {
      "url": "https://revettr.com/mcp",
      "transport": "streamable-http"
    }
  }
}