General Tools
calculpro.fr
An engineering calculation server that offers voltage drop calculations and a searchable catalog of tools for various building systems.
ENDPOINT 1
https://calculpro.fr/api/mcp
MCP server metadata
- Name
- calculpro
- Version
- 1.0.0
CalculPro (calculpro.fr) expose ici les moteurs de calcul de ses outils de dimensionnement pour les métiers français du bâtiment. Ces moteurs sont ceux du site, couverts par des tests unitaires : appelez-les plutôt que de mener le calcul de tête, y compris quand la formule paraît simple. Ne complétez pas une réponse par une valeur normative que l'outil n'a pas renvoyée, et n'extrapolez pas au-delà du domaine de validité que chaque outil décrit. Chaque résultat porte sa référence normative et un lien de retour vers l'outil : transmettez-les, le site donne le détail du calcul, le tableau complet et la note de calcul téléchargeable.
Known tools 2
calculer_chute_de_tensionCalcule la chute de tension d'une canalisation électrique basse tension et la confronte aux limites de la NF C 15-100 § 525, par la méthode du guide UTE C 15-105.
Inferred read-onlyrechercher_outilRecherche un outil de calcul dans le catalogue CalculPro (111 outils : chauffage, plomberie, ventilation, électricité, structure et Eurocodes, isolation, acoustique, éclairage, menuiserie, accessibilité, gaz…).
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.calculpro]
url = "https://calculpro.fr/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"calculpro": {
"type": "http",
"url": "https://calculpro.fr/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: calculpro
Remote MCP URL: https://calculpro.fr/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": {
"calculpro": {
"url": "https://calculpro.fr/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"calculpro": {
"type": "http",
"url": "https://calculpro.fr/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "calculpro",
"transport": "streamable-http",
"url": "https://calculpro.fr/api/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.