🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

inmigreat-mcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

inmigreat-mcp

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.

latest
Source
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

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

ToolDescription
list_casesList your owned cases (USCIS + EOIR)
get_caseFull case detail by ID
add_caseAdd a USCIS case by receipt number
refresh_caseRefresh case status from USCIS API
get_uscis_analyticsProcessing forecast, outcomes, service center comparison

Judge Intelligence

ToolDescription
list_judgesSearch immigration judges with grant rates
get_judgeFull statistics from 10.6M EOIR FOIA cases
compare_judgesSide-by-side comparison (venue strategy)

AI & Analysis

ToolDescription
predict_caseAI outcome prediction (judge × nationality × relief type)
ask_lexiChat with Lexi AI immigration assistant
search_precedentsSemantic search in legal precedent knowledge base
generate_reportFull hearing preparation report (Claude Opus)
generate_briefAsync PDF brief generation

Leads & Coaching

ToolDescription
list_leadsList matched client leads
claim_leadClaim a lead (sends warm intro to client)
list_coachingList enrolled coaching clients
get_coaching_progressClient 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

Keywords

mcp

FAQs

Package last updated on 21 May 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts