Seedcamp API
Returns the publicly listed portfolio rows present in Seedcamp's live Our Companies response. Results are paginated; fields not published by the listing or acquired detail pages are returned as null. The source's client-side sector filters are preserved as categories. The retained source exposes no separate upstream pagination total, so completeness beyond the observed response is unresolved.
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 Seedcamp 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/seedcamp-com/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETPortfolio/v1/portfolio
Fetch a page of the observed live Seedcamp listing response. Use page until next_page is null; the source exposes no separate upstream pagination total in the retained response.
Input
pageOptionalQuery · integer, min: 1, max: 1000, default: 1One-based page number.
Example: 1
page_sizeOptionalQuery · integer, min: 1, max: 100, default: 50Number of companies per page, from 1 to 100.
Example: 50
Response
pageintegeritemsobject[]items[].namestringitems[].stage?string | nullitems[].website?string | nullitems[].categories?string[]items[].detail_url?string | nullitems[].source_urlstringitems[].description?string | nullitems[].listing_year?string | nullitems[].founding_date?string | nullitems[].company_status?string | nullitems[].funding_details?string | nullitems[].investment_date?string | nullitems[].accelerator_batch?string | nullitems[].investment_status?string | nullitems[].profile_published_date?string | nulltotalintegersourcestringnext_pageinteger | nullpage_sizeintegerdetail_enrichmentobjectFields 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.