Techstars API
Returns live Techstars portfolio records from the source-configured Typesense index with source-provided company, website, category, description, accelerator session, and status fields. Unavailable dates and funding values remain null rather than being inferred.
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 Techstars 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/techstars-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETPortfolio/v1/portfolio
Fetches the live Techstars portfolio search index using page-number pagination and returns source-backed company records. The source reports its searchable result count; unavailable fields remain null.
Input
pageOptionalQuery · integer, min: 1, max: 100000, default: 11-based page over the source result set.
Example: 1
page_sizeOptionalQuery · integer, min: 1, max: 250, default: 20Number of records per response page; the source permits at most 250.
Example: 20
Response
pageintegeritemsobject[]items[].idstringitems[].namestringitems[].note?string | nullitems[].stage?string | nullitems[].status?string | nullitems[].ticker?string | nullitems[].website?string | nullitems[].logo_url?string | nullitems[].valuation?string | nullitems[].categories?string[]items[].market_cap?string | nullitems[].source_urlstringitems[].acquired_by?string | nullitems[].description?string | nullitems[].acquired_for?string | nullitems[].facebook_url?string | nullitems[].founded_date?string | nullitems[].linkedin_url?string | nullitems[].funding_details?string | nullitems[].investment_date?string | nullitems[].accelerator_batch?string | nullitems[].investment_source?string | nullitems[].accelerator_programs?string[]items[].accelerator_session_year?integer | nullcoveragestringsource_totalinteger | nullreturned_countintegerFields 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.