← vosthermos.com

INDIVIDUAL MCP TOOL

compare_repair_vs_replace

Compare la reparation vs le remplacement pour une situation donnee.

vosthermos.comnone authenticationAvailability not checked

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

vosthermos.com

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.vosthermos-com]
url = "https://www.vosthermos.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "vosthermos-com": {
      "type": "http",
      "url": "https://www.vosthermos.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: vosthermos-com
Remote MCP URL: https://www.vosthermos.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": {
    "vosthermos-com": {
      "url": "https://www.vosthermos.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "vosthermos-com": {
      "type": "http",
      "url": "https://www.vosthermos.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "vosthermos-com",
  "transport": "streamable-http",
  "url": "https://www.vosthermos.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • diagnose_window_door_problem — Diagnostique un probleme de fenetre ou porte selon la description et les symptomes.
  • estimate_thermos_replacement_cost — Estime le cout de remplacement d'une vitre thermos (unite scellee) selon les dimensions.
  • estimate_energy_savings — Estime les economies d'energie et l'impact environnemental d'un remplacement de fenetres.
  • check_window_warranty — Verifie si une fenetre est encore sous garantie selon la marque et la date d'installation.
  • get_service_pricing — Obtient les prix detailles d'un service Vosthermos specifique.
  • list_services — Liste tous les services offerts par Vosthermos avec leur description, prix de base et URL.
  • list_service_cities — Liste toutes les villes desservies par Vosthermos dans la grande region de Montreal et la Rive-Sud.
  • book_appointment_url — Retourne l'URL et les informations de contact pour prendre un rendez-vous.