You're viewing a demo portfolio

Join the waitlist
PRSM

court_filings_multi

Active

Tool of gapup-mcp

declared in 0.2.0

Aggregate court filings, judgments and litigation records for a company or individual across five major legal jurisdictions: US (CourtListener / PACER), UK (National Archives — EWHC/EWCA/UKSC/UKUT), EU (ECHR HUDOC — European Court of Human Rights), France (Légifrance / Cour de cassation) and Germany (BGH / BVerfG). Returns structured case records with type classification (civil/criminal/antitrust/bankruptcy/administrative/unknown), status (filed/pending/decided/appealed/unknown), parties extracted from case titles, opinion URLs and verbatim snippets. Cross-case pattern recognition produces severity-ranked signals (P0–P2) for criminal, antitrust, bankruptcy, regulatory, data-breach and IP categories. Use when: due diligence on a counterparty, vendor risk assessment, competitive intelligence (litigation history), regulatory exposure mapping. All sources are public and keyless. Optional env var COURTLISTENER_API_KEY raises US rate limits beyond the default 5 req/s anonymous tier. SLA: ≤25s p95 (all jurisdictions fetched in parallel, 8s budget per source). Quality score: 20 pts per jurisdiction with ≥1 case retrieved, +10 if signals detected, +5–10 if ≥2–3 distinct sources contributed.

Parameters schema

{
  "type": "object",
  "required": [
    "party_name"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts."
    },
    "date_to": {
      "type": "string",
      "description": "ISO date YYYY-MM-DD — latest filing or decision date to include"
    },
    "date_from": {
      "type": "string",
      "description": "ISO date YYYY-MM-DD — earliest filing or decision date to include"
    },
    "party_name": {
      "type": "string",
      "maxLength": 200,
      "minLength": 2,
      "description": "Name of the company or individual to search (e.g. \"Apple Inc\", \"TotalEnergies\", \"Volkswagen AG\")"
    },
    "jurisdiction": {
      "type": "array",
      "items": {
        "enum": [
          "US",
          "UK",
          "EU",
          "FR",
          "DE"
        ],
        "type": "string"
      },
      "description": "Jurisdictions to search. Defaults to all [\"US\",\"UK\",\"EU\",\"FR\",\"DE\"]."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
court_filings_multi — gapup-mcp — PRSM MCP