500 Global API
Returns facts published by 500 Global's public portfolio page, including its aggregate investment statement, explicitly named example companies, and logo assets. The page does not publish a complete company record collection or pagination; the linked directory API currently returns an authenticated application shell, so unavailable company fields remain empty and are not 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 500 Global 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/500-co/v1/portfolio' \
--header "Authorization: Bearer $AGENT_DATA_API_KEY"Endpoints
Inputs and response fields for every endpoint in this API.
GETPortfolio/v1/portfolio
Reads the public portfolio page live. `tenant` is restricted to `global` because that is the source URL requested. The response preserves the eight company names explicitly listed in the page description with all unobserved fields empty; it does not turn logo assets or the aggregate claim into guessed records.
Input
tenantOptionalQuery · string, default: global500.co portfolio tenant. Only the publicly requested global tenant is supported.
Example: global
Response
companiesobject[]companies[].stage?string, default: companies[].status?string, default: companies[].website?string, default: companies[].categories?string[]companies[].source_url?string, default: companies[].description?string, default: companies[].company_name?string, default: companies[].founding_date?string, default: companies[].funding_details?string, default: companies[].investment_date?string, default: companies[].accelerator_batch?string, default: countriesstringdisclaimerstringlogo_countinteger, min: 0page_titlestringsource_urlstring (uri)logo_assetsobject[]coverage_notestringpage_descriptionstringpagination_publishedbooleaninvested_company_countstringcompany_records_publishedbooleannamed_company_examples_publishedbooleanFields 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.