GitDealFlowsignals
AGENT2AGENT · LIVE

Your AI can ask GitDealFlow about startups now.

We publish a Google Agent2Agent (A2A) AgentCard at /.well-known/agent-card.json and a JSON-RPC 2.0 endpoint at /api/a2a. Five skills. Free. No auth. Try a call against the live endpoint below.

Crunchbase API: $20K/yr. GitDealFlow A2A: free. No signup, no rate limit.

Plug it into your runtime

Three minutes per integration. The AgentCard URL is the only thing each runtime needs.

CLAUDE CODE / CURSOR / WINDSURF (ANY A2A-CAPABLE AGENT)
Add the AgentCard URL to your agent registry:

https://signals.gitdealflow.com/.well-known/agent-card.json

Once registered, ask your AI:
  "Who's trending in fintech this week?"
  "Tell me about Roboflow's engineering signal."
  "What does breakout signal mean?"
RAW CURL
curl -X POST https://signals.gitdealflow.com/api/a2a \
  -H 'Content-Type: application/json' \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "message/send",
    "params": {
      "message": {
        "role": "user",
        "parts": [{ "kind": "text", "text": "trending startups" }]
      }
    }
  }'
STRUCTURED SKILL INVOCATION (DATA PART)
{
  "jsonrpc": "2.0",
  "id": 2,
  "method": "message/send",
  "params": {
    "message": {
      "role": "user",
      "parts": [{
        "kind": "data",
        "data": {
          "skill": "search_startups_by_sector",
          "args": { "sector": "ai-ml" }
        }
      }]
    }
  }
}
SIGNAL OF THE MOMENT · Q3 2026
liberusoftware
PropTech · Engineering hiring burst · +3275% velocity change · 14 contributors

Built on the latest technologies, including Laravel 13, PHP 8.5, Filament 5 and Livewire 4

Get share card (PNG)Tweet this signalFull profile →

What the agent does NOT do (yet)

  • Streaming via message/stream
  • Task persistence and tasks/get
  • Push notifications
  • Authenticated extended cards
  • Custom watchlists or per-user predictions

The first four are stubbed because we have not seen a paying customer ask for them yet. The fifth, predictions, is a separate product at /predict. When it goes live as an A2A skill, that is when this gets really fun.

🚀 Explore Our Network

21-47 days
Signal Lead Time (median 31d)
$80M+
Rounds Tracked
90 sec
Per Scan
5,000+
Founders Tracked

One missed signal is a missed round. Get the Velocity Verdict in your inbox every Sunday free.

Get Free Signals

Free weekly digest. Cancel anytime. No spam, no VC pitches just data.