skills: {'id': 'caplia_search', 'name': 'caplia_search', 'description': "Search Caplia for companies in the caller's pipeline by name. Returns up to 25 matches with id, name, website, industry, and stage. Use this to find a company before fetching its full profile.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_list_companies', 'name': 'caplia_list_companies', 'description': "List companies in the caller's pipeline. Supports cursor pagination (`cursor` from the previous response's `next_cursor`) and filtering by `stage` or by named `view`. Use `limit` (default 25, max 100) to bound the page size.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_get_company', 'name': 'caplia_get_company', 'description': 'Fetch the full profile of one company by UUID: name, problem statement, industry, stage, website, founders, fundraising round, etc.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_get_company_scores', 'name': 'caplia_get_company_scores', 'description': "Get the CRI score and per-thesis match scores for a company. Returns `{ cri: { score, scored_at, domains }, thesis_matches: [...] }`. Useful when an agent needs to reason about how a company fits the team's investment theses.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_get_company_metrics', 'name': 'caplia_get_company_metrics', 'description': 'Get traction and key metrics for a company: revenue, growth, headcount, fundraising round milestones, etc.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_list_company_documents', 'name': 'caplia_list_company_documents', 'description': 'List all data-room documents attached to a company: pitch decks, financial models, founder updates, term sheets. Each entry has id, name, folder, type, size, and created_at.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_get_document_url', 'name': 'caplia_get_document_url', 'description': 'Get a 1-hour signed download URL for a specific data-room document. The agent can fetch the bytes directly from the returned URL — file content does not pass through the API.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'caplia_list_theses', 'name': 'caplia_list_theses', 'description': "List the team's active investment theses with their descriptions. Useful for an agent that's reasoning about whether a deal fits a thesis.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 387.1ms; conformance: pass
How to connect
https://mcp.venture.caplia.ai
curl -X POST https://mcp.venture.caplia.ai \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'