Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RPC_URL | Yes | Solana RPC URL (e.g., https://api.mainnet-beta.solana.com). | |
| MCP_MODE | No | Server mode. Set to 'http' for deployment or automation if running as an HTTP service. | |
| MCP_PORT | No | HTTP server port when running in remote mode (default: 3000). | 3000 |
| MAX_SLIPPAGE_BPS | No | Maximum slippage in basis points (default: 200, which is 2%). | 200 |
| WALLET_PRIVATE_KEY | Yes | Your Solana wallet private key (base58 encoded). | |
| PRIORITY_FEE_MICRO_LAMPORTS | No | Priority fee in micro lamports (default: 100000). | 100000 |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |