Skip to main content
This is the workflow the API was validated against, in the order a VC (or an agent acting for one) uses it. $KEY is the API key.
The MCP server exposes the same steps as tools: add_company, get_company, list_signals, list_leads, track_lead, decide_lead. See Connect a client.
1

Add founders to track

Send what you know. Missing LinkedIn/X profiles are found automatically in the background.
The call returns in about 2-3 seconds with { data, operation }. operation.pollUrl is the company you just created.
2

Poll until it is ready

Call operation.pollUrl every suggestedPollIntervalSeconds until operation.enrichmentComplete is true.The first tracker run starts automatically. It has finished when lastScrapedAt is set and scrapeHealthReason no longer says a run is in progress.In testing, enrichment took about 10 seconds (both founders’ LinkedIn and X found from names alone) and the first run finished within 6 minutes.
3

Review what happened

4

Triage leads

Founders discovered around your tracked companies.
5

Come back later

Accepted leads include decision.trackedEntityId. The unreviewed inbox is everything not yet decided.
6

Manage the portfolio

A company created through the API is indistinguishable from one created in the UI. Lead decisions are shared both ways.