npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

splitifi-mcp

v2.2.0

Published

Splitifi Intelligence MCP — outcome predictions, judge profiles, and legal workflows powered by 4,819 ML models trained on 102M+ court records. Serves litigants, attorneys, judges, mediators, CDFAs, and litigation funders.

Readme

Splitifi Intelligence MCP

Connect Claude to Splitifi's legal AI engine — 2,741 ML models trained on 30.3M court records, 16,302 verified judges, and outcome data from 2.5M+ analyzed cases.

Built for attorneys, litigants, litigation funders, CDFAs, mediators, and judges navigating family law, commercial litigation, and beyond.


What You Get

Tools (190+)

  • Outcome predictions: custody, asset division, spousal support, child support, 30+ legal verticals
  • Judge intelligence: grant rates, reversal rates, behavioral patterns, motion timing
  • Comparable case analysis: outcome distributions across 2.5M+ real cases
  • Calculators: child support (all 50 states), spousal support, divorce cost, home buyout, co-parenting cost
  • Strategy paths: negotiation vs. litigation analysis, BATNA, settlement windows
  • Financial forensics: EDGAR defendant screening, hidden asset flags, income suppression detection
  • International screening: UK, Canada, Australia, EU corporate, UN sanctions, UAE, Israel, MENA
  • Forms and checklists: jurisdiction-specific court forms, guided document checklists
  • Litigation finance: IRR modeling, award range prediction, recovery probability

Prompts (power-user workflows)

  • analyze_case_senior_partner — full IRAC analysis with Splitifi predictions woven in
  • draft_settlement_brief — structured settlement memo with BATNA and walk-away threshold
  • prepare_motion_filing — pre-file judge + precedent + motion score memo
  • litigant_triage — 5-task next-step plan for pro se litigants

Resources (reference data)

  • splitifi://stats/platform — authoritative model and data counts
  • splitifi://model/{name}/card — training data, ECE, AUC for any production model
  • splitifi://jurisdiction/{code}/guide — divorce law reference by state or country

Setup

1. Get an API key

Create an account at mysplitifi.com/developers. Keys start with sk_live_ (production) or sk_test_ (sandbox — all tools unlocked, synthetic responses).

2. Add to Claude Desktop

Open claude_desktop_config.json (Mac: ~/Library/Application Support/Claude/, Windows: %APPDATA%\Claude\):

{
  "mcpServers": {
    "splitifi": {
      "command": "npx",
      "args": ["-y", "splitifi-mcp"],
      "env": {
        "SPLITIFI_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Restart Claude Desktop. You should see the Splitifi tools appear in the tool selector.

3. (Optional) Point at a local backend

"env": {
  "SPLITIFI_API_KEY": "sk_test_local",
  "SPLITIFI_API_URL": "http://localhost:8080/api/v1/intelligence"
}

Tool Scoping

At startup, the server calls your account's /me endpoint to fetch enabled_verticals. Only tools within your plan's enabled verticals are registered. Sandbox keys (sk_test_*) unlock all verticals.

If the backend is unreachable at startup, all tools are registered and the backend enforces authorization at call time.


Example Prompts

Custody prediction:

"Using Splitifi, predict the likely custody outcome for my client in Hillsborough County, FL. 12-year marriage, 2 children ages 6 and 9, father is primary earner ($140K), mother was primary caregiver, no DV history."

Judge intel before a motion:

"Use the Splitifi prepare_motion_filing prompt for case ABC-123, motion_type: temporary_support"

Settlement analysis:

"Analyze this settlement offer using Splitifi: $280K lump sum, no alimony, 60/40 custody. Case is in Palm Beach County, FL, 8-year marriage, combined assets $520K."

Litigation funder due diligence:

"Run Splitifi EDGAR screening on Acme Corp as the defendant in this securities case. Then predict the case outcome and award range."


Vertical Coverage

| Tier | Verticals | |------|-----------| | Standard | Personal Injury, Criminal Defense, Employment, Immigration, Civil Rights, ADR, Litigation Analytics, Game Theory, Appellate, Estate, Insurance, Legal Ethics, Class Action, Document Intelligence | | Premium | Family Law Deep, Tax, Real Estate, IP/Patent, Securities, Antitrust, Bankruptcy, Government Contracts, Construction, Healthcare, Environmental, Cybersecurity, Emerging Technology, Sports/Entertainment, International Trade, Judge Analytics, Firm Analytics |


Architecture

The standalone MCP server (splitifi-mcp) is a thin stdio client that forwards all tool calls to backend.mysplitifi.com/api/v1/intelligence via X-Splitifi-Key authentication. No data is stored locally.

For claude.ai integration (OAuth), use the backend-native MCP endpoint at https://backend.mysplitifi.com/api/v1/intelligence/mcp.


License

MIT. Predictions are informational — not legal advice. Always verify with licensed counsel in the relevant jurisdiction.