API Tools
gitdealflow.com
Provides APIs to query startup engineering acceleration data, trends, and diligence information.
ENDPOINT 1
https://signals.gitdealflow.com/api/mcp/rpc
MCP server metadata
- Name
- vc-deal-flow-signal
- Version
- 1.6.0
Known tools 12
get_trending_startupsTop 20 startups by engineering acceleration across all 15 sectors for the current weekly period.
Inferred read-onlysearch_startups_by_sectorEvery tracked startup within a sector, ranked by engineering acceleration.
Inferred read-onlyget_startup_signalFull engineering-acceleration profile for a single tracked startup, by display name or GitHub org slug.
Inferred read-onlyget_signals_summaryPeriod, sector and startup counts, last refresh, citation, and direct URLs to every machine-readable format.
Inferred read-onlyget_diligence_dossierPublic-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.
Inferred read-onlyget_scout_receiptsCompute a Scout Score (0-100) for a GitHub user from their public starring history.
Inferred read-onlyget_methodologyFull methodology document covering data sources, metric computation, signal classification thresholds, refresh cadence, and known limitations.
Inferred read-onlyget_deep_signalPAID per-request, €0.19/call, 100 credits = €19 at https://signals.gitdealflow.com/agents/credits.
Inferred read-onlyshare_resultGenerate 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 MCP server.
Potential side effectspredict_fundingTransparent, scored funding-likelihood claim for one tracked startup, with the full evidence chain and citable provenance.
Inferred read-onlyshortlist_signalsReturn a ranked shortlist of the strongest engineering-acceleration signals matching a set of filters, the whole sourcing workflow in ONE call (e.g.
Inferred read-onlycompare_signalsScore 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.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.vc-deal-flow-signal]
url = "https://signals.gitdealflow.com/api/mcp/rpc"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"vc-deal-flow-signal": {
"type": "http",
"url": "https://signals.gitdealflow.com/api/mcp/rpc"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: vc-deal-flow-signal
Remote MCP URL: https://signals.gitdealflow.com/api/mcp/rpc
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"vc-deal-flow-signal": {
"url": "https://signals.gitdealflow.com/api/mcp/rpc"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"vc-deal-flow-signal": {
"type": "http",
"url": "https://signals.gitdealflow.com/api/mcp/rpc"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "vc-deal-flow-signal",
"transport": "streamable-http",
"url": "https://signals.gitdealflow.com/api/mcp/rpc"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://gitdealflow.com/api/mcp
MCP server metadata
- Name
- gitdealflow-mcp
- Version
- 1.0.0
Known tools 4
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.gitdealflow-mcp]
url = "https://gitdealflow.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"gitdealflow-mcp": {
"type": "http",
"url": "https://gitdealflow.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: gitdealflow-mcp
Remote MCP URL: https://gitdealflow.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"gitdealflow-mcp": {
"url": "https://gitdealflow.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"gitdealflow-mcp": {
"type": "http",
"url": "https://gitdealflow.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "gitdealflow-mcp",
"transport": "streamable-http",
"url": "https://gitdealflow.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for gitdealflow.com was fetched 2026-08-31T20:47:49.734Z.
gitdealflow.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.