helius-forensics-mcp
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., "@helius-forensics-mcpInvestigate wallet 7xKp...3nQm"
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.
helius-forensics-mcp
Solana wallet forensics via MCP. Trace funds, identify entities, score risk — powered by Helius APIs.
Turn any MCP-compatible AI client into a Solana blockchain investigator.
Quick Start
npx helius-forensics-mcpClaude Desktop Config
{
"mcpServers": {
"helius-forensics": {
"command": "npx",
"args": ["helius-forensics-mcp"],
"env": {
"HELIUS_API_KEY": "your-key-here"
}
}
}
}Get a free API key at dashboard.helius.dev.
Related MCP server: Sol MCP — Solana Token Risk & Signals
Tools
investigate_wallet
Full forensics report for any Solana wallet — identity, funding source, balances, activity summary, and risk score.
"Investigate wallet
7xKp...3nQm"
trace_funding
Follow the money upstream. Recursively traces funding sources to find where the SOL originally came from.
7xKp...3nQm
← 9aB2...mR4x (Unknown) — 2.5 SOL @ 2024-03-15
← 3kF7...9pLq (Binance Hot Wallet) [exchange]trace_outflows
Follow the money downstream. Maps top destinations by volume with identity labels.
identify_wallets
Batch lookup for up to 100 addresses. Tags exchanges, protocols, institutions from Helius's database of 7,000+ known accounts.
wallet_risk_score
Composite risk score (0-100) based on:
Funding source (exchange vs mixer vs unknown)
Wallet age
Transfer patterns (rapid in/out detection)
Counterparty analysis
compare_wallets
Compare 2-5 wallets to find connections:
Shared counterparties
Overlapping token holdings
Timing correlation
Same-owner probability
How It Works
This MCP server composes Helius's Wallet API and Enhanced Transactions API into forensics workflows. Instead of calling raw API methods, the AI calls high-level tools like investigate_wallet and gets a complete picture.
APIs used:
Wallet Identity — 7,000+ tagged accounts
Funded By — original funding source discovery
Wallet Balances — token + NFT holdings with USD values
Wallet Transfers — complete transfer history
Enhanced Transactions — human-readable transaction parsing
Requirements
Node.js 18+
Free Helius API key (get one here)
Development
git clone https://github.com/drtiibiird/helius-forensics-mcp.git
cd helius-forensics-mcp
npm install
npm run buildTest locally:
HELIUS_API_KEY=your-key node dist/index.jsLicense
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/drtiibiird/helius-forensics-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server