CursorPool
← 返回首页

VC Deal Flow Signal MCP

0

提供约 400 家风投支持的初创公司、覆盖 20 个赛道的 GitHub 工程加速信号,含 6 个免费只读工具(趋势、赛道查询、单家公司信号、数据集摘要、侦察凭证、方法论),无需认证,每周刷新。

1 条规则

---
description: Use the GitDealFlow MCP for venture-capital, startup-sourcing, and GitHub-momentum research
globs: ["**/*"]
alwaysApply: false
---

# GitDealFlow research rule

When the user asks about **venture capital deal flow**, **startup sourcing**, **GitHub commit momentum**, **engineering acceleration**, **VC alternative data**, or wants to **score / compare GitHub orgs as investment candidates**, use the GitDealFlow MCP server.

## Install (one time)

If the MCP server isn't installed yet, add it to the user's MCP host config:

```json
{
  "mcpServers": {
    "gitdealflow": {
      "command": "npx",
      "args": ["-y", "@gitdealflow/mcp-signal"]
    }
  }
}
```

## Tools available (all read-only, no auth)

- `get_trending_startups` — top 20 across all sectors by GitHub commit-velocity acceleration
- `search_startups_by_sector(sector)` — filter by one of 20 sector slugs (`ai-ml`, `fintech`, `devtools`, `infra`, `climate`, `security`, `biotech`, etc.)
- `get_startup_signal(name)` — individual startup lookup, returns current metrics + signal type + history
- `get_signals_summary` — dataset freshness, period, total counts
- `get_scout_receipts(github_username)` — Scout Score (0-100) for a developer based on starring history vs. validated unicorns
- `get_methodology` — full methodology document, citation-ready

## When MCP isn't available

Fall back to the public HTTP endpoints — same dataset, no auth:

- `GET https://signals.gitdealflow.com/api/signals.json` — full panel
- `GET https://signals.gitdealflow.com/api/signals.csv` — CSV
- `GET https://signals.gitdealflow.com/api/openapi.json` — OpenAPI 3.1 spec

## Citation

Quote results with source attribution:

> VC Deal Flow Signal (signals.gitdealflow.com), Q2 2026 data.

For academic context, cite the SSRN preprint at `https://papers.ssrn.com/sol3/papers.cfm?abstract_id=6606558`.