
Caplia
- Caplia-Tech/caplia-investor
Caplia is an MCP server that scores pitch decks, matches deals to investor thesis, and manages VC deal flow through Streamable HTTP remotes.
About
Caplia is a remote MCP server aimed at investors and founders who want agent-assisted diligence on pitch materials and pipeline. developers raising pre-seed or seed can connect Claude Code, Cursor, or other MCP clients to score decks against a thesis, surface fit gaps, and organize deal flow instead of juggling spreadsheets and PDFs manually. Production traffic uses https://mcp.venture.caplia.ai/ with live API keys; sandbox uses https://mcp-sandbox.venture.caplia.ai/ for safe iteration on test data. The server is version 1.0.0 and ships from the caplia-investor repo under supabase/functions/mcp-v1. It is not a generic CRM—expect Caplia account setup and VC-oriented semantics. Best when you already have a deck and want structured, repeatable agent calls into Caplia’s venture stack.
- Remote Streamable HTTP MCP with production and sandbox endpoints (cap_inv_live_ vs cap_inv_test_ API keys)
- Pitch-deck scoring and thesis-fit matching for VC-style diligence workflows
- Deal-flow management tools exposed to the agent via MCP
- Bearer auth from Caplia portal Settings → API Keys
- Documented at docs.venture.caplia.ai/integrations/mcp
Caplia by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add --transport http caplia https://mcp.venture.caplia.ai/ --header "Authorization: Bearer YOUR_TOKEN"Add your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Transport | HTTP |
|---|---|
| Auth | Required |
| Repository | Caplia-Tech/caplia-investor ↗ |
What it does
Score pitch decks, match startups to investor thesis, and manage VC deal flow from Claude or Cursor without leaving the agent.
Who is it for?
Best when you have a Caplia account and want agent-driven deck scoring and thesis checks during validate.
Skip if: Skip if you have no fundraising step, no Caplia portal access, or needs unrelated to pitch decks and investor pipeline.
What you get
After you register the remote MCP and API key, your agent can invoke Caplia scoring and deal-flow actions inside fundraising and validation workflows.
- Agent-callable pitch-deck scores and thesis-fit signals from Caplia
- Deal-flow actions synchronized with your Caplia workspace
- Repeatable sandbox vs production MCP configuration
By the numbers
- MCP server version 1.0.0
- 2 remote endpoints (production and sandbox Streamable HTTP)
- Repository subfolder: supabase/functions/mcp-v1
Recommended MCP Servers
How it compares
VC diligence MCP integration, not a general-purpose brainstorming or coding skill.
FAQ
Who is Caplia for?
Founders and investor-side users on Caplia who want Claude, Cursor, or other MCP clients to score decks, check thesis fit, and work deal flow via authorized API calls.
When should I use Caplia?
Use it during validate when you are refining pitch narrative, comparing fit to a thesis, or managing inbound deals—not as your primary code editor integration.
How do I add Caplia to my agent?
Add the Streamable HTTP remote (production or sandbox URL), set Authorization to a Bearer token from Caplia Settings → API Keys, and follow docs.venture.caplia.ai/integrations/mcp.