← Back to Plugins
MCP Server MCP

Splitifi Intelligence MCP

github By github 👁 1 views ▲ 0 votes

Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "splitifi-mcp",
      "version": "2.1.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Splitifi API key. Get one at mysplitifi.com/developers. Keys start with sk_live_ (production) or sk_test_ (sandbox — all tools unlocked, synthetic responses).",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "SPLITIFI_API_KEY"
        },
        {
          "description": "Override the backend URL. Defaults to https://backend.mysplitifi.com/api/v1/intelligence. Set to http://localhost:8080/api/v1/intelligence for local development.",
          "format": "string",
          "name": "SPLITIFI_API_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...