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

inmigreat-mcp

v0.1.2

Published

MCP server for Inmigreat Pro — immigration case intelligence for attorneys. 17 tools: case management, judge analytics, AI predictions, legal precedent search, lead matching, client coaching, and more.

Downloads

353

Readme

inmigreat-mcp

Immigration case intelligence for U.S. attorneys — via Model Context Protocol.

npm MCP Registry

What it does

Connect your AI assistant (Claude Desktop, Cursor, Windsurf, etc.) to your Inmigreat Pro workspace. Query your cases, analyze judges, run predictions, search legal precedents, and manage leads — all from your IDE or AI chat.

Setup

{
  "mcpServers": {
    "inmigreat": {
      "command": "npx",
      "args": ["-y", "inmigreat-mcp"],
      "env": {
        "INMIGREAT_API_KEY": "imp_your_token_here"
      }
    }
  }
}

Get your API key at: https://app.inmigreat.pro/mcp

Tools (17)

Case Management

| Tool | Description | |------|-------------| | list_cases | List your owned cases (USCIS + EOIR) | | get_case | Full case detail by ID | | add_case | Add a USCIS case by receipt number | | refresh_case | Refresh case status from USCIS API | | get_uscis_analytics | Processing forecast, outcomes, service center comparison |

Judge Intelligence

| Tool | Description | |------|-------------| | list_judges | Search immigration judges with grant rates | | get_judge | Full statistics from 10.6M EOIR FOIA cases | | compare_judges | Side-by-side comparison (venue strategy) |

AI & Analysis

| Tool | Description | |------|-------------| | predict_case | AI outcome prediction (judge × nationality × relief type) | | ask_lexi | Chat with Lexi AI immigration assistant | | search_precedents | Semantic search in legal precedent knowledge base | | generate_report | Full hearing preparation report (Claude Opus) | | generate_brief | Async PDF brief generation |

Leads & Coaching

| Tool | Description | |------|-------------| | list_leads | List matched client leads | | claim_lead | Claim a lead (sends warm intro to client) | | list_coaching | List enrolled coaching clients | | get_coaching_progress | Client readiness score and session history |

Example Usage

You: "What's the grant rate for Judge Beese in the 7th Circuit?"
→ Claude calls get_judge with name "Beese"
→ Returns: 1% grant rate, 824 cases, HIGH RISK

You: "Search for precedents about Cuban political opinion asylum"
→ Claude calls search_precedents
→ Returns: Gonzalez v. U.S. AG (11th Cir. 2016), Matter of D-R- (BIA 2022), etc.

You: "Add case MSC2590065357 for my client Maria Lopez"
→ Claude calls add_case
→ Looks up USCIS API, creates case in your workspace

You: "Generate a hearing report for Rivero's case before Judge Beese"
→ Claude calls generate_report
→ Returns full strategic analysis with precedent citations

Requirements

  • Active Inmigreat Pro subscription (Pro or Firm tier)
  • API key generated from https://app.inmigreat.pro/mcp
  • Node.js 18+ (for npx)

Data Sources

  • EOIR FOIA: 10.6 million immigration court cases (2001-2026)
  • USCIS API: Real-time case status lookups
  • Legal Precedent KB: 30+ foundational + recent cases with semantic search
  • Consumer Base: 300K+ immigrants for lead matching

Security

  • All requests authenticated via bearer token (SHA-256 hashed, never stored in plain text)
  • Scoped permissions per token (cases:read, judges:read, predictions:run, lexi:invoke, leads:read/write)
  • Full audit trail of every tool invocation
  • Data isolated per attorney — you only see your own cases

Links

  • Web App: https://app.inmigreat.pro
  • API Key: https://app.inmigreat.pro/mcp
  • Support: [email protected]