Caplia is an MCP server for venture-capital pitch-deck scoring and deal-flow management. AI agents — Claude Desktop, Cursor, ChatGPT, Windsurf, or any MCP client — submit pitch decks, get back CRI (Caplia Readiness Index) quality scores plus thesis-fit scores, list companies in the caller's pipeline, pull data-room contents, and poll async jobs. Built for VC funds, accelerators, angel networks, and corporate-development teams. 12 tools (search/list/get companies, get CRI + thesis scores, list documents + signed URLs, submit decks for scoring). Production: https://mcp.venture.caplia.ai/ (cap_inv_live_* keys). Sandbox: https://mcp-sandbox.venture.caplia.ai/ (cap_inv_test_* keys). Auth: Bearer token from Caplia portal → Settings → API Keys. Docs: https://docs.venture.caplia.ai/integrations/mcp
サーバー設定
{
"mcpServers": {
"caplia": {
"url": "https://mcp.venture.caplia.ai/",
"headers": {
"Authorization": "Bearer cap_inv_live_YOUR_KEY_HERE"
}
}
}
}