← Back to Plugins
MCP Server MCP

Caplia

github By github 👁 1 views ▲ 0 votes

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

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.venture.caplia.ai/",
      "headers": [
        {
          "description": "Bearer token from Settings → API Keys in your Caplia portal. Production keys have the cap_inv_live_ prefix.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "streamable-http",
      "url": "https://mcp-sandbox.venture.caplia.ai/",
      "headers": [
        {
          "description": "Bearer token from your Caplia staging portal. Sandbox keys have the cap_inv_test_ prefix and only see test data.",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...