Legal Court MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_casesA | Durchsucht 3M+ US-Gerichtsentscheidungen nach Stichwörtern. Args: query: Suchbegriff(e), z.B. 'free speech first amendment' court: Optional — Gericht filtern, z.B. 'scotus' (Supreme Court), 'ca1' bis 'ca11' (Circuit Courts), 'dcd' (DC District) limit: Maximale Anzahl Ergebnisse (Standard: 10, Max: 20) Returns: Gefundene Fälle mit Name, Gericht, Datum, Zitierung und Textausschnitt. Beispiele: search_cases('copyright fair use') search_cases('miranda rights', court='scotus') search_cases('data privacy GDPR', limit=5) |
| get_case_detailsA | Holt vollständige Details eines Falls von CourtListener. Args: case_id: Die Cluster-ID oder Opinion-ID des Falls. Erhält man aus search_cases (cluster_id oder id Feld). Returns: Vollständige Falldetails: Name, Richter, Zitierungen, Präzedenzstatus und Textausschnitt der Entscheidung. Beispiele: get_case_details('2812209') # Cluster-ID |
| search_by_citationA | Findet einen Fall anhand seiner juristischen Zitierung. Args: citation: Die Zitierung, z.B. '410 U.S. 113' (Roe v. Wade), '347 U.S. 483' (Brown v. Board of Education), '384 U.S. 436' (Miranda v. Arizona) Returns: Passende Fälle mit vollständigen Metadaten. Beispiele: search_by_citation('410 U.S. 113') search_by_citation('554 U.S. 570') |
| get_court_infoA | Holt Informationen über ein bestimmtes Gericht. Args: court_id: Die Court-ID, z.B.: 'scotus' — US Supreme Court 'ca1' bis 'ca11' — US Circuit Courts 'cafc' — Federal Circuit 'cadc' — DC Circuit 'dcd' — DC District Court 'nyed', 'nysd' — NY District Courts Returns: Gerichtsname, Jurisdiktion, Gründungsdatum und Status. Beispiele: get_court_info('scotus') get_court_info('ca9') |
| search_judgesA | Sucht Richter nach Name und zeigt deren Informationen. Args: name: Name des Richters, z.B. 'Ruth Bader Ginsburg', 'John Roberts', 'Sonia Sotomayor' Returns: Richter-Informationen: Name, Gericht, Ernennung, politische Zugehörigkeit. Beispiele: search_judges('Ketanji Brown Jackson') search_judges('Clarence Thomas') |
| search_eu_lawA | Durchsucht EU-Recht und Rechtsprechung über EUR-Lex. Args: query: Suchbegriff(e) auf Englisch, z.B. 'data protection', 'consumer rights', 'competition law' limit: Maximale Anzahl Ergebnisse (Standard: 10, Max: 20) Returns: EU-Rechtsakte und Urteile mit Titel, CELEX-Nummer und Datum. Beispiele: search_eu_law('artificial intelligence regulation') search_eu_law('GDPR data protection', limit=5) |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AiAgentKarl/legal-court-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server