Servers

Unclaimed Sol Scanner
@unclaimed-sol
Scan and claim reclaimable SOL from dormant Solana wallet accounts. The first Vibe Claiming MCP server.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"unclaimed-sol": {
"command": "node",
"args": [
"/absolute/path/to/unclaimed-sol-mcp/dist/index.js"
],
"env": {
"SOLANA_KEYPAIR_PATH": "~/.config/solana/id.json",
"SOLANA_RPC_URL": "https://your-rpc-provider.com"
}
}
}
}