INDIVIDUAL MCP TOOL
calc_finiquito
Compute a Mexican finiquito/liquidación (severance) for a resignation or an unjustified dismissal: prorated christmas bonus, vacations, vacation premium, pending salary, and (for dismissal) 90-day + 20-day/year severance and the seniority premium, with Art.
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 endpoint
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.mx-fiscal]
url = "https://fiscal.tinyapis.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mx-fiscal": {
"type": "http",
"url": "https://fiscal.tinyapis.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mx-fiscal
Remote MCP URL: https://fiscal.tinyapis.dev/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": {
"mx-fiscal": {
"url": "https://fiscal.tinyapis.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mx-fiscal": {
"type": "http",
"url": "https://fiscal.tinyapis.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mx-fiscal",
"transport": "streamable-http",
"url": "https://fiscal.tinyapis.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
calc_isr— Compute Mexican ISR (income tax) withholding for a monthly or annual income using the official SAT tables and employment subsidy.calc_aguinaldo— Compute a Mexican aguinaldo (year-end bonus): gross, the UMA-based exempt portion, the taxable portion, its ISR, and the net.calc_imss— Compute Mexican IMSS social-security contributions: the SDI (integrated daily wage by seniority) and SBC, plus employer/worker quotas for the five insurance branches.