About
Marinade Finance MCP Server enables AI assistants to interact with the Marinade Finance liquid staking protocol on the Solana blockchain. Key features include: - Search and query Marinade Finance documentation for guides, API references, and code examples - Monitor real-time protocol state including staked assets, mSOL price, rewards, and mint addresses - Perform liquid staking operations: stake SOL to receive mSOL tokens, or unstake mSOL back to SOL - Check mSOL token balances for any Solana wallet address - Transfer mSOL tokens between wallets with automatic handling of recipient token accounts The server supports both mainnet and devnet environments for testing and production operations.
README
Marinade Finance MCP Server
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.
Official page
Integration
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.
Tools
- 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).
---
.env Config
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).Run the project locally
In one terminal window, run the following command: pnpx @modelcontextprotocol/inspector pnpx tsx ./src/index.ts in stdio mode.
Build and run
Run the command: pnpm run build and then: pnpm run start
Note: Run in http mode
Deployment
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.
---
License
MIT
Related MCP Servers
AI Research Assistant
hamid-vakilzadeh
AI Research Assistant provides comprehensive access to millions of academic papers through the Semantic Scholar and arXiv databases. This MCP server enables AI coding assistants to perform intelligent literature searches, citation network analysis, and paper content extraction without requiring an API key. Key features include: - Advanced paper search with multi-filter support by year ranges, citation thresholds, field of study, and publication type - Title matching with confidence scoring for finding specific papers - Batch operations supporting up to 500 papers per request - Citation analysis and network exploration for understanding research relationships - Full-text PDF extraction from arXiv and Wiley open-access content (Wiley TDM token required for institutional access) - Rate limits of 100 requests per 5 minutes with options to request higher limits through Semantic Scholar
Linkup
LinkupPlatform
Linkup is a real-time web search and content extraction service that enables AI assistants to search the web and retrieve information from trusted sources. It provides source-backed answers with citations, making it ideal for fact-checking, news gathering, and research tasks. Key features of Linkup: - Real-time web search using natural language queries to find current information, news, and data - Page fetching to extract and read content from any webpage URL - Search depth modes: Standard for direct-answer queries and Deep for complex research across multiple sources - Source-backed results with citations and context from relevant, trustworthy websites - JavaScript rendering support for accessing dynamic content on JavaScript-heavy pages
Math-MCP
EthanHenrickson
Math-MCP is a computation server that enables Large Language Models (LLMs) to perform accurate numerical calculations through the Model Context Protocol. It provides precise mathematical operations via a simple API to overcome LLM limitations in arithmetic and statistical reasoning. Key features of Math-MCP: - Basic arithmetic operations: addition, subtraction, multiplication, division, modulo, and bulk summation - Statistical analysis functions: mean, median, mode, minimum, and maximum calculations - Rounding utilities: floor, ceiling, and nearest integer rounding - Trigonometric functions: sine, cosine, tangent, and their inverses with degrees and radians conversion support