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

@fundzwatch/mcp-server

v1.0.2

Published

MCP server for FundzWatch.ai — Real-time business event intelligence for AI agents

Readme

FundzWatch MCP Server

npm version License: MIT Node

Real-time business event intelligence for AI agents via Model Context Protocol.

Get AI-scored sales leads, funding rounds, acquisitions, executive hires, and market intelligence directly in Claude, Cursor, Windsurf, or any MCP-compatible client.

Quick Start

1. Get a Free API Key

Sign up at fundzwatch.ai/onboarding (no credit card required).

2. Add to Claude Desktop

Edit your Claude Desktop config:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "fundzwatch": {
      "command": "npx",
      "args": ["-y", "@fundzwatch/mcp-server"],
      "env": {
        "FUNDZWATCH_API_KEY": "fundz_test_your_key_here"
      }
    }
  }
}

3. Start Asking

  • "Find me companies that just raised Series B in healthtech"
  • "Show me the largest funding rounds this week"
  • "Get my AI-scored leads with a score above 70"
  • "What's happening in the market today?"
  • "Track stripe.com and github.com on my watchlist"

Available Tools

| Tool | Description | |------|-------------| | get_scored_leads | AI-scored leads matched to your ICP with buyer intent, buying stage, and outreach recommendations | | get_events | Real-time business events: funding, acquisitions, hiring, contracts, product launches | | get_market_pulse | Market activity overview with totals, trends, and largest rounds | | get_market_brief | AI-generated strategic intelligence brief | | manage_watchlist | Add, remove, or list tracked companies | | get_watchlist_events | Events for your tracked companies | | get_usage | Check API usage and limits |

Use with Cursor / Windsurf

Add to your MCP settings:

{
  "fundzwatch": {
    "command": "npx",
    "args": ["-y", "@fundzwatch/mcp-server"],
    "env": {
      "FUNDZWATCH_API_KEY": "fundz_test_your_key_here"
    }
  }
}

Pricing

| Tier | Price | API Calls/mo | AI Score Calls/mo | |------|-------|-------------|-------------------| | Sandbox | Free | 500 | 50 | | Growth | $199/mo | 10,000 | 500 | | Scale | $599/mo | 100,000 | 5,000 | | Enterprise | Custom | Unlimited | Unlimited |

What is FundzWatch?

FundzWatch.ai provides real-time business event intelligence for AI agents and sales teams:

  • AI-Scored Leads: Companies scored daily against your ICP using Claude AI, with buyer intent signals, buying stage analysis, and outreach recommendations
  • Event Feeds: Real-time funding rounds, acquisitions, executive moves, government contracts, and product launches
  • Predictive Intelligence: ML models predicting which companies are likely to make moves (82% accuracy)
  • Market Briefs: AI-generated daily strategic intelligence briefings

Built by Fundz, tracking 50M+ business events since 2017.

License

MIT