Productivity
tinyapis.dev
A server for computing various Mexican labor and payroll calculations such as severance, income tax, year-end bonus, and social security contributions.
ENDPOINT 1
https://fiscal.tinyapis.dev/mcp
MCP server metadata
- Name
- mx-fiscal
- Version
- 1.0.0
Known tools 4
calc_finiquitoCompute 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.
Inferred read-onlycalc_isrCompute Mexican ISR (income tax) withholding for a monthly or annual income using the official SAT tables and employment subsidy.
Inferred read-onlycalc_aguinaldoCompute a Mexican aguinaldo (year-end bonus): gross, the UMA-based exempt portion, the taxable portion, its ISR, and the net.
Inferred read-onlycalc_imssCompute Mexican IMSS social-security contributions: the SDI (integrated daily wage by seniority) and SBC, plus employer/worker quotas for the five insurance branches.
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.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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.