lex-oracle
artificer/lex-oracleDeterministic, citable legislative blueprints for Slovak and Czech law. Eliminates LLM hallucinations in regulated payroll, tax, garnishment, travel, and B2B computations.
Tools · 14
List all blueprints available in Lex.Oracle. Each entry contains: id, title, jurisdiction, status, version, summary.
Retrieve a complete legislative blueprint by blueprint_id. The blueprint contains: axiomatic_core (rate constants with effective dates), execution_order (numbered steps), logic_flow (pseudocode + edge…
Retrieve the complete blueprint for Slovak salary garnishment — the thirds system (NV 268/2006 + Execution Code 233/1995 §70–§72). Covers: non-deductible base, dependant increments, thirds split, over…
Retrieve the complete blueprint for Slovak domestic travel allowances — Act 283/2002 (meal allowances §5, vehicle km reimbursement §7, accommodation passthrough §8, miscellaneous passthrough §9). Cove…
Retrieve the complete blueprint for Slovak annual tax reconciliation — §38 Zákon 595/2003 Z.z. (ročné zúčtovanie preddavkov na daň zo závislej činnosti). Covers: 12-month aggregation, NČZD na daňovník…
Retrieve the complete blueprint for Slovak SZČO annual insurance settlement — 461/2003 Z.z. §138 ods. 2 (SP) + 580/2004 Z.z. §13 ods. 2 + §19 (ZP). Covers: VZ = (ZD + paid SP + paid ZP) / 1.486 / divi…
Retrieve the complete blueprint for Slovak VAT (DPH) — Zákon 222/2004 Z. z. Covers: §27 sadzby (zákl. 23 %, stredná 19 %, znížená 5 %, nulová 0 % od 2025-01-01), daň na výstupe §19, odpočet §49 (plný/…
Retrieve the complete blueprint for Slovak corporate income tax (DPPO) — Zákon 595/2003 Z. z. §15 v znení od 2025-01-01 (novela 278/2024). Covers: 3 sadzby (mikro 10 % ≤ 60 000 EUR / štandard 21 % / v…
Retrieve the complete blueprint for Slovak tax depreciation — Zákon 595/2003 Z. z. §22-§28. Covers: 7 odpisových skupín (2/4/6/8/12/20/40 rokov), rovnomerné §27 s pomerom v 1. roku ((13−mesiac)/12), z…
Retrieve the complete blueprint for Slovak annual health-insurance settlement (RZ ZP) — Zákon 580/2004 Z. z. §19. Covers: agregácia VZ (zamestnanec, SZČO, dividendy, iné), temporal sadzba SZČO (14 % d…
Retrieve the complete blueprint for Slovak withholding tax — Zákon 595/2003 Z. z. §43. Covers: štandard 19 % (úroky, licenčné, dividendy PO), dividendy FO 7 % od 2017, override 35 % pre nespolupracujú…
Retrieve the complete blueprint for Czech net wage calculation — Zákon 589/1992 Sb. (SP 7.1% = 6.5% důchodové + 0.6% nemocenské od 2024-01-01) + Zákon 592/1992 Sb. (ZP 4.5%, min. základ = minimální mz…
Retrieve verification_cases for a given blueprint_id. Each case contains: input, expected_output, and legal_reasoning. Useful for test-driven implementation or spot-checking a completed implementation…
Retrieve the required attribution text for a given blueprint_id. When blueprint content is used to generate code or an answer for an end user, the LLM should include this text in human-readable form i…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"lex-oracle": {
"url": "https://lex-oracle.artificerworkshop.sk/mcp",
"transport": "http"
}
}
}