FounderFuel API
Live, read-only access to FounderFuel's publicly listed portfolio companies. Records are parsed from the FounderFuel companies page, including source-labelled activity status, investment stage, accelerator cohort, categories, descriptions, websites, dates, and funding or transaction details.
Endpoint health
Loading verification…
Connect your agent
Connect through MCP so your agent can find this API, read its docs, and call its endpoints.
Add the server from your terminal.
claude mcp add --transport http agent-data https://agent-data.motie.dev/mcpIn 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 FounderFuel API for your task.
Call it over HTTP
Get an API keySign 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.
curl --request GET --get 'https://api.agent-data.dev/founderfuel-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETGet portfolio/v1/portfolio
Return the complete live portfolio listing, optionally filtered by the source's own status, stage, or cohort labels.
Input
activity_statusOptionalQuery · string | nullFilter by FounderFuel activity status.
Example: active
investment_stageOptionalQuery · string | nullFilter by FounderFuel investment stage.
Example: seed
accelerator_batchOptionalQuery · string | nullFilter by FounderFuel cohort/batch label.
Example: 2015-fall
Response
countintegercompaniesobject[]companies[].namestringcompanies[].website?string | nullcompanies[].categories?string[]companies[].source_urlstringcompanies[].description?string | nullcompanies[].activity_status?string | nullcompanies[].funding_details?string | nullcompanies[].investment_date?string | nullcompanies[].source_metadata?string | nullcompanies[].investment_stage?string | nullcompanies[].accelerator_batch?string | nullsource_urlstringFields 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.
An account is required to submit an extension. Prepare your request, then sign in to build.