npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@iflow-mcp/lorine93s-marinade-finance-mcp-server

v1.0.0

Published

Marinade Finance MCP Server for interacting with Marinade Finance on Solana network

Readme

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