SolHunt-Solana-Wallet-Intelligence

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

Category
Visit Server

README

<div align="center"> <img src="public/logo.png" alt="SolHunt Logo" width="120" /> <h1>SolHunt</h1> <p><strong>The Premier Solana Recovery Protocol & Top-Notch Dev Tool</strong></p> <p>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.</p>

<a href="https://solhunt.dev">Live App</a> • <a href="https://github.com/shieldspprt/solhunt-recovery">GitHub</a> • <a href="https://twitter.com/solhuntapp">Twitter</a> </div>

SolHunt-Solana-Wallet-Intelligence MCP server

🛡️ The "Anti-Drainer" Architecture & Trust Model

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:

  1. 100% Client-Side Construction: Every transaction payload is built directly in your browser. There is no backend server holding private keys, and no API that signs on your behalf.
  2. Instruction-Level Isolation: Our transaction builders strictly omit transfer paradigms.
  3. AI Agent & LLM Friendly: Native MCP (Model Context Protocol) support allows autonomous agents to scan and build recovery transactions safely and securely.
  4. No Hidden Authorities: You sign the exact instructions. We never request persistent delegation or transfer authority over your main wallet.

⚙️ The Recovery Engines

SolHunt currently operates 8 highly-specialized on-chain recovery engines:

Engine Technical Execution Action
1. Revoke Permissions spl-token Revoke Nullifies delegate and delegate_amount fields on SPL Token accounts, neutralizing 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 V6 Swap + spl-token Burn Liquidates micro-balances via exact-out swap routing, or permanently burns unswappable tokens to execute CloseAccount.
4. Claim Stakes Anchor Claim Parses TicketAccountData for unstaking delays (Marinade, Sanctum, Jito) and executes protocol-specific claim instructions.
5. Harvest LP Fees CLMM collectFees Queries DexScreener/Raydium/Orca SDKs for Position NFTs and triggers pure fee harvests without touching principal liquidity.
6. MEV & Priority Fees Tip Distribution Claim Fetches Merkle Proofs from Kobe Network and submits them to the Jito Tip Distribution program to claim your share of MEV block space tips.
7. Dead Protocol Rescue Anchor IDL Simulation Identifies trapped LP tokens in decommissioned protocols (Friktion, Saber) and constructs direct contract withdrawal instructions.
8. Recover Program Buffers BPFLoader Close Searches for orphaned deployment chunks and executes BPF Close to recover massive (1-50 SOL) rent deposits from failed deployments.

(Note: Engine numbers correspond to our internal routing identifiers).


🛠️ Tech Stack & Development

Built for developers and researchers to verify, fork, and learn from.

  • Frontend: React 18, Vite, Tailwind CSS, Zustand
  • Blockchain Execution: @solana/web3.js, @solana/wallet-adapter-react, SPL Token Standard
  • Infrastructure: Helius DAS API, Jupiter V6 Aggregator, Jito Kobe Network
  • Agent Intelligence: Native MCP (Model Context Protocol) integration for autonomous agents and LLMs.

Running Locally for Verification

We 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

🤝 Contributing & License

Open to PRs. Licensed under MIT. See the code, verify the logic, and help us build a safer Solana ecosystem.


Contact Support | Website | GitHub

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured