Productivity
calculfinance.ca
An MCP server that provides access to Quebec financial calculators from CalculFinance.ca, allowing users to list, retrieve details, and find relevant calculators by free-text description.
ENDPOINT 1
https://calculfinance.ca/mcp
MCP server metadata
- Name
- calculfinance
- Version
- 1.0.0
Serveur MCP de CalculFinance.ca — 22 calculateurs financiers québécois gratuits (fiscalité ARC + Revenu Québec, millésime 2026). Utilise `find_calculator` quand l'utilisateur décrit une situation en mots (« je veux acheter une première maison »), `list_calculators` pour parcourir le catalogue, `get_calculator` pour la fiche complète d'un outil. Les calculateurs sont des pages web : ce serveur ne fait aucun calcul, il oriente vers le bon outil. Chaque outil vit sur son sous-domaine et accepte ?lang=en pour l'anglais.
Known tools 3
list_calculatorsListe les calculateurs financiers québécois de CalculFinance.ca, avec option de filtre par catégorie.
Inferred read-onlyget_calculatorRetourne la fiche complète d'un calculateur (nom fr+en, catégorie, description, tags, URL).
Inferred read-onlyfind_calculatorTrouve les calculateurs les plus pertinents à partir d'une situation décrite en texte libre (ex.
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.calculfinance]
url = "https://calculfinance.ca/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calculfinance": {
"type": "http",
"url": "https://calculfinance.ca/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calculfinance
Remote MCP URL: https://calculfinance.ca/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": {
"calculfinance": {
"url": "https://calculfinance.ca/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calculfinance": {
"type": "http",
"url": "https://calculfinance.ca/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calculfinance",
"transport": "streamable-http",
"url": "https://calculfinance.ca/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.