Iterative API
Read-only live access to the companies publicly listed on Iterative's portfolio page. Each record preserves the source listing's company name, description, website, logo metadata, portfolio section, and explicit batch declarations; fields not exposed by the source remain empty.
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 Iterative 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/iterative-vc/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 complete server-rendered portfolio listing from Iterative. The source does not expose company detail pages or pagination on this route; founding dates, investment dates, status, funding, and stage are returned as empty strings when absent from the listing.
Input
No input parameters.
Response
dataobject[]data[].stage?string, default: data[].website?string (uri) | nulldata[].logo_alt?string, default: data[].logo_url?string (uri) | nulldata[].source_urlstring (uri)data[].description?string, default: data[].company_namestringdata[].founding_date?string, default: data[].company_status?string, default: data[].funding_details?string, default: data[].investment_date?string, default: data[].accelerator_batch?string, default: data[].investment_status?string, default: data[].portfolio_section?string, default: countinteger, min: 0sourcestringrequest_idstringnext_cursor?nullFields 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.