← nulegal.eu

INDIVIDUAL MCP TOOL

listCitingDecisions

Incoming citation edges.

nulegal.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://recht.nulegal.eu/v1/mcp

No auth detected

Connect to this endpoint to inspect the live schema for listCitingDecisions and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

nulegal.eu

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.nulegal-recht]
url = "https://recht.nulegal.eu/v1/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "nulegal-recht": {
      "type": "http",
      "url": "https://recht.nulegal.eu/v1/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: nulegal-recht
Remote MCP URL: https://recht.nulegal.eu/v1/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "nulegal-recht": {
      "url": "https://recht.nulegal.eu/v1/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "nulegal-recht": {
      "type": "http",
      "url": "https://recht.nulegal.eu/v1/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "nulegal-recht",
  "transport": "streamable-http",
  "url": "https://recht.nulegal.eu/v1/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • resolveIdentifiers — Ground a batch of German legal citations against the corpus.
  • search — One query over BOTH corpora: federal and Land statutes (lexical, with concept pinning) and court decisions (semantic — natural-language questions work well here and are the better shape for case law).
  • getNorm — The text of one provision, by default as clean Markdown — about a tenth the size of the reader page for the same provision, with no navigation, no scripts and no boilerplate.
  • listNormVersions — Every stored version of one provision, newest first, so you can find out which dates `getNorm(as_of=…)` can actually answer before you ask.
  • listCitedAuthorities — Outgoing citation edges of one decision: the statute provisions it cites (with how often it cites each — that is the Normenkette, weighted) and the decisions it relies on.
  • listCasePassages — The full text of one decision, split into its paragraphs, each with a permalink you can cite.
  • getChanges — Which provisions got a new text recently, newest first — the freshness feed, as JSON.
  • getCoverage — Corpus scope with its holes stated.