Productivity
freelax.cz
Provides Czech self-employed (OSVČ) tax and insurance calculations, including yearly tax, monthly set-aside, regime comparison, flat tax settlement, and penalty estimation.
ENDPOINT 1
https://freelax.cz/api/mcp
MCP server metadata
- Name
- freelax-tax-engine
- Version
- 1.0.0
Known tools 14
compute_yearComputes a full Czech OSVČ tax year from personal facts: income tax with credits (children, spouse, deductions), social and health insurance, monthly set-aside, safe-to-spend, flat-tax band and regime-eligibility evaluation.
Inferred read-onlycalc_set_asideHow much of a monthly OSVČ income to set aside for Czech income tax, social and health insurance, and what remains safe to spend.
Inferred read-onlycompare_regimesCompares the standard OSVČ regime against paušální daň (flat tax) for a yearly income, including tax credits that would be lost with the flat tax (children, spouse), and recommends the cheaper regime.
Inferred read-onlycalc_flat_tax_settlementGiven the paušální daň band you paid and the actual annual income, computes whether you owe a doplatek (top-up), get a vratka (refund), or must exit the flat-tax regime (income above 2,000,000 CZK).
Potential side effectsestimate_penaltyEstimates the Czech penalty/interest for a late payment or filing: repo rate + 8 p.
Potential side effectsconvert_eur_czkConverts an EUR amount to CZK using the Czech National Bank daily exchange rate (the rate used for Czech tax purposes).
Inferred read-onlyget_filing_deadlinesDeadline for the Czech personal income tax return (DPFO) for a given tax year, per filing route: paper, self-filed electronic, or via tax advisor.
Inferred read-onlyget_prehled_deadlinesFiling deadlines for the annual OSVČ Přehled o příjmech a výdajích for both social insurance (ČSSZ) and the health insurer, per tax-return filing route, plus the payment due date (8 calendar days after the filing deadline).
Potential side effectsczech_working_daysCzech public holidays for a year (including movable Easter feasts) and, for a specific date, whether it is a working day and the next working day a statutory deadline would shift to.
Inferred read-onlycheck_flat_tax_eligibilityScreens whether an OSVČ may enter or stay in the paušální daň (flat tax) regime: public health insurance participation (decisive for foreigners), VAT-payer status, income ceiling 2,000,000 CZK, side income and secondary activity.
Inferred read-onlyget_flat_tax_bandWhich paušální daň band (pásmo 1/2/3) an annual income falls into given the expense flat-rate, the current monthly payment for that band, and the next income threshold to watch.
Potential side effectscheck_thresholdsChecks an annual income against the four statutory thresholds: VAT registration 2,000,000 CZK, immediate VAT registration 2,536,500 CZK, the 23% higher tax bracket, and the paušální daň eligibility ceiling.
Inferred read-onlycheck_io_triggerChecks whether buying services from abroad (Google Ads, Meta, ChatGPT, hosting…) or selling services to EU businesses has made an OSVČ an identifikovaná osoba under § 6h/§ 6i ZDPH, with the 15-day registration deadline (§ 97) and fact-freshness handling.
Inferred read-onlyget_rule_sourceFor a Czech OSVČ tax topic, returns the governing rule with current values, primary-source citations (zákon, ČSSZ, VZP, Finanční správa) with verification dates, and related Freelax articles.
Inferred read-onlyCONNECT 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.freelax-tax-engine]
url = "https://freelax.cz/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"freelax-tax-engine": {
"type": "http",
"url": "https://freelax.cz/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: freelax-tax-engine
Remote MCP URL: https://freelax.cz/api/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": {
"freelax-tax-engine": {
"url": "https://freelax.cz/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"freelax-tax-engine": {
"type": "http",
"url": "https://freelax.cz/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "freelax-tax-engine",
"transport": "streamable-http",
"url": "https://freelax.cz/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for freelax.cz was fetched 2026-08-10T23:51:30.385Z.
freelax.cz is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.