← Back to browse

hvac-quotes

Indexed by io.github.wmarceau

About

HVAC equipment RFQ management - submit quotes to distributors

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsHVAC_MOCK_EMAIL SMTP_HOST SMTP_PORT SMTP_USER SMTP_PASS SMTP_FROM
Claude Code
claude mcp add --env HVAC_MOCK_EMAIL= --env SMTP_HOST= --env SMTP_PORT= --env SMTP_USER= --env SMTP_PASS= --env SMTP_FROM= hvac-quotes -- uvx hvac-quotes-mcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"hvac-quotes","command":"uvx","args":["hvac-quotes-mcp"],"env":{"HVAC_MOCK_EMAIL":"","SMTP_HOST":"","SMTP_PORT":"","SMTP_USER":"","SMTP_PASS":"","SMTP_FROM":""}}'
JSON
{
  "mcpServers": {
    "hvac-quotes": {
      "command": "uvx",
      "args": [
        "hvac-quotes-mcp"
      ],
      "env": {
        "HVAC_MOCK_EMAIL": "",
        "SMTP_HOST": "",
        "SMTP_PORT": "",
        "SMTP_USER": "",
        "SMTP_PASS": "",
        "SMTP_FROM": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.