Marinade Finance MCP Server is an MCP server specifically designed for the Marinade Finance.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"marinade-finance": {
"url": "https://server.smithery.ai/@leandrogavidia/marinade-finance-mcp-server/mcp",
"type": "streamable-http"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Register the server in your MCP-aware host configuration. "url": "https://server.smithery.ai/@leandrogavidia/marinade-finance-mcp-server/mcp",
This server supports HTTP transport. Be the first to test it — help the community know if it works.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance
Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators
A Model Context Protocol (MCP) server that provides AI assistants with direct access to the Spreedly payments API. Enables LLMs to manage gateways, process transactions, tokenize payment methods, and more, through structured, validated tool calls.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
AI agents get on-chain identity, credentials, reputation, escrow, and persistent memory on XRPL.
MCP Security Weekly
Get CVE alerts and security updates for Marinade Finance Mcp Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Marinade Finance MCP Server is an MCP server specifically designed for interacting with Marinade Finance on the Solana network. It provides advanced functionalities such as querying the official Marinade Finance documentation, retrieving protocol state information, managing liquid staking operations (stake/unstake), checking mSOL balances, and sending mSOL tokens between wallets.
Register the server in your MCP-aware host configuration.
{
"mcpServers": {
"marinade-finance": {
"url": "https://server.smithery.ai/@leandrogavidia/marinade-finance-mcp-server/mcp",
"type": "streamable-http"
}
}
}
Note: Follow the Smithery's auth flow.
Docs
search_documentation: Search Marinade Finance Documentation for relevant information, code examples, API references, and guides.State
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.Balance
get_msol_balance: Check the mSOL token balance of the environment wallet or any specified Solana wallet address.Staking
stake_msol: Stake SOL tokens with Marinade Finance to receive mSOL tokens and earn rewards.
unstake_msol: Unstake mSOL tokens to receive SOL tokens back.
Transfers
send_msol: Send mSOL tokens to another Solana wallet address (automatically creates recipient token account if needed).PRIVATE_KEY: Base58-encoded private key for your Solana wallet (required for on-chain operations like staking, unstaking, and transfers).
SOLANA_RPC_URL: Solana RPC URL for mainnet operations.
SOLANA_RPC_URL_DEVNET: Solana RPC URL for devnet/testnet operations.
ENVIRONMENT: Working environment, either MAINNET or TESTNET.
USE_STREAMABLE_HTTP: Specifies whether your MCP server will run on stdio or streamable-http (set to true or false).
PORT: Port where your MCP server will run when using streamable-http (default: 3000).
HOST: Host where your MCP server will run when using streamable-http (default: 0.0.0.0).
In one terminal window, run the following command: pnpx @modelcontextprotocol/inspector pnpx tsx ./src/index.ts in stdio mode.
Run the command: pnpm run build and then: pnpm run start
Note: Run in http mode
To deploy this MCP server, fork this project into your GitHub account, log in to smithery.ai, and click Publish server. Complete the steps, and once it is deployed, add the required environment variables in settings.
MIT