๐Ÿ”ง API v1

Build with verified data.

REST API, MCP server, and SDKs in Python, Node, Go, Ruby. Test the preview endpoint right now โ€” no signup, no key.

โœ“ OpenAPI 3.1 spec
โœ“ Webhooks with HMAC-SHA256
โœ“ 99.95% uptime SLA
curl https://api.startupdata.com/v1/founders/preview
Response ยท 200 OK
[{"name":"Maya Okafor","company":"Lattice Bio"},
{"name":"Rina Sato","company":"Arclight Health"}]
Quickstart

From zero to first call in 3 steps.

1

Try without an account

The /preview endpoint returns 10 live rows. No auth, no signup.

curl https://api.startupdata.com/v1/founders/preview
2

Get an API key

Sign up, hit Settings โ†’ API Keys, generate. Keys are scoped per workspace.

export SD_API_KEY=sk_live_โ€ฆ
3

Make your first authenticated call

Pass the key as a Bearer token. All endpoints use the same auth.

curl https://api.startupdata.com/v1/founders \ -H "Authorization: Bearer $SD_API_KEY" \ -G --data-urlencode "stage=series_a"
Reference

All endpoints

GET/v1/foundersSearch verified founders by stage, sector, geo.๐Ÿ”’ Auth
GET/v1/founders/previewReturns 10 sample rows. No auth required.๐ŸŒ Public
GET/v1/investorsSearch investors by check size, focus, geo.๐Ÿ”’ Auth
GET/v1/companies/{id}Company snapshot with leadership, funding.๐Ÿ”’ Auth
POST/v1/exportsTrigger async CSV/Sheets export.๐Ÿ”’ Auth
POST/v1/webhooksSubscribe to raise / hire / pivot events.๐Ÿ”’ Auth
MCP Server

Native tool for Claude.

Add StartupData to Claude's tools and let the model query verified data inline.

  • โœ“ Hosted server โ€” no infra to run
  • โœ“ 12 tools: search, lookup, watch, ask
  • โœ“ Reasoning-optimized response shape
  • โœ“ Per-workspace usage caps
Read the MCP guide โ†’
# Add to Claude
$ claude mcp add startupdata

# Ask naturally
> Top 5 series A healthtech?

# Claude calls startupdata.search()
โœ“ 5 verified founders

Ready to build?

Start with the preview endpoint or get an API key. No credit card required.

Get started โ†’