SolHunt-Solana-Wallet-Intelligence (shieldspprt/solhunt-recovery) is an MCP server listed on the M8ven Trust Index. It scores 74 out of 100, grade C. It declares 7 tools. No publisher has claimed this listing.

C
Emerging
74/100

SolHunt-Solana-Wallet-Intelligence

Real-time Solana wallet health analysis platform and top-notch dev tool. Helps people and agents to recover their SOLs from burner and old wallets super securely. Features a complete trustless recovery flow natively via MCP - https://solhunt.dev/mcp

Emerging. No concerning findings. Grades remain capped until the project builds reputation through adoption. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

shieldspprt

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
🚨
Secret credentials may flow to a network call
12 flows detected: SOLHUNT_API_BASE, GITHUB_TOKEN, HELIUS_API_KEY. We can’t prove the destination matches the brand the credential belongs to.
⚠️
Known vulnerabilities in dependencies: 5 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 7 credentials: API_SECRET, DD_PRIVATE_KEY, DD_SIGN_SECRET, GITHUB_TOKEN, HELIUS_API_KEY, HELIUS_WEBHOOK_SECRET, SUPABASE_SERVICE_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes7 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

get_wallet_report

Complete Solana wallet analysis in one call. Returns everything needed to understand and act on a wallet: health score (0-100), grade (A-F), all closeable token accounts, exact recoverable SOL, fee preview (15% to SolHunt), net amount operator receives, and how many transaction batches needed. Use

scan_token_approvals

CRITICAL SECURITY: Scan for dApps with spending rights on your wallet. Finds ALL token approvals/delegations (unlimited and limited) and rates them by risk. Risk Levels: - HIGH: Unknown dApps with unlimited approval — can drain your wallet - MEDIUM: Unknown dApps with limited approval — monitor clo

build_revoke_transactions

Build unsigned Solana transaction to REVOKE token approvals. Stops dApps from being able to spend your tokens. IMPORTANT: This ONLY builds the transaction. The operator must: 1. Sign with their own wallet 2. Submit to Solana RPC Fee: 15% of recovered SOL by default (built atomically into the trans

build_recovery_transaction

Build unsigned Solana transaction bytes for wallet recovery. Close zero-balance token accounts to recover rent (0.002039 SOL per account). Returns base64-encoded unsigned transaction(s) ready for signing. The operator signs with their own wallet and submits — SolHunt never has custody. Each transac

preview_recovery

Get an explicit fee and recovery preview BEFORE building a transaction. Use this when you want to show the user exactly what they'll recover and what SolHunt's fee will be — without committing to building a transaction yet. Unlike get_wallet_report (which gives a full health analysis), this tool is

discover_platform_features

Explore SolHunt web platform capabilities — LP Fee Harvester, Staking Ticket Finder, cNFT Cleaner, MEV/Priority Fee Claims, Fleet Manager, Token Swap Hub, and more. Use feature_category to filter by 'recovery', 'security', 'harvesting', 'agents', or 'analytics'. Defaults to all. Response shape (ma

health_check

Health check endpoint for monitoring SolHunt MCP server status. Returns server version, uptime, and dependency health (API base reachability). Use this to verify the MCP server is operational before calling other tools. No authentication or wallet address required.

// known CVEs in dependencies5 high3 medium1 low

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

highpostcss@8.5.8GHSA-6g55-p6wh-862q

PostCSS: Arbitrary file read and information disclosure via attacker-controlled sourceMappingURL in CSS comments

highpostcss@8.5.8GHSA-r28c-9q8g-f849

PostCSS: Path Traversal in Previous Source Map Auto-Loading (sourceMappingURL) leads to Arbitrary .map File Disclosure

highvite@7.3.1GHSA-fx2h-pf6j-xcff

vite: `server.fs.deny` bypass on Windows alternate paths

highvite@7.3.1GHSA-p9ff-h696-f583

Vite Vulnerable to Arbitrary File Read via Vite Dev Server WebSocket

highvite@7.3.1GHSA-v2wj-q39q-566r

Vite: `server.fs.deny` bypassed with queries

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
🔐 secretAPI_SECRET
configCONTEXT
🔐 secretDD_PRIVATE_KEY
🔐 secretDD_SIGN_SECRET
🔐 secretGITHUB_TOKEN
🔐 secretHELIUS_API_KEY
🔐 secretHELIUS_WEBHOOK_SECRET
configSOLHUNT_API_BASE
configSOLHUNT_FEE_PERCENT
🔐 secretSUPABASE_SERVICE_KEY
configSUPABASE_URL
configVITE_RPC_URL
// quality suggestions

Tool annotations

No tools have read-only/destructive annotations

Add readOnlyHint or destructiveHint annotations to every tool so hosts can warn users before invoking.

All four hints declared on every tool

7/7 tools missing one or more hints — get_wallet_report (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); scan_token_approvals (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint); build_revoke_transactions (missing: readOnlyHint, destructiveHint, idempotentHint, openWorldHint), +4 more. OpenAI's directory rejects tools where any of the four hints are missing or non-boolean.

For every tool, set all four hints (readOnlyHint, destructiveHint, idempotentHint, openWorldHint) to explicit true/false values that match the handler’s actual behaviour.

Tests exist

No test files found

Add tests that exercise each declared tool.

Secrets not logged

1 secret value sent to console.log

Redact or omit secret values from log output.

Dev dependencies

5 critical/high in dev-only deps (does not ship to users)

Upgrade dev dependencies when convenient.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/shieldspprt/solhunt-recovery)](https://m8ven.ai/mcp/shieldspprt/solhunt-recovery)
Shows your grade and updates automatically. Prefer no grade? Append ?variant=verified to the badge URL.
commit: 82e4a84251153570d89147ab88fd2ba3e846fe9c
code hash: a2d2cd1bb904950018b4131da7e5bfca50df21dd6938de88a8ab4d47dcafae01
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client