Catalog
io.github.mysplitifi/splitifi-mcp
OfficialSplitifi Intelligence MCP
Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records.
Predicts court outcomes and profiles judges using ML models trained on 30M records.
README not available yet.
Install
Configuration
Environment variables
SPLITIFI_API_KEYrequiredsecretYour Splitifi API key. Get one at mysplitifi.com/developers. Keys start with sk_live_ (production) or sk_test_ (sandbox — all tools unlocked, synthetic responses).
SPLITIFI_API_URLOverride the backend URL. Defaults to https://backend.mysplitifi.com/api/v1/intelligence. Set to http://localhost:8080/api/v1/intelligence for local development.
claude_desktop_config.json
{
"mcpServers": {
"splitifi-mcp": {
"command": "npx",
"args": [
"-y",
"splitifi-mcp@2.1.1"
],
"env": {
"SPLITIFI_API_KEY": "<YOUR_SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<YOUR_SPLITIFI_API_URL>"
}
}
}
}