Catalog / Accel Atoms

Accel Atoms API

atoms.accel.com

Returns the publicly listed Accel Atoms portfolio companies from the live portfolio page, including source-provided descriptions, websites, categories, cohort, founders, and detail links. Dates, funding, stage, and statuses remain empty when the source does not publish them.

  • Business
  • Accel Atoms
  • 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 Accel Atoms 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.

Fetches the live portfolio listing and follows its observed Webflow page sequence until no new companies remain.

View call pricing
cURL · Portfolio
curl --request GET --get 'https://api.agent-data.dev/atoms-accel-com/v1/portfolio' \
  --header "Authorization: Bearer $AGENT_DATA_API_KEY"

Endpoints

Inputs and response fields for every endpoint in this API.

GETPortfolio/v1/portfolio

Fetches the live portfolio listing and follows its observed Webflow page sequence until no new companies remain.

Input

No input parameters.

Response

dataobject[]
data[].stage?string | null
data[].website?string (uri) | null
data[].founders?object[]
data[].founders[].namestring
data[].founders[].role?string | null
data[].founders[].linkedin_url?string (uri) | null
data[].categories?string[]
data[].detail_url?string (uri) | null
data[].description?string | null
data[].company_namestring
data[].founded_date?string | null
data[].company_status?string | null
data[].funding_details?string | null
data[].investment_date?string | null
data[].accelerator_batch?string | null
data[].investment_status?string | null
data[].short_description?string | null
sourcestring
request_idstring
next_cursor?string | 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.