Sacra exposes its company data API as an MCP server, letting AI agents call Sacra tools — company profiles, funding rounds, revenue signals, recent news, and in-depth research reports — directly inside a conversation. There are three ways to connect depending on whether you want a no-code integration with an existing AI app, a backend integration you control, or a third-party platform that supports custom MCP servers. For a product overview, see Sacra MCP.Documentation Index
Fetch the complete documentation index at: https://docs.sacra.com/llms.txt
Use this file to discover all available pages before exploring further.
ChatGPT & Claude clients
Connect Sacra to ChatGPT or Claude via OAuth — no API key or code required.
Server-side agents / SDKs
Call Sacra MCP from your own backend using a Sacra API key and any agent SDK.
Integrations via MCP
Connect Sacra to Intercom Fin, Cursor, Windsurf, and any other MCP-compatible platform.
ChatGPT & Claude clients
The fastest way to get started. Connect Sacra to ChatGPT or Claude via OAuth in a couple of minutes — no API key or code required. Once connected, you can ask either app to look up companies, pull funding history, or generate investment memos grounded in Sacra data just by telling it to use Sacra.ChatGPT App for Sacra
Create a custom app in ChatGPT’s advanced settings using Sacra’s MCP URL and authenticate via OAuth.
Claude Connector for Sacra
Add Sacra as a custom connector in Claude’s settings and authenticate via OAuth.
Server-side agents / SDKs
For building your own backend features — a company brief generator, a research copilot, or a chat experience — Sacra MCP can be called directly from your server using a Sacra API key. You connect tohttps://mcp.sacra.com/mcp over Streamable HTTP, pass the key in the Authorization header, and use any agent SDK to orchestrate calls to Sacra tools. The server-side article includes a full TypeScript example using the OpenAI Agents SDK that generates an investor-style company brief.
Server-side agents / SDKs
Full walkthrough with prerequisites, environment setup, and a working TypeScript example.
Integrations via MCP
Sacra MCP works in any platform that accepts a custom MCP server URL — Intercom Fin, Cursor, Windsurf, Zed, and more. Point the platform athttps://mcp.sacra.com/mcp and authenticate with OAuth or a Sacra API key.
Integrations via MCP
How-to guides for Intercom Fin, Cursor, and a platform reference table.
Building with LLMs & AI agents
A deep dive into the available MCP tools and how agents chain them together to answer real questions.