VerdictSwarm MCP Server
VerdictSwarm MCP Server provides AI-powered token security analysis using 6 adversarial AI agents to detect rug pulls, scams, and risks in crypto tokens across multiple blockchains (Solana, Ethereum, Base, BSC).
scan_token— Comprehensive 6-agent consensus analysis with configurable depth (basic, full, debate), returning detailed risk scores and security findingsget_quick_score— Fast cached risk score (0–100, A–F grade) with basic token metadata for rapid pre-trade checkscheck_rug_risk— Focused rug-pull assessment evaluating mint/freeze authority, liquidity lock/burn, honeypot behavior, holder concentration, and bundle/sniper activity — returns a SAFE/CAUTION/DANGER verdictget_token_report— Generates a human-readable markdown report summarizing score, risk level, red flags, and security checksget_trending_risky— Query trending high-risk tokens by chain and minimum risk level (currently in development)get_pricing— Retrieve the USDC micropayment pricing table, payment wallet address, and instructions for autonomous agentsverify_payment— Confirm a Solana USDC micropayment was received before invoking paid endpoints
Works with MCP-compatible clients (Claude Desktop, Cursor, Codex, Windsurf, etc.), requires no blockchain nodes (cloud API with sub-second cached responses), and supports free-tier access (10 lifetime scans) or paid access via API key or USDC micropayments.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@VerdictSwarm MCP ServerCheck if this token is safe: DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 on Solana"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
VerdictSwarm MCP Server
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.
Quick start
No account setup is required. If VS_API_KEY is absent, the server mints a free key on the first API-backed tool call and saves it in the platform user config directory.
uvx verdictswarm-mcpThen ask your MCP client: “Check DezXAZ8z7PnrnRJjz3wXBoRgixCa6xjnB7YaB1pPB263 on Solana at fast level.”
To supply an existing free or credits-backed key:
VS_API_KEY=vs1_your_key uvx verdictswarm-mcpClaude Desktop, Cursor, Windsurf, and OpenClaw
Use this server entry (the env block is optional):
{
"mcpServers": {
"verdictswarm": {
"command": "uvx",
"args": ["verdictswarm-mcp"],
"env": {
"VS_API_KEY": "vs1_your_key"
}
}
}
}Without VS_API_KEY, the self-provisioned key is stored at:
macOS:
~/Library/Application Support/VerdictSwarm/config.jsonLinux:
${XDG_CONFIG_HOME:-~/.config}/verdictswarm/config.jsonWindows:
%APPDATA%\VerdictSwarm\config.json
The file is created with user-only permissions where the operating system supports them. Set VS_CONFIG_DIR to override the directory.
Related MCP server: aegis-defi
Tools
Tool | Description |
| Calls |
| Requests |
| Reads live pricing, levels, limits, and supported chains from |
The 0.1.x tools scan_token, get_quick_score, check_rug_risk, get_token_report, and verify_payment remain callable for migration safety, but return a deprecation response and make no legacy pay-lane request.
Free quota and x402 overflow
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, set VS_API_KEY to a credits-backed key or use the returned x402 payment instructions.
The MCP client sends these attribution headers on API requests:
X-VS-Integration: mcpX-VS-SDK-Version: 0.2.0
Configuration
Environment variable | Default | Description |
| unset | Optional free or credits-backed v2 API key. |
|
| VerdictSwarm API base URL. |
|
| HTTP request timeout in seconds. |
| platform user config dir | Directory for the self-provisioned key. |
|
| MCP transport. Use |
|
| HTTP bind host. |
|
| HTTP bind port. |
For HTTP transport:
VS_TRANSPORT=streamable-http HOST=0.0.0.0 PORT=8000 uvx verdictswarm-mcpProgrammatic client
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())Development
git clone https://github.com/sentien-labs/verdictswarm-mcp.git
cd verdictswarm-mcp
uv sync --extra dev
uv run --extra dev python -m pytest -qThe server supports Python 3.10–3.13 and both stdio and HTTP transports.
Links
MIT licensed. See LICENSE.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceMCP server for real-time Solana token risk analysis. Cross-references RugCheck.xyz, DexScreener, and GoPlus Security to generate three-layer reports: machine verdict → LLM analysis → raw on-chain evidence. Live on Solana mainnet with USDC micropayments ($0.02/audit). Give any AI agent the ability to check if a token is safe before trading.Last updated2MIT
- AlicenseAqualityDmaintenanceSafety layer for autonomous DeFi agents. Scans contracts for exploit patterns, simulates transactions, blocks honeypots.Last updated491MIT
- Alicense-qualityCmaintenanceToken safety oracle for AI agents. Honeypot detection, 17 scam pattern checks, LP lock verification across 6 EVM chains. Score 0-100 with risk flags. ERC Token Safety Score standard.Last updated1MIT

SolSentry MCPofficial
AlicenseAqualityBmaintenanceProvides post-deploy Solana threat intelligence, enabling AI agents to check operators, tokens, and network stats for detecting rug pulls and malicious activity.Last updated526MIT
Related MCP Connectors
Solana token safety for AI agents — rug-pull, honeypot & Token-2022 trap detection before you buy.
Rug-check & launch radar for trading agents: composite honeypot score, EVM+Solana, keyless x402.
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sentien-labs/verdictswarm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server