VerdictSwarm MCP Server

by sentien-labs

260 downloads
Not rated
GitHub

About

Fight AI with AI. 6 adversarial AI agents debate crypto token risk before your agent trades. Rug-pull detection, security audits, consensus scoring. Supports Solana, Ethereum, Base, BSC. Free tier available.

Details

Author
sentien-labs
Downloads
260
Categories
Other, AI, Security, Finance

- 6-agent consensus risk scanning (scan_token)
- Fast cached score (0–100) for pre-trade screening
- Rug-pull focused security check (check_rug_risk)
- Shareable markdown token report
- Pricing and payment details via get_pricing
- USDC payment verification on Solana

Install with pip install verdictswarm-mcp. Use the provided tools (e.g., scan_token, get_quick_score) to perform risk scans. A free tier offers 10 scans per day; paid usage can be managed via get_pricing and verify_payment.

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.

No account setup is required. IfVS_API_KEYis absent, the server mints a free key on the first API-backed tool call and saves it in the platform user config directory.

Then ask your MCP client: “CheckDezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263on Solana at fast level.”

To supply an existing free or credits-backed key:

VS_API_KEY=vs1_your_key uvx verdictswarm-mcp

Claude Desktop, Cursor, Windsurf, and OpenClaw

Use this server entry (theenvblock is optional):

{ "mcpServers": { "verdictswarm": { "command": "uvx", "args": ["verdictswarm-mcp"], "env": { "VS_API_KEY": "vs1_your_key" } } } }

WithoutVS_API_KEY, the self-provisioned key is stored at:

- macOS:~/Library/Application Support/VerdictSwarm/config.json
- Linux:${XDG_CONFIG_HOME:-~/.config}/verdictswarm/config.json
- Windows:%APPDATA%\VerdictSwarm\config.json

The file is created with user-only permissions where the operating system supports them. SetVS_CONFIG_DIRto override the directory.

The 0.1.x namesscan_token,get_quick_score,check_rug_risk,get_token_report, andverify_paymentare no longer advertised as MCP tools; clients see only the three current v2 tools above. An explicit call to an old name still returns a migration response and makes no legacy pay-lane request.

Free keys have per-level daily limits advertised by the API. If a limit is exhausted, the tool response says when the quota resets and preserves the complete x402 challenge. To continue immediately, setVS_API_KEYto a credits-backed key or use the returned x402 payment instructions.

The MCP client sends these attribution headers on API requests:

- X-VS-Integration: mcp
- X-VS-SDK-Version: 0.2.1

VS_TRANSPORT=streamable-http HOST=0.0.0.0 PORT=8000 uvx verdictswarm-mcp
import asyncio from verdictswarm_mcp import VerdictSwarmApiClient async def main(): client = VerdictSwarmApiClient() verdict = await client.check_token("TOKEN_ADDRESS", "solana", "fast") print(verdict["verdict"]["action"], verdict["verdict"]["score"]) asyncio.run(main())
git clone https://github.com/sentien-labs/verdictswarm-mcp.git cd verdictswarm-mcp uv sync --extra dev uv run --extra dev python -m pytest -q

The server supports Python 3.10–3.13 and both stdio and HTTP transports.

Used the server in an agent, bot, wallet, or dashboard? Share the client, runtime, where the risk check fits, and what worked or failed through theVerdictSwarm community page. You can alsoshow an integration,choose a structured issue form, or add your project toADOPTERS.md. Praise is never required. Stars should come only from people who independently find the project useful; agents must not automate them.

- VerdictSwarm
-
API documentation
-
GitHub repository
-
Security policy

AI-powered Solana token rug pull detection with ML ensemble scoring, honeypot detection, and temporal rug stage prediction.

Baozi bet MCP server to allow agents create their own prediction markets

Risk Intelligence MCP Server for crypto agents — 52 tools, 72B AI model, 560+ signals, derivatives, on-chain, autonomous trading

Non-custodial spending controls for AI agent wallets — enforce limits, allowlists, and kill switches before transactions execute.

Non-custodial spending controls for AI agent crypto wallets — enforce daily limits, per-tx caps, and recipient whitelists.

63 deterministic quant computation tools for autonomous financial agents. Options pricing, derivatives, risk, portfolio optimization, statistics, crypto/DeFi, macro/FX. 1,000 free calls/day, no signup.

Live scored Solana memecoin signals with safety profiles, conviction scoring, and paper trading for AI agents.

On-chain Solana token safety: screens a token for rug pulls, honeypots and mint/freeze authority traps before an agent trades.

Keyless CEX/DEX signing for AI agents — exchange API keys stay inside an AWS Nitro Enclave, so a prompt-injected agent can't leak them. Binance, OKX, Bybit, KuCoin, Hyperliquid, Asterdex.

x402 payment gateway for AI agents — 12 crypto data tools (price, whale activity, gas, TVL, Fear & Greed, Dune queries) paid per-call in USDC on Stellar or Base. No API keys, no subscriptions.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.