Unclaimed Sol Scanner

by unclaimed-sol

398 downloads
Not rated
GitHub

About

Scan and claim reclaimable SOL from dormant Solana wallet accounts. The first Vibe Claiming MCP server.

Details

Author
unclaimed-sol
Downloads
398
Categories
Other

- Two tools: scan_claimable_sol (read-only) and claim_sol (vibe claiming).
- No browser, dApp, or wallet connect required.
- Private key never leaves your machine.
- 5% service fee collected on-chain by the UnclaimedSOL program.
- Works with Claude Code, Claude Desktop, Cursor, Windsurf.
- Stake account claims available separately at unclaimedsol.com.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Unclaimed Sol Scanner
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the server in an MCP-compatible client (Claude Code, Claude Desktop, Cursor, Windsurf). Invoke the scan_claimable_sol tool to check any wallet for reclaimable SOL (read-only, no keypair needed) and the claim_sol tool to burn worthless token balances, close dormant accounts, and reclaim rent SOL—transactions are built and signed locally.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "unclaimed sol scanner": {
            "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"
                }
            }
        }
    }
}

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"
        }
    }
}

Every Solana wallet accumulates locked SOL in dormant token accounts — dead memecoins, old airdrops, empty ATAs. This MCP server lets AI assistants find and reclaim it.

Two tools:

scan_claimable_sol — Check any wallet for reclaimable SOL. Read-only, no keypair needed.

claim_sol — Vibe Claiming. Burns worthless token balances, closes dormant accounts, and reclaims the rent SOL. Transactions are built and signed locally — your private key never leaves your machine.

How it works:
- You: "scan my wallet for reclaimable SOL"
- AI: "Found 0.58 SOL across 277 dormant accounts"
- You: "claim it"
- AI: builds transactions, signs locally, broadcasts to Solana

No browser. No dApp. No wallet connect. Just ask your AI and it does it.

A 5% service fee is collected on-chain by the UnclaimedSOL program. Stake account claims are available at unclaimedsol.com.

Works with Claude Code, Claude Desktop, Cursor, Windsurf, and any MCP-compatible client.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.