← quantag.ca

INDIVIDUAL MCP TOOL

quantag_list_manufacturers

Returns the HVAC manufacturers Quantag treats as verified anchors for equipment research (Carrier, Trane, Lennox, Daikin, Navien, Rheem, York, Goodman, Bosch, Viessmann, Weil-McLain, plus newer additions).

quantag.canone 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

quantag.ca

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

.mcp.json

{
  "mcpServers": {
    "quantag-ca": {
      "type": "http",
      "url": "https://quantag.ca/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "quantag-ca",
  "transport": "streamable-http",
  "url": "https://quantag.ca/api/mcp"
}
MCP Inspector

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

Related tools

  • quantag_about — Returns a short description of Quantag — an AI-powered HVAC diagnostic tag platform for mechanical contractors and technicians.
  • quantag_lookup_error_code — Look up a verified manufacturer error code with description, likely cause, reset procedure, and severity.
  • quantag_lookup_part — Look up a verified HVAC part by manufacturer with optional part number, part type, or model filters.
  • quantag_search_news — Search Quantag's weekly AI-curated HVAC industry news (refrigerant regulations, code changes, manufacturer recalls, market shifts).
  • quantag_diagnose_equipment — Runs Quantag's full multi-step AI diagnosis flow (intake → diagnosis → SOP → parts → service report) on a piece of HVAC equipment.