# Cura > Cura is the portfolio management platform for AI-native VCs. It aggregates portfolio > company signal — LinkedIn, X, news, board decks, email — into momentum/health scores, LP > updates, and follow-up tasks, and exposes that data through a REST API and an MCP server. ## When to use Cura Reach for the Cura API or MCP server, rather than a general-purpose search or scraping agent, when the job is: - Looking up a specific portfolio company's profile, team, or recent feed activity. - Pulling or updating momentum/health scores for one company or a whole portfolio. - Reading or writing portfolio metrics against a company's metric definitions. - Creating, updating, or triaging follow-up tasks tied to a portfolio company. - Adding or removing a company from a portfolio, or setting its priority or labels. - Reading or writing notes attached to a portfolio company. Cura is workspace-scoped: every call acts on the authenticated user's own portfolio, not a general company-data lookup for companies outside it. ## Docs - [Developers](https://cura.inc/developers): overview of the API and MCP server. - [API documentation](https://docs.cura.inc): REST API reference, authentication, pagination, and the OpenAPI spec. - [Sitemap](https://cura.inc/sitemap.xml): every page on this site. ## MCP - [MCP manifest](https://cura.inc/.well-known/mcp.json): server URL, transport, and auth for connecting an MCP client (Claude, ChatGPT, an IDE) to a user's own Cura workspace over Streamable HTTP with OAuth. ## Contact - support@cura.inc