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

@gitdealflow/mcp-signal

v1.6.0

Published

MCP server for VC Deal Flow Signal — search startup engineering acceleration data across 20 sectors. Commit velocity, contributor growth, and repo expansion signals for seed/Series A investors.

Readme

VC Deal Flow Signal — MCP Server

Search startup engineering acceleration signals directly from your AI assistant.

Glama A-Tier

Glama A-Tier (4.9 / 5.0 across 6 tools). One-line install for Claude Desktop, Claude Code, Cursor, Cline, and Continue via npx -y @gitdealflow/mcp-signal.

Claude querying VC Deal Flow Signal MCP server

Tracks commit velocity, contributor growth, and repository expansion across 20 sectors and 85+ startups. Built for angels, scouts, and technical operators looking for traction signals before they show up in traditional deal flow.

Install

Add to your Claude Desktop config (claude_desktop_config.json):

{
  "mcpServers": {
    "vc-deal-flow-signal": {
      "command": "npx",
      "args": ["-y", "@gitdealflow/mcp-signal"]
    }
  }
}

Or for Claude Code (.mcp.json in project root):

{
  "mcpServers": {
    "vc-deal-flow-signal": {
      "command": "npx",
      "args": ["-y", "@gitdealflow/mcp-signal"]
    }
  }
}

Tools

All tools are read-only, idempotent, and fetch live data from the public API (no auth required). Responses include both human-readable text and structured JSON (structuredContent) matching each tool's outputSchema.

| Tool | Input | Returns | |---|---|---| | get_trending_startups | — | Top 20 startups ranked by engineering acceleration across all sectors. | | search_startups_by_sector | sector (enum of 20 slugs) | All tracked startups in the sector, ranked by acceleration. | | get_startup_signal | name (case-insensitive) | Full signal profile for one startup: velocity, contributors, repos, classification. | | get_signals_summary | — | Dataset snapshot — period, counts, refresh date, format URLs, citation. | | get_methodology | — | How signals are sourced, computed, and classified, with known limitations. |

Supported sectors: ai-ml, fintech, cybersecurity, developer-tools, healthcare, climate-tech, enterprise-saas, data-infrastructure, web3, robotics, edtech, ecommerce-infrastructure, supply-chain, legal-tech, hr-tech, proptech, agtech, gaming, space-tech, social-community.

Data

All data is sourced live from signals.gitdealflow.com public API. No API key required. Updated weekly on Mondays.

Complementary: the Scout Game

If you want to put your own eye on the line, there's a prediction game on top of the same dataset at signals.gitdealflow.com/predict. Call which tracked startups raise a round in the next 6 months, earn points when your calls resolve, climb a public rank ladder from Curious to Oracle. Free tier: 3 predictions per month. Paid: 10 per month. Leaderboard: signals.gitdealflow.com/leaderboard.

Complementary: two Chrome extensions

Same dataset, different surfaces. Install one or both:

  • VC Deal Flow Signal — Crunchbase + Wellfound badge: a green "Accelerating" engineering-acceleration badge appears inline on any Crunchbase or Wellfound startup profile where the GitHub data is interesting. For investors who research deals in browser tabs.
  • VC GitHub Lookup — Startup Signals on Hover (NEW, May 2026): hover any GitHub repo or org link to see commit velocity (14d), velocity change vs prior period, contributor count and growth, signal type, and stage estimate. Chip injected on direct repo and org page loads. Toolbar opens a manual lookup form for any GitHub URL. For developer-investors who live on GitHub.

Both are free in perpetuity. Manifest V3, no analytics, no account.

Links

  • Website: https://gitdealflow.com
  • Dashboard: https://signals.gitdealflow.com
  • Scout Game: https://signals.gitdealflow.com/predict
  • Leaderboard: https://signals.gitdealflow.com/leaderboard
  • Chrome extension #1 (Crunchbase + Wellfound badge): https://chromewebstore.google.com/detail/hehkgipiamajnnlpkfhpeoeaoaogmknn
  • Chrome extension #2 (VC GitHub Lookup — hover): https://chromewebstore.google.com/detail/vc-github-lookup-%E2%80%94-startu/plgngijmloeljfkenecdkhiblcfcbblm
  • JSON API: https://signals.gitdealflow.com/api/signals.json
  • Twitter/X: https://x.com/data_nerd

License

MIT