AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified MIT Self-run

Marinade Finance Mcp Server

mcp-leandrogavidia-marinade-finance-mcp-server · by leandrogavidia

Marinade Finance MCP Server is an MCP server specifically designed for the Marinade Finance.

No reviews yet
0 installs
31 views
0.0% view→install

Install

$ agentstack add mcp-leandrogavidia-marinade-finance-mcp-server

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets Used
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-leandrogavidia-marinade-finance-mcp-server)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
11mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Marinade Finance Mcp Server? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

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

  • ### Marinade Finance Docs
  • Docs
  • search_documentation: Search Marinade Finance Documentation for relevant information, code examples, API references, and guides.
  • ### Marinade Finance State
  • 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.
  • ### Liquid Staking & Wallet Operations
  • 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

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.