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 |
|---|---|
| search_documentation | Search across the documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Marinade Finance Docs, find specific documentation, understand how features work, or locate implementation details. The search returns contextual content with titles and direct links to the documentation pages. |
| get_marinade_state | Retrieve the current state of the Marinade Finance protocol, including information about staked assets, mint address, price, rewards, and other relevant data. |
| get_msol_balance | Check the mSOL token balance of the environment wallet or any specified Solana wallet address. |
| stake_msol | Stake your SOL tokens with Marinade Finance to receive mSOL tokens and earn rewards. |
| unstake_msol | Unstake your mSOL tokens with Marinade Finance to receive SOL tokens. |
| send_msol | Send mSOL tokens to another Solana wallet address. This tool automatically checks if the recipient's mSOL token account exists and creates it if necessary. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |