Skip to content
Back to search
100
MCP live http

lex-oracle

artificer/lex-oracle

Deterministic, citable legislative blueprints for Slovak and Czech law. Eliminates LLM hallucinations in regulated payroll, tax, garnishment, travel, and B2B computations.

Uptime
100.0%
10 probes
Response
85ms
last probe
Tools
14
callable

Tools · 14

list_blueprints

List all blueprints available in Lex.Oracle. Each entry contains: id, title, jurisdiction, status, version, summary.

get_blueprint

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…

get_garnishment_logic

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…

get_travel_logic

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…

get_annual_tax_reconciliation_logic

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…

get_szco_annual_settlement_logic

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…

get_b2b_dph_logic

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ý/…

get_b2b_dppo_logic

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…

get_b2b_odpisy_logic

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…

get_b2b_rz_zp_logic

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…

get_b2b_zrazkova_dan_logic

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ú…

get_cz_payroll_logic

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…

get_test_cases

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…

get_attribution_mandate

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

Sugra API live
Gateway between LLM agents and world data through eight tools and a bundled endpoint catalog.
11 tools · streamable-http
ai.dsght/public live
Read-only MCP access to DSGHT.ai published foresight and country-grounded claim resolution.
10 tools · streamable-http
MLP Tax Computation Engine live
Deterministic MLP tax engine with IRS citations. 6 tools: basis, §751, estate, projections.
6 tools · streamable-http
AI2Fin (2Fin) Tax MCP live
Free public tax MCP: GST/VAT, income, company & capital-gains tax for 50+ countries, source-cited.
8 tools · http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
ai.plith/plith live
AI agent infrastructure: dedup, cost prediction, validation, governance, failure intelligence.
15 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "lex-oracle": {
      "url": "https://lex-oracle.artificerworkshop.sk/mcp",
      "transport": "http"
    }
  }
}