Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

GitDealFlow — GitHub signals for startup investors

io.github.kindrat86/vc-deal-flow-signal

GitHub engineering acceleration signals for venture deal flow across 15 sectors.

Uptime
100.0%
2 direct probes · 30d
Response
2697ms
last probe
Tools
12
callable
Resources
3
readable
Prompts
7
available

Tools · 12

get_trending_startups

Top 20 startups by engineering acceleration across all 15 sectors for the current weekly period. Read-only, idempotent.

search_startups_by_sector

Every tracked startup within a sector, ranked by engineering acceleration. Sector slug must be one of 15 enumerated values.

get_startup_signal

Full engineering-acceleration profile for a single tracked startup, by display name or GitHub org slug. Case-insensitive, normalization-tolerant.

get_signals_summary

Period, sector and startup counts, last refresh, citation, and direct URLs to every machine-readable format.

get_diligence_dossier

Public-source diligence dossier for a company or entity in one cited object: who acquired it (M&A history), which funds publicly backed it, and its published engineering-acceleration signal. Use mid-d…

get_scout_receipts

Compute a Scout Score (0-100) for a GitHub user from their public starring history. Cross-references starred repos against ~75 validated unicorns and grades how many they starred *before* the validati…

get_methodology

Full methodology document covering data sources, metric computation, signal classification thresholds, refresh cadence, and known limitations.

get_deep_signal

PAID per-request, €0.19/call, 100 credits = €19 at https://signals.gitdealflow.com/agents/credits. Returns enriched signal beyond the free get_startup_signal: composite score (0-100), velocity/growth/…

share_result

Generate a ready-to-share social-media post (tweet, Bluesky, Mastodon, LinkedIn, Telegram) about a result the user just received from another VC Deal Flow Signal tool, plus the install command for the…

predict_funding

Transparent, scored funding-likelihood claim for one tracked startup, with the full evidence chain and citable provenance. Instead of an opaque number, returns the score, every component that produced…

shortlist_signals

Return a ranked shortlist of the strongest engineering-acceleration signals matching a set of filters, the whole sourcing workflow in ONE call (e.g. 'the 5 strongest signals in healthcare in the EU').…

compare_signals

Score and rank 2-5 named startups side by side, returning each one's acceleration score, evidence, and raise-likelihood band plus a single recommendation for which warrants deeper diligence. Same tran…

Resources · 3

Trending Startups (current week)

Top 20 startups across all sectors for the current weekly period.

signal://trending
Dataset Summary

Period, sector and startup counts, last refresh, format URLs.

signal://summary
Signal Methodology

Full methodology document.

signal://methodology

Prompts · 7

weekly_digest

Monday-morning Signal Digest from the current top-20 trending startups.

sector_deep_dive

Sector intelligence brief, top movers, dark horses, thesis follow-ups.

find_dark_horse

Surface one under-the-radar startup with sustained acceleration below the median visibility threshold.

compare_startups

Head-to-head investor comparison of two named startups.

acceleration_memo

One-page deal memo grounded in the live signal profile of a named startup.

sourcing_session

Run a full sourcing session in one pass, the corp-dev / scout workflow. Shortlists the strongest engineering-acceleration signals (optionally by sector/region), then attaches a transparent, citable fu…

diligence_brief

Assemble a cited one-page diligence brief for a named company: public-source dossier (M&A, backers, signal), a transparent funding-likelihood read with its evidence chain, and the methodology behind t…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "gitdealflow_—_github_signals_for_startup_investors": {
      "url": "https://signals.gitdealflow.com/api/mcp/rpc",
      "transport": "streamable-http"
    }
  }
}