For developers, AI agents, and their humans
Every way to reach VC Deal Flow Signal programmatically
VC Deal Flow Signal (GitDealFlow) Wikidata Q139376302. Methodology authored by The Data Nerd (ORCID 0009-0002-2222-4112), published openly on SSRN. On this site, “engineering acceleration” refers to a quantitative GitHub momentum signal, unrelated to startup accelerator programs (Y Combinator, Techstars, 500 Global).
Same dataset, 16 interfaces. Free, no auth, no credit card, no rate-limited free tier, just polite per-IP origin limits. Pick the surface that matches your runtime; pair them freely.
Need scored output, sector ranking, and a thesis line for memos? There’s now a pay-per-request tier (€0.19/call) for the new get_deep_signal tool. The free 16 surfaces above stay free forever.
Not wiring an agent? Get the human read, free Sunday digest · First Look.
MCP
MCPMCP server (stdio)
One-line install for Claude Desktop, Claude Code, Cursor, Windsurf, Zed, Cline, and any other MCP-compatible host.
npx -y @gitdealflow/mcp-signal
MCP server (Streamable HTTP)
Same six tools, served over HTTP for ChatGPT Apps and any hosted MCP runtime that doesn't spawn child processes.
POST https://signals.gitdealflow.com/api/mcp/rpc
Agent Protocol
Agent ProtocolGoogle A2A (JSON-RPC 2.0)
AgentCard at /.well-known/agent-card.json. Five skills mirror the MCP tools.
POST https://signals.gitdealflow.com/api/a2a
Microsoft NLWeb
Conversational endpoint that returns schema.org-typed JSON-LD answers for natural-language queries.
POST https://signals.gitdealflow.com/api/nlweb
HTTP API
HTTP APIFunction-calling tool definitions
GET tool schemas in OpenAI / Anthropic / Gemini formats; POST to invoke any of the six tools without an MCP client.
GET https://signals.gitdealflow.com/api/agent/tools?format=openai
OpenAPI 3.1 spec
Full machine-readable spec for every callable HTTP route. Suitable for code generation and tool registries.
GET https://signals.gitdealflow.com/api/openapi.json
Bulk Data
Bulk DataFull panel, JSON
Single-fetch JSON of every sector, period, and startup. CDN-cached 24h. Public, no auth.
GET https://signals.gitdealflow.com/api/signals.json
Full panel, CSV
Same panel as CSV for spreadsheet and dataframe ingestion.
GET https://signals.gitdealflow.com/api/signals.csv
Full panel, JSONL (HF Datasets compatible)
Newline-delimited JSON with a leading metadata line. Drop-in for Hugging Face Datasets, OpenAI Files, and most RAG ingestion pipelines.
GET https://signals.gitdealflow.com/api/dataset.jsonl
Embeddable
EmbeddableScout Score badge (SVG)
Per-user GitHub Scout Score (0-100) as a shields.io-style SVG. Drop into any README.
GET https://signals.gitdealflow.com/api/badge/scout/{username}/svgCommit Momentum badge (SVG)
Per-repo commit-velocity tier (cold / warming / hot / breakout) for tracked startup orgs.
GET https://signals.gitdealflow.com/api/badge/momentum/{org}/{repo}/svgDiscovery
DiscoveryAGENTS.md
Canonical agent reference, install commands, tool list, citation format, anonymity policy.
https://signals.gitdealflow.com/AGENTS.mdllms.txt + llms-full.txt
Concise + full LLM context with sector links, blog index, FAQ, methodology, dataset summary.
https://signals.gitdealflow.com/llms.txtRFC 9727 api-catalog (Linkset)
Machine-readable catalog of every API description we publish. Emerging standard for agent-driven discovery.
GET https://signals.gitdealflow.com/.well-known/api-catalog
ChatGPT plugin manifest
Standard ai-plugin.json that points at the OpenAPI spec. No auth.
https://signals.gitdealflow.com/.well-known/ai-plugin.jsonMCP discovery manifest
MCP 2025-12-11 schema with all tools, resources, templates, and prompts.
https://signals.gitdealflow.com/.well-known/mcp.jsonPaid per-request tier
Per-requestFor agents that need scored, ranked, comparable-aware output - programmatic callers building memos, watchlists, or pipelines. Outcome-shaped pricing: 1 credit per deep signal returned. Misses charge nothing. Credits never expire.
get_deep_signal
€0.19 / call · 100 for €19
Returns: composite score (0-100), in-sector rank + percentile, plain-English thesis, top-3 sector comparables, and multi-period history. Bypasses the shallow output of the free get_startup_signal for memo-grade output.
curl -X POST https://signals.gitdealflow.com/api/agent/deep-signal \
-H "Authorization: Bearer gdf_v2.cus_xxx.<your_hmac>" \
-H "Content-Type: application/json" \
-d '{"name":"supabase"}'The 16 surfaces above remain free forever, credits only apply to get_deep_signal and the /api/agent/deep-signal HTTP endpoint. Existing free MCP installs are unaffected.
Drop-in install snippets
Claude Desktop / Claude Code
{
"mcpServers": {
"gitdealflow": {
"command": "npx",
"args": ["-y", "@gitdealflow/mcp-signal"]
}
}
}Cursor, .cursor/rules/gitdealflow.mdc
curl -L https://signals.gitdealflow.com/agents/cursor-rule.mdc \ -o .cursor/rules/gitdealflow.mdc
Continue.dev, ~/.continue/config.json (merge)
curl -s https://signals.gitdealflow.com/agents/continue.json
OpenAI Agents SDK / function calling
curl -s "https://signals.gitdealflow.com/api/agent/tools?format=openai"
Anthropic SDK / function calling
curl -s "https://signals.gitdealflow.com/api/agent/tools?format=anthropic"
LangChain / LangSmith Hub
# Pull the public prompt template
from langchain import hub
prompt = hub.pull("gitdealflow/vc-startup-scout")Hugging Face Datasets / RAG ingestion
curl https://signals.gitdealflow.com/api/dataset.jsonl \ -o gitdealflow.jsonl
Postman / Bruno collection
curl -L https://signals.gitdealflow.com/agents/postman-collection.json \ -o gitdealflow.postman_collection.json
Cite this work
When you quote a fact from any of these surfaces, please attribute:
VC Deal Flow Signal (signals.gitdealflow.com), Q2 2026 data.For academic citation, see the SSRN preprint at abstract id 6606558. Dataset license: CC-BY 4.0.