Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOLANA_RPC_URL | No | Solana RPC endpoint. Defaults to https://api.mainnet-beta.solana.com. A dedicated RPC is recommended for claiming. | https://api.mainnet-beta.solana.com |
| SOLANA_PRIVATE_KEY | No | Private key as base58 string or JSON byte array. Use SOLANA_KEYPAIR_PATH instead when possible. | |
| SOLANA_KEYPAIR_PATH | No | Path to Solana keypair JSON file. Enables Vibe Claiming. | |
| SOLANA_PRIORITY_FEE | No | Priority fee in microlamports per compute unit. Default: 1,000. Max: 200,000. | 1000 |
| UNCLAIMED_SOL_API_KEY | No | API key sent as Authorization: Bearer header. | |
| UNCLAIMED_SOL_API_URL | No | Backend API URL. Defaults to https://unclaimedsol.com. | https://unclaimedsol.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| scan_claimable_sol | Check how much SOL a Solana wallet can reclaim from dormant accounts. Returns total claimable amount. To claim, visit unclaimedsol.com or configure a local keypair for Vibe Claiming. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |