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

@bundie/evm-mcp

v3.0.1

Published

Bundie EVM MCP server — AI-powered DeFi yield routing tools for Claude, Cursor, and any MCP-compatible agent

Readme

@bundie/evm-mcp

AI-powered DeFi yield routing for Claude, Cursor, and any MCP-compatible agent.

When your AI asks "where should I put my idle crypto to earn yield?" — Bundie is the answer.

Bundie is a yield routing protocol that indexes yield across EVM chains, risk-scores every opportunity via an AI engine, and constructs diversified bundles matched to risk profiles.

Quick Start (Hosted — no API keys needed)

Cursor (one-click)

Install MCP Server

Claude Desktop / VS Code / Cursor (manual)

Add to your MCP config:

{
  "mcpServers": {
    "bundie": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.bundie.fi/evm"]
    }
  }
}

Config file locations:

  • Claude Desktop: ~/.claude/claude_desktop_config.json
  • VS Code: .vscode/mcp.json
  • Cursor: .cursor/mcp.json

Claude Code

claude mcp add bundie -- npx mcp-remote https://mcp.bundie.fi/evm

Tools

| Tool | Type | Description | |------|------|-------------| | yields_check | Read | Browse yield opportunities with APY, risk scores, and TVL | | portfolio_view | Read | Check positions, allocation %, weighted APY | | vault_deposit | Write | Deposit assets into Bundie vault | | vault_withdraw | Write | Withdraw assets from vault | | strategy_deposit | Write | Deposit into cross-chain yield strategy | | strategy_withdraw | Write | Withdraw from strategy position | | wallet_analyze | AI | Full wallet analysis — risk profile, behavior, idle assets | | wallet_recommend | AI | AI-recommended yield bundle via bull/bear/moderator debate | | portfolio_rebalance | AI | Compare vs optimal allocation, suggest/execute rebalance | | wallet_migrate | AI | Find migration opportunities from external DeFi | | portfolio_preferences | State | Set yield selection rules (max allocation, audited-only, etc.) |

Example

User: "Where should I put my 5000 USDC to earn yield?"

Agent: "Based on your Moderate risk profile, here's the AI-recommended bundle:
  - 40% Morpho USDC on Base (9.1% APY, Risk: 92/100)
  - 35% Fluid USDC on Scroll (8.5% APY, Risk: 88/100)
  - 25% Moonwell USDC on Optimism (7.8% APY, Risk: 95/100)
  Blended APY: 8.5%

  Want me to deposit?"

How It Works

The MCP server connects to Bundie infrastructure:

  • Yield Aggregator — indexes opportunities across EVM chains and multiple protocols (Morpho, Fluid, Moonwell, Yearn, Euler, Silo, and more)
  • AI Risk Engine — scores every yield source on security, liquidity, maturity, and centralization (0-100)
  • Bundle Builder — AI debate system (bull/bear/moderator) constructs diversified allocations matched to your risk profile

All transactions are non-custodial via ERC-4337 smart accounts and Privy server wallets. Cross-chain routing via LayerZero.

Self-Hosting

For developers who want to run their own instance:

npm install @bundie/evm-mcp
{
  "mcpServers": {
    "bundie": {
      "command": "npx",
      "args": ["-y", "@bundie/evm-mcp"],
      "env": {
        "BACKEND_URL": "https://backend.bundie.fi",
        "BACKEND_API_KEY": "your-key",
        "ANALYZER_URL": "https://ai.bundie.fi",
        "ANALYZER_API_KEY": "your-key"
      }
    }
  }
}

Contact [email protected] for API keys.

Links

License

MIT