LAUNCH Accelerator API
Read-only live access to the publicly listed Launch Accelerator portfolio. The API fetches the source page and its current JavaScript portfolio bundle on each request, returning all source-listed company records with cohort, description, website, image, and nullable fields for information the source does not publish. The source currently exposes the portfolio as one static cohort list with a generic company detail route that reuses the same fields; it does not expose pagination controls.
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 LAUNCH Accelerator 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/launchaccelerator-co/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 Launch Accelerator companies page and its current source bundle live, with at most three total fetch attempts for transient HTTP 5xx or connection failures. Returns every company in all source-listed accelerator batches; dates, status, funding, stage, categories, and other fields remain null when the source does not publish them.
Input
No input parameters.
Response
itemsobject[]items[].namestringitems[].slugstringitems[].stage?string | nullitems[].status?string | nullitems[].funding?string | nullitems[].website?string (uri) | nullitems[].image_url?string (uri) | nullitems[].categories?string[]items[].source_urlstring (uri)items[].description?string | nullitems[].founding_date?string | nullitems[].investment_date?string | nullitems[].accelerator_batch?string | nullsource_urlstring (uri)record_countintegerretrieved_atstring (date-time)coverage_notestringsource_content_hashstringFields 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.