What is the Splitifi Intelligence MCP MCP server?
Outcome predictions and judge profiles from 2,741 ML models trained on 30.3M court records.
How to install Splitifi Intelligence MCP
Copy-paste configuration for popular MCP clients.
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.
{
"mcpServers": {
"splitifi-mcp": {
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
],
"env": {
"SPLITIFI_API_KEY": "<YOUR_SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<YOUR_SPLITIFI_API_URL>"
}
}
}
}{
"mcpServers": {
"splitifi-mcp": {
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
],
"env": {
"SPLITIFI_API_KEY": "<YOUR_SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<YOUR_SPLITIFI_API_URL>"
}
}
}
}{
"mcpServers": {
"splitifi-mcp": {
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
],
"env": {
"SPLITIFI_API_KEY": "<YOUR_SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<YOUR_SPLITIFI_API_URL>"
}
}
}
}{
"servers": {
"splitifi-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"splitifi-mcp"
],
"env": {
"SPLITIFI_API_KEY": "<YOUR_SPLITIFI_API_KEY>",
"SPLITIFI_API_URL": "<YOUR_SPLITIFI_API_URL>"
}
}
}
}claude mcp add splitifi-mcp --env SPLITIFI_API_KEY=<YOUR_SPLITIFI_API_KEY> --env SPLITIFI_API_URL=<YOUR_SPLITIFI_API_URL> -- npx -y splitifi-mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.