VerdictSwarm MCP

VerdictSwarm is a pre-trade security layer for agents that touch crypto. This MCP server exposes the Verdict API v2 as a small set of read-only tools for token checks, size-aware exit screening, and live pricing discovery. It runs locally over stdio via the published package.

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

VERIFIED ACTIVE

LAST COMMIT 2026-08-03 · ★ 2 · #133 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install VerdictSwarm MCP

before you install - you'll need

Set VS_TRANSPORT before connecting. VS_API_KEY is optional or environment-specific per the README.

Claude Code

claude mcp add sentien-labs-verdictswarm-mcp -- uvx verdictswarm-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "sentien-labs-verdictswarm-mcp": {
      "command": "uvx",
      "args": [
        "verdictswarm-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

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

license MIT - declared in the repository

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

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

03 · What VerdictSwarm MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.2.1 · 2026-08-03

VerdictSwarm MCP 0.2.1 exposes the current read-only v2 tools: check_token, exit_sim, and get_pricing. It includes automatic free-key provisioning, explicit attribution headers, current quota/x402 handling, and…

v0.1.0 · 2026-02-26

VerdictSwarm MCP Server v0.1.0 · Multi-AI consensus crypto token risk analysis via the Model Context Protocol. · 6-agent AI consensus scanning (Security, Technician, Tokenomics, Social, Macro, Devil's Advocate) · x402…

04 · Who maintains VerdictSwarm MCP

VerdictSwarm MCP is maintained by sentien-labs. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
finance - ranked #133 of 283 actively-maintained finance servers as of 2026-08-25.
release cadence
1 release in the last 90 days (latest 2026-08-03)
registry
io.github.sentien-labs/verdictswarm-mcp (active, first published 2026-08-03)
packages
pypi:verdictswarm-mcp

06 · VerdictSwarm MCP FAQ

What is VerdictSwarm MCP?

VerdictSwarm is a pre-trade security layer for agents that touch crypto. This MCP server exposes the Verdict API v2 as a small set of read-only tools for token checks, size-aware exit screening, and live pricing discovery. It runs locally over stdio via the published package.

Is VerdictSwarm MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-03 and it shipped 1 release in the last 90 days. We re-verify nightly.

How do I install VerdictSwarm MCP?

Run `uvx verdictswarm-mcp`. The README documents 2 environment variables (VS_API_KEY, VS_TRANSPORT) to set first. Set VS_TRANSPORT before connecting. VS_API_KEY is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does VerdictSwarm MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to VerdictSwarm MCP

More finance MCP servers · Kaseya BMS MCP · QuickBooks Online MCP · Xero MCP · Pykrx MCP · Share SEER

More Python MCP servers · Latex MCP · Stata MCP · Serpapi MCP · Minirag MCP · Dev Time · see all