Families Fund Public API

Agent discovery and public metadata

These endpoints are public and read-only. They exist to help agents and integrations discover the fund profile, service health, and machine-readable metadata without scraping the homepage.

Endpoints

GET /api/profile

Returns the full public profile, including contacts, manifesto, materials, and portfolio links.

GET /api/manifesto

Returns the homepage body text and manifesto lines in structured JSON.

GET /api/portfolio

Returns portfolio company names and links, with optional filtering by portfolio group.

GET /api/materials

Returns the public deck link, memo link, and the best email for materials requests.

GET /api/health

Returns a lightweight health payload for status checks.

POST /mcp

Read-only MCP endpoint exposing overview, manifesto, portfolio, contact, and materials tools.

Discovery Documents

/docs/api/openapi.json

OpenAPI description for the public JSON endpoints.

/.well-known/api-catalog

API catalog in RFC 9727 Linkset format.

/.well-known/mcp/server-card.json

MCP server discovery metadata for the HTTP endpoint.