← Back to Plugins
MCP Server MCP

io.github.wmarceau/hvac-quotes

github By github 👁 1 views ▲ 0 votes

HVAC equipment RFQ management - submit quotes to distributors

Homepage Verified source GitHub

Install

uvx hvac-quotes-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "hvac-quotes-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Set to 'false' to send real emails via SMTP (default: 'true' for testing)",
          "name": "HVAC_MOCK_EMAIL"
        },
        {
          "description": "SMTP server hostname (for real email mode)",
          "name": "SMTP_HOST"
        },
        {
          "description": "SMTP server port (default: 587)",
          "name": "SMTP_PORT"
        },
        {
          "description": "SMTP username",
          "name": "SMTP_USER"
        },
        {
          "description": "SMTP password",
          "name": "SMTP_PASS"
        },
        {
          "description": "From email address for RFQs",
          "name": "SMTP_FROM"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...