← macalculatriceenligne.com
INDIVIDUAL MCP TOOL
calculate_paint_quantity
Compute paint liters needed for a surface with chosen number of coats.
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.macalculatriceenligne-com]
url = "https://macalculatriceenligne.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"macalculatriceenligne-com": {
"type": "http",
"url": "https://macalculatriceenligne.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: macalculatriceenligne-com
Remote MCP URL: https://macalculatriceenligne.com/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": {
"macalculatriceenligne-com": {
"url": "https://macalculatriceenligne.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"macalculatriceenligne-com": {
"type": "http",
"url": "https://macalculatriceenligne.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "macalculatriceenligne-com",
"transport": "streamable-http",
"url": "https://macalculatriceenligne.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_bundles— List all available tool bundles (grouped by domain).get_bundle_tools— Get the list of tools in a specific bundle.calculate_french_income_tax— Calculate French income tax (IR) for 2026 using progressive brackets per Article 197 CGI with family quotient system.calculate_french_salary— Convert French gross salary to net salary for 2026 (cadre, non-cadre, or civil servant).calculate_french_vat— Calculate French VAT (TVA) — convert between HT (before tax) and TTC (after tax).calculate_mortgage— Calculate mortgage/loan monthly payment, total cost, and optional amortization schedule.calculate_compound_interest— Compute compound interest growth A=P(1+r/n)^(nt).calculate_simple_interest— Compute simple interest I=P·r·t.