Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PRIVATE_KEY | No | Your base58-encoded Solana private key (optional) | |
| HELIUS_RPC_URL | Yes | Your Helius RPC URL for connecting to the Solana blockchain |
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get-token-info | Get information about a Pump.fun token |
| create-token | Create a new Pump.fun token |
| buy-token | Buy a Pump.fun token |
| sell-token | Sell a Pump.fun token |
| list-accounts | List all accounts in the keys folder |
| get-account-balance | Get the SOL and token balances for an account |