Catalog / Founders Factory

Founders Factory API

foundersfactory.com

Returns the publicly listed Founders Factory portfolio companies from the site's live Gatsby data. Results are paginated; fields the source does not publish, including founding and investment dates, funding details, status, stage, and accelerator batch when absent, are returned as null.

  • Business
  • venture capital
  • portfolio
  • startups
  • companies
1 endpointDocs updated

Endpoint health

Loading verification…

PortfolioLoading

Connect your agent

Connect through MCP so your agent can find this API, read its docs, and call its endpoints.

Setup guide

Add the server from your terminal.

Claude Code · terminal
claude mcp add --transport http agent-data https://agent-data.motie.dev/mcp

In Claude Code, run /mcp, select agent-data, then Authenticate. Sign in to your agent-data account in the browser.

Then ask your agent to use the Founders Factory API for your task.

Call it over HTTP

Get an API key

Sign up free, generate an API key, and set it as AGENT_DATA_API_KEY in your environment. Your first 100 calls each month are free.

Fetch the live public portfolio listing and return one page of companies. Use offset plus limit to retrieve all records. The endpoint does not enrich records from outside Founders Factory.

Optional parameters 2

Number of companies to return; maximum 100.

Zero-based offset into the live portfolio listing.

View call pricing
cURL · Portfolio
curl --request GET --get 'https://api.agent-data.dev/foundersfactory-com/v1/portfolio' \
  --header "Authorization: Bearer $AGENT_DATA_API_KEY"

Endpoints

Inputs and response fields for every endpoint in this API.

GETPortfolio/v1/portfolio

Fetch the live public portfolio listing and return one page of companies. Use offset plus limit to retrieve all records. The endpoint does not enrich records from outside Founders Factory.

Input

limitOptionalQuery · integer, min: 1, max: 100, default: 30

Number of companies to return; maximum 100.

Example: 30

offsetOptionalQuery · integer, min: 0, default: 0

Zero-based offset into the live portfolio listing.

Example: 0

Response

itemsobject[]
items[].namestring
items[].stage?string | null
items[].status?string | null
items[].website?string | null
items[].location?string | null
items[].categories?string[]
items[].source_urlstring
items[].description?string | null
items[].founding_date?string | null
items[].funding_details?string | null
items[].investment_date?string | null
items[].investment_type?string | null
items[].accelerator_batch?string | null
limit?integer, min: 1, max: 100, default: 30
totalinteger, min: 0
offset?integer, min: 0, default: 0
next_offset?integer | null

Fields marked ? are optional.

Don’t see the endpoint you need?

Ask agent-data to add an endpoint or return more fields. Extensions are free and keep existing endpoints working.