{
  "name": "judikatura-mcp",
  "version": "1.3.0",
  "description": "Slovak legal MCP server. Semantic search over 7,325 decisions of the Supreme Administrative Court of the Slovak Republic (NSS SR) with structured legal reasoning sections. Slovak-language corpus, updated daily. GDPR pseudonymization by design, Art. 28 DPA available, 99.5% SLA. Coverage: NSS SR (cassation instance); first-instance administrative courts, the Supreme Court (NS SR) and the Constitutional Court (US SR) are not yet included.",
  "homepage": "https://lexvector.eu",
  "endpoint": "https://api.lexvector.eu/mcp",
  "transport": "streamable-http",
  "spec_version": "2025-11-25",
  "authentication": {
    "type": "bearer",
    "description": "Bearer token required. DEMO key (search-only, 10 req/min) available at lexvector.eu/demo. Full key requires SLA contract."
  },
  "tools": [
    {
      "name": "hladaj_rozhodnutie",
      "description": "Semantic search across 7,325 decisions of the Supreme Administrative Court of the Slovak Republic. Returns doc_id, sp_zn, court, date, pseudonymized excerpt.",
      "parameters": {
        "query": {
          "type": "string",
          "description": "Natural language or legal search query in Slovak",
          "required": true
        },
        "limit": {
          "type": "integer",
          "description": "Number of results (default 10, max 20)",
          "required": false
        }
      }
    },
    {
      "name": "detail_rozhodnutia",
      "description": "Fetch full pseudonymized text and metadata of a single court decision by doc_id.",
      "parameters": {
        "doc_id": {
          "type": "string",
          "description": "Decision identifier from hladaj_rozhodnutie results (format: {court_prefix}_{guid})",
          "required": true
        }
      }
    },
    {
      "name": "zdravie_systemu",
      "description": "Liveness check — returns API status, ChromaDB doc_count, and uptime.",
      "parameters": {}
    }
  ],
  "tags": [
    "legal",
    "slovak-law",
    "court-decisions",
    "case-law",
    "administrative-law",
    "GDPR-compliant",
    "rag",
    "search",
    "NSS"
  ],
  "license": "Proprietary",
  "contact": "hello@lexvector.eu"
}
