Capital Atlas runs a hosted MCP server. Point Claude Code, Codex, Cursor, or any MCP-compatible agent at the URL below and let it search funds, find contacts, and draft outreach — all from your terminal or IDE.
search_fundsSearch fund managers by stage, sector, geography, and cheque size.
search_matched_fund_managersFind fund managers matched to your startup profile automatically.
fund_manager_profileGet detailed profile for a specific fund manager including portfolio and thesis.
Search and explore the fund landscape
Authentication required. All tools require a Capital Atlas startup account. The server uses session-based auth — your agent inherits your logged-in session when you authenticate via the client commands below. Create a free account →
Select your client:
Run once in your terminal. You will be prompted to sign in via browser on first use.
claude mcp add --transport http atlas https://capitalatlas.ai/api/mcpAtlas tools appear in your next Claude Code session automatically.
Two commands: register the server, then authenticate.
Step 1 — Register the server
codex mcp add atlas --url https://capitalatlas.ai/api/mcpStep 2 — Authenticate
codex mcp login atlasAdd to claude_desktop_config.json, then restart Claude Desktop.
macOS path: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"atlas": {
"type": "http",
"url": "https://capitalatlas.ai/api/mcp"
}
}
}You will be prompted to authenticate in the browser on first tool use.
Install in one click:
Opens Cursor to install the server. You will authenticate in the browser on first tool use.
Or configure manually — add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):
{
"mcpServers": {
"atlas": {
"url": "https://capitalatlas.ai/api/mcp"
}
}
}Any client that supports remote MCP over HTTP/SSE works. Windsurf, VS Code, Zed, and other editors that follow the MCP spec can connect using the same URL above.