← Index

io.github.wmarceau/hvac-quotes

io.github.wmarceau/hvac-quotes·v1.0.0·Other
Quality Score
79
/100

HVAC equipment RFQ management - submit quotes to distributors

§01  Install
Claude Desktop (uvx)
{
  "mcpServers": {
    "hvac-quotes": {
      "command": "uvx",
      "args": [
        "hvac-quotes-mcp"
      ],
      "env": {
        "HVAC_MOCK_EMAIL": "<hvac_mock_email>",
        "SMTP_HOST": "<smtp_host>",
        "SMTP_PORT": "<smtp_port>",
        "SMTP_USER": "<smtp_user>",
        "SMTP_PASS": "<smtp_pass>",
        "SMTP_FROM": "<smtp_from>"
      }
    }
  }
}
§02  Environment variables
HVAC_MOCK_EMAIL

Set to 'false' to send real emails via SMTP (default: 'true' for testing)

SMTP_HOST

SMTP server hostname (for real email mode)

SMTP_PORT

SMTP server port (default: 587)

SMTP_USER

SMTP username

SMTP_PASS

SMTP password

SMTP_FROM

From email address for RFQs

§03  MCP Quality Score  ·  methodology
freshness
19
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Other