Catalog / Iterative

Iterative API

iterative.vc

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.

  • Business
  • Iterative
  • portfolio
  • venture capital
  • 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 Iterative 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 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.

View call pricing
cURL · Portfolio
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) | null
data[].logo_alt?string, default:
data[].logo_url?string (uri) | null
data[].source_urlstring (uri)
data[].description?string, default:
data[].company_namestring
data[].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: 0
sourcestring
request_idstring
next_cursor?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.