Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Host where your MCP server will run when using streamable-http | 0.0.0.0 |
| PORT | No | Port where your MCP server will run when using streamable-http | 3000 |
| ENVIRONMENT | Yes | Working environment, either MAINNET or TESTNET | |
| PRIVATE_KEY | Yes | Base58-encoded private key for your Solana wallet (required for on-chain operations like staking, unstaking, and transfers) | |
| SOLANA_RPC_URL | Yes | Solana RPC URL for mainnet operations | |
| USE_STREAMABLE_HTTP | Yes | Specifies whether your MCP server will run on stdio or streamable-http (set to true or false) | |
| SOLANA_RPC_URL_DEVNET | Yes | Solana RPC URL for devnet/testnet operations |
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 | |