loading…
Search for a command to run...
loading…
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 securel
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
The Premier Solana Recovery Protocol & Top-Notch Dev Tool
A top-notch dev tool and open-source execution framework designed to help people and AI agents recover their SOL from burner and old wallets super securely. Reclaim trapped liquidity, revoke dangerous delegations, and optimize Solana account state via our dApp or native MCP integrations.
SolHunt-Solana-Wallet-Intelligence MCP server
In an ecosystem plagued by wallet drainers, trust must be verified through code, not marketing. SolHunt is aggressively transparent. We designed our architecture to provide absolute mathematical certainty that your principal assets cannot be stolen.
How we prove we are not a drainer:
SolHunt currently operates 9 production recovery engines (plus 1 in preview):
| Engine | Technical Execution | Action |
|---|---|---|
| 1. Revoke Permissions | spl-token Revoke |
Nullifies delegate and delegate_amount fields on SPL Token accounts, neutralising smart contract exploit vectors. |
| 2. Reclaim Rent | spl-token CloseAccount |
Dismantles empty token accounts, triggering the BPF runtime to refund the locked ~0.002 SOL rent exemption directly to your base address. |
| 3. Sweep Dust | Jupiter / Raydium swap, or spl-token Burn + CloseAccount |
Liquidates micro-balances via swap routing, or permanently burns unswappable tokens to reclaim rent. |
| 4. Claim Stakes | Protocol-specific claim instructions | Parses TicketAccountData for unstaking delays (Marinade, Sanctum, Jito, BlazeStake) and executes protocol-specific claim instructions. |
| 5. Harvest LP Fees | CLMM collectFees |
Queries Orca, Raydium, and Meteora SDKs for Position NFTs and triggers pure fee harvests without touching principal liquidity. |
| 7. MEV & Priority Fees | Jito Tip Distribution claim |
Fetches Merkle Proofs from the Jito Kobe Network API and submits them to the Tip Distribution program to claim your share of MEV block-space tips. |
| 9. Dead Protocol Rescue | Anchor IDL simulation | Identifies trapped LP positions in decommissioned DeFi protocols and constructs direct withdrawal instructions. |
| 10. Recover Program Buffers (preview) | BPFLoader Close |
Searches for orphaned deployment buffer accounts and executes Close to recover rent deposits from failed deployments (commonly 1–50 SOL). |
(Engine numbers correspond to internal routing IDs and are non-sequential.)
Built for developers and researchers to verify, fork, and learn from.
@solana/web3.js, @solana/wallet-adapter-react, SPL Token StandardWe encourage all users to audit the code and run the client locally for maximum security verifiable execution.
git clone https://github.com/shieldspprt/solhunt-recovery.git
cd solhunt-recovery/wallet-shield
npm install
npm run dev
Open to PRs. Licensed under MIT. See the code, verify the logic, and help us build a safer Solana ecosystem.
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"solhunt-solana-wallet-intelligence": {
"command": "npx",
"args": []
}
}
}