Contaí — Calculadoras Fiscais Brasileiras
About
32 ferramentas MCP de cálculo fiscal/trabalhista BR (CLT, INSS, IRRF, PJ, finanças, saúde).
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
CONTAI_TELEMETRY CONTAI_TELEMETRY_URL CONTAI_TIMEOUT_MSClaude Code
claude mcp add --env CONTAI_TELEMETRY= --env CONTAI_TELEMETRY_URL= --env CONTAI_TIMEOUT_MS= contai-mcp-server -- npx @contai-evoluke/mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"contai-mcp-server","command":"npx","args":["@contai-evoluke/mcp-server"],"env":{"CONTAI_TELEMETRY":"","CONTAI_TELEMETRY_URL":"","CONTAI_TIMEOUT_MS":""}}'
JSON
{
"mcpServers": {
"contai-mcp-server": {
"command": "npx",
"args": [
"@contai-evoluke/mcp-server"
],
"env": {
"CONTAI_TELEMETRY": "",
"CONTAI_TELEMETRY_URL": "",
"CONTAI_TIMEOUT_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.