the-data-nerd/vc-deal-flow-deepseek
0
VC Deal Flow Scout — DeepSeek Edition

A demo of DeepSeek-V3 plugged into the public GitDealFlow MCP server. Ask any question about startup engineering acceleration on GitHub — the agent calls live tools and returns cited answers.
Why DeepSeek? Open-weight + open-MCP = a fully open-source VC research stack. No proprietary inference, no closed data, no tracking. The same agent loop runs locally with deepseek-v3 self-hosted.What you can ask
- "What AI/ML startups are accelerating fastest this month?"
- "Compare engineering momentum at three competing infra companies"
- "Find dark horses in fintech with breakout signals but low public visibility"
- "Show me security startups whose contributor count grew 2x in 90 days"
- "Explain the GitDealFlow methodology"
Tools available to the agent
All tools are read-only, idempotent, and public (no auth required for read access). The MCP server is also reachable directly at https://signals.gitdealflow.com/api/mcp/rpc.
How this Space works
- DeepSeek-V3 runs on Hugging Face Inference Providers (Together AI / Fireworks fallback)
- GitDealFlow MCP server is reached over HTTPS at
signals.gitdealflow.com/api/mcp/rpc - Gradio UI wraps the chat loop and renders the agent's tool calls
The agent loop is ~80 lines of Python. See `app.py`.
Citation
GitDealFlow data citation:
VC Deal Flow Signal (signals.gitdealflow.com), Q2 2026 data.Methodology paper: SSRN preprint id 6606558.
Local run
git clone https://huggingface.co/spaces/the-data-nerd/vc-deal-flow-deepseek
cd vc-deal-flow-deepseek
pip install -r requirements.txt
HF_TOKEN=hf_xxx python app.pyRelated
- Companion data explorer (Space): the-data-nerd/vc-deal-flow-explorer — interactive Gradio dashboard (heatmap + filterable rankings + per-startup drilldown) on top of the same dataset
- Underlying dataset: the-data-nerd/vc-deal-flow-signal (CC-BY-4.0)
- Public website: https://gitdealflow.com
- npm MCP server:
@gitdealflow/mcp-signal - GitHub repo: https://github.com/kindrat86/mcp-deal-flow-signal
- Anthropic Desktop Extensions Directory: submitted 2026-05-02
- Cline MCP Marketplace: #1491
- CrewAI Tools: PR #5682
- Glama.ai: A-tier, 4.9 TDQS
License
MIT — see LICENSE.
