mcpbeat

VerdictSwarm MCP Server

by sentien-labs
local only

VerdictSwarm MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 422 installs a week from pypi. Last commit 3 Aug 2026.

Read-only pre-trade token risk verdicts and size-aware Solana exit screening for agents.

Installs per day peak 282 · avg 34 · +4% w/w
a month agotoday
422
Installs / week
pypi · verdictswarm-mcp
2
Stars
1 open issues
3 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add verdictswarm-mcp -- uvx verdictswarm-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "verdictswarm-mcp": {
      "args": [
        "verdictswarm-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.verdictswarm-mcp]
command = "uvx"
args = ["verdictswarm-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "verdictswarm-mcp": {
      "args": [
        "verdictswarm-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "verdictswarm-mcp": {
      "args": [
        "verdictswarm-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to VerdictSwarm MCP

same job, measured the same way
I
SolSigs MCP
by gra-kir

23 Solana on-chain data tools for AI agents via x402 micropayments + rug-screen token verdict

118 installs/wk local only
Solrisk MCP
by comil27

Solana token risk (rug / honeypot / dump) scoring for AI agents — remote MCP server.

1 tools answering
Flagrix
by flagrix-io

Scan GitHub repos and profiles for malware before cloning — commit-pinned risk verdicts for agents

52 installs/wk local only
Tnt House Risk Data API
by menantonio83-hue

Solana token risk-scoring MCP server for AI trading agents with insider wallet cluster detection.

answering
C
Mintverdict
by mintverdict

Solana token risk verdicts, rug checks & outcome labels for AI agents. Pay-per-call x402 USDC.

89 installs/wk local only
Kenda
by kenda-co

Read-only MCP server for querying Kenda token spend and waste

100 installs/wk local only
X402 Bazaar MCP
by sukrutkrdg

Base token-safety for agents: the only B20 freeze/seize/rug suite + pre-trade gates, over x402.

55 installs/wk local only
Cabal Hunter
by cabal-hunter-api

Solana pre-trade safety for AI agents: cabal, bundle, dump, deployer & honeypot in one verdict.

1 tools answering

VerdictSwarm MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for VerdictSwarm MCP?
VerdictSwarm MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package verdictswarm-mcp was installed 422 times last week.
How do I connect VerdictSwarm 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 runs locally, so the command pulls verdictswarm-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use VerdictSwarm MCP?
The pypi package verdictswarm-mcp was installed 422 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is VerdictSwarm MCP open source?
Yes — it is published under the MIT licence, written in Python, 2 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.