Skip to content

Add SolHunt MCP server for Solana wallet recovery#3674

Closed
shieldspprt wants to merge 1 commit intomodelcontextprotocol:mainfrom
shieldspprt:main
Closed

Add SolHunt MCP server for Solana wallet recovery#3674
shieldspprt wants to merge 1 commit intomodelcontextprotocol:mainfrom
shieldspprt:main

Conversation

@shieldspprt
Copy link
Copy Markdown

Description

Adds SolHunt - an MCP server for Solana wallet health analysis and SOL recovery.

Features

  • check_wallet_health - Analyze wallet for recoverable SOL from zero-balance token accounts
  • get_recovery_opportunities - Get prioritized list of accounts to close for maximum recovery
  • preview_recovery - Preview recovery details before executing
  • build_recovery_transaction - Build unsigned transactions ready for signing
  • discover_platform_features - Information about additional web platform capabilities

Key Differentiators

  • 🔐 Trustless: No custody of keys required
  • 💰 Transparent: 15% fee only on successful recovery
  • Fast: Batched transactions for efficient cleanup
  • 🛡️ Safe: Transaction verification against program whitelist

Links


Note: The server is hosted as a remote MCP endpoint (not an npm package) and follows the MCP protocol over HTTP.

@shieldspprt
Copy link
Copy Markdown
Author

🎉 SolHunt MCP now has 5 tools!

Wallet Recovery (3):

  • get_wallet_report
  • build_recovery_transaction
  • discover_platform_features

Security Audit (2) - NEW:

  • scan_token_approvals — Find HIGH/MEDIUM/LOW risk dApp permissions
  • build_revoke_transactions — Build unsigned revoke TXs

Complete Solana wallet intelligence. Ready for review! 🚀

@shieldspprt
Copy link
Copy Markdown
Author

🎉 Update: SolHunt Milestone!

We just shipped SolHunt to the Solana dApp Store — now discoverable by 1M+ Solana users!

Meanwhile, MCP stats:
• ⚡ 5 tools live (3 recovery + 2 security)
• 🛡️ 25,000+ wallets protected
• 📉 Error rate: 0%

Ready when you are 🚀

@olaservo
Copy link
Copy Markdown
Member

Thanks for contributing to the MCP servers repo!

We've retired the third-party server list from the README in favor of the MCP Registry — see #3950 for context. The Official Integrations and Community Servers sections no longer exist in the README, so this PR no longer has a target.

Going forward, please publish your server to the MCP Registry using the quickstart guide:
https://github.com/modelcontextprotocol/registry/blob/main/docs/modelcontextprotocol-io/quickstart.mdx

That's where server discovery now happens. Thanks for building on MCP!


Note: I'm working through the backlog with help from Claude Code to give everyone a prompt response.

@olaservo olaservo closed this Apr 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants