Revettr MCP

Counterparty risk scoring for agentic commerce. One API call answers: "Should this agent send money to this counterparty?"

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-04-02 · ★ 3 · #174 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Revettr MCP

before you install - you'll need

The README does not document required environment variables for a basic install.

Claude Code

claude mcp add alexanderlawson17-revettr-python --transport http https://revettr.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "alexanderlawson17-revettr-python": {
      "url": "https://revettr.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://revettr.com/mcp

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to revettr.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

pypi package revettr - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.AlexanderLawson17 is GitHub-verified and matches the repo owner

03 · Who maintains Revettr MCP

revettr-mcp is maintained by alexanderlawson17. It's the only MCP server we track from this author; the repo dates to Mar 2026.

04 · Facts

category
API integration - ranked #174 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.AlexanderLawson17/revettr-mcp (active, first published 2026-03-25 · 2 versions)
packages
pypi:revettr

05 · Revettr MCP FAQ

What is Revettr MCP?

Counterparty risk scoring for agentic commerce. One API call answers: "Should this agent send money to this counterparty?"

Is Revettr MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-04-02. We re-verify nightly.

How do I install Revettr MCP?

Run `uvx revettr`. The README does not document required environment variables for a basic install. You can also paste the ready-made client config above.

Does Revettr MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Revettr MCP