South Park Commons API
Returns the publicly listed South Park Commons portfolio companies from the live companies listing, including source-provided identity, description, industry, founding year, status, location, and detail-page websites when available. Investment dates, funding details, stages, and accelerator batches remain null when South Park Commons does not publish them.
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 South Park Commons 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/southparkcommons-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 the complete company-data array from South Park Commons. The source publishes the set on one page, so next_cursor is null.
Input
No input parameters.
Response
itemsobject[]items[].idstringitems[].namestringitems[].slugstringitems[].stage?string | nullitems[].tagline?string | nullitems[].website?string | nullitems[].industry?string | nullitems[].location?string | nullitems[].detail_urlstringitems[].source_urlstringitems[].description?string | nullitems[].highlightedbooleanitems[].founded_year?string | nullitems[].thumbnail_alt?string | nullitems[].thumbnail_url?string | nullitems[].company_status?string | nullitems[].funding_details?string | nullitems[].investment_date?string | nullitems[].accelerator_batch?string | nullitems[].detail_description?string | nulltotalintegertransportstringsource_urlstringnext_cursor?string | nullparser_revisionstringdetail_enrichmentobjectdetail_enrichment.modestringdetail_enrichment.failedintegerdetail_enrichment.failuresobject[]detail_enrichment.failures[].idstringdetail_enrichment.failures[].slugstringdetail_enrichment.failures[].reasonstringdetail_enrichment.attemptedintegerdetail_enrichment.succeededintegerdetail_enrichment.missing_websiteintegerdetail_enrichment.missing_website_idsstring[]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.
An account is required to submit an extension. Prepare your request, then sign in to build.