Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

Caplia

REMOTE · MCP-SANDBOX.VENTURE.CAPLIA.AI · 2 COMPONENTS · SCANNED AUG 3

MCP server for VC pitch-deck scoring, thesis-fit matching, and deal-flow management.

+12 this week 34 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security86
Transport & Reachability0
Schema Quality & AI Usability0
  • Schema blocked by authentication: the endpoint requires auth we don't have to read it. See how to fix → Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.Unverified
Capabilities0
  • Capabilities blocked by authentication: the endpoint requires auth we don't have to read them. See how to fix → Unverified

Unverified: 5 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp-sandbox.venture.caplia.ai

# add to Claude Code
claude mcp add --transport http caplia-tech-caplia https://mcp-sandbox.venture.caplia.ai/
# ~/.codex/config.toml
[mcp_servers.caplia-tech-caplia]
url = "https://mcp-sandbox.venture.caplia.ai/"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "caplia-tech-caplia": {
      "type": "remote",
      "url": "https://mcp-sandbox.venture.caplia.ai/",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add caplia-tech-caplia --url https://mcp-sandbox.venture.caplia.ai/ --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  caplia-tech-caplia:
    url: "https://mcp-sandbox.venture.caplia.ai/"
// mcp.json
{
  "mcpServers": {
    "caplia-tech-caplia": {
      "type": "http",
      "url": "https://mcp-sandbox.venture.caplia.ai/"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 31 Jul 26 +12
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 0
    • Endpoint reachability: reachable → behind authorisation security
  • 27 Jul 26 −40
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 62

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp-sandbox.venture.caplia.ai/

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=caplia.ai CN=WE1,O=Google Trust Services,C=US 10 Jul 2026 8 Oct 2026 ECDSA 256 ECDSA-SHA256 5305f3b49ca8093a13dc44f9dd0e794c
SANs: caplia.ai, mcp-sandbox.venture.caplia.ai, *.mcp-sandbox.venture.caplia.ai
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcp-sandbox.venture.caplia.ai. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
ai. present 3799 8 Verified
caplia.ai. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On connection
HTTP status 401

WWW-Authenticate challenge Bearer realm="mcp", resource_metadata="https://mcp-sandbox.venture.caplia.ai/.well-known/oauth-protected-resource"

Bearer realm="mcp", resource_metadata="https://mcp-sandbox.venture.caplia.ai/.well-known/oauth-protected-resource"
Header Value
strict-transport-security max-age=31536000; includeSubDomains; preload
www-authenticate Bearer realm="mcp", resource_metadata="https://mcp-sandbox.venture.caplia.ai/.well-known/oauth-protected-resource"

Protected resource metadata

Document https://mcp-sandbox.venture.caplia.ai/.well-known/oauth-protected-resource
Retrieved Yes
Resource https://mcp-sandbox.venture.caplia.ai
Authorisation server https://mcp-sandbox.venture.caplia.ai
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp-sandbox.venture.caplia.ai/ Auth required 401
http (plaintext) http://mcp-sandbox.venture.caplia.ai/ Served over HTTP 200
MCP tools — 13 exposed · ~1,118 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
caplia_get_company ~47

Fetch the full profile of one company by UUID: name, problem statement, industry, stage, website, founders, fundraising round, etc.

NameTypeReqDescription
idstringyesCompany UUID

No output schema declared.

No examples provided.

caplia_get_company_metrics ~42

Get traction and key metrics for a company: revenue, growth, headcount, fundraising round milestones, etc.

NameTypeReqDescription
idstringyesCompany UUID

No output schema declared.

No examples provided.

caplia_get_company_scores ~70

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.

NameTypeReqDescription
idstringyesCompany UUID

No output schema declared.

No examples provided.

caplia_get_document_url ~56

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.

NameTypeReqDescription
idstringyesDocument UUID

No output schema declared.

No examples provided.

caplia_get_job ~63

Poll the status of an async job (typically the result of a deck submission). Returns `{ status, company_id, results, errors }`. Recommended polling cadence: every 3 seconds.

NameTypeReqDescription
idstringyesJob UUID from POST /v1/decks

No output schema declared.

No examples provided.

caplia_get_view_companies ~49

Fetch the companies belonging to a named pipeline view (e.g. `deal-flow`, `my-pipeline`).

NameTypeReqDescription
keystringyesView key from caplia_list_views

No output schema declared.

No examples provided.

caplia_list_companies ~117

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.

NameTypeReqDescription
cursorstringPagination cursor from a previous response
limitinteger
stagestringFilter to one pipeline stage
viewstringFilter to a named pipeline view (e.g. my-pipeline)

No output schema declared.

No examples provided.

caplia_list_company_documents ~59

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.

NameTypeReqDescription
idstringyesCompany UUID

No output schema declared.

No examples provided.

caplia_list_properties ~77

List the team's custom properties (e.g. an awards programme's "Award Category") with their selectable options. Properties are configured per team inside Caplia, so call this before caplia_submit_deck when you want to tag a submission — pass selections via its `properties` argument using the option ids (rename-proof) or labels.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

caplia_list_theses ~35

List the team's active investment theses with their descriptions. Useful for an agent that's reasoning about whether a deal fits a thesis.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

caplia_list_views ~50

List the team's configured pipeline views (e.g. Deal Flow, My Pipeline, Screening). Each view has a key that can be used as the `view` argument on caplia_list_companies.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

caplia_search ~71

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.

NameTypeReqDescription
limitinteger
qstringyesSearch query (company name)

No output schema declared.

No examples provided.

caplia_submit_deck ~382

Submit a pitch deck (PDF) to the caller's Caplia pipeline. The deck flows through the same intake pipeline as web uploads and email forwards: text extraction → company shell creation → CRI scoring → thesis matching. Returns `{ job_id, status: "queued", poll_url }` immediately; use `caplia_get_job` with the returned id to watch the company and scores land (typically 30s-2min). Requires a key with the `write` scope.

NameTypeReqDescription
company_namestringPre-tag the deck with a company name your CRM already knows. The worker uses it when creating the company shell. Optional.
company_urlstringPre-tag with the company's website (e.g. "https://tesla.com"). Helps the extraction step. Optional.
file_b64stringyesBase64-encoded contents of the PDF file. Most MCP clients (Claude Desktop, Cursor) can read a local PDF and base64-encode its bytes. Max 50 MB decoded.
filenamestringOriginal filename for human-readable display in the intake log (e.g. "tesla-seed-deck.pdf"). Optional but recommended.
founder_emailstringFounder/contact email — becomes the company's primary contact card. Optional.
founder_namestringFounder/contact name — becomes the company's primary contact card. Optional.
notesstringFree-form context from your CRM — "Met at YC demo day", "warm intro from X". Surfaces in the intake event payload. Optional.
propertiesobjectTag the deal with the team's custom properties, e.g. {"Award Category": "Climate Tech"}. Keys are property names or ids, values are option labels or ids — discover them with caplia_list_properties. U…

No output schema declared.

No examples provided.