Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Hvac Quotes

FreeNot checked

Enables HVAC equipment Request for Quote (RFQ) management via MCP, allowing users to submit RFQs, check status, and compare quotes from distributors.

GitHubEmbed

About

Enables HVAC equipment Request for Quote (RFQ) management via MCP, allowing users to submit RFQs, check status, and compare quotes from distributors.

README

mcp-name: io.github.wmarceau/hvac-quotes

HVAC equipment RFQ (Request for Quote) management via MCP for Claude Desktop.

Features

  • Submit RFQs to HVAC equipment distributors
  • Check RFQ status and track responses
  • Get and compare quotes from multiple distributors
  • Simulate quotes for testing workflows

Installation

pip install hvac-quotes-mcp

Claude Desktop Configuration

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "hvac-quotes": {
      "command": "hvac-quotes-mcp",
      "env": {
        "HVAC_MOCK_EMAIL": "true"
      }
    }
  }
}

Available Tools

submit_rfq

Submit a Request for Quote to HVAC distributors.

Equipment types: ac_unit, furnace, heat_pump, air_handler, condenser,
                 evaporator_coil, mini_split, thermostat, ductwork, other

check_rfq_status

Check the status of a submitted RFQ.

get_quotes

Get all quotes received for an RFQ.

compare_quotes

Compare quotes from multiple distributors - identifies best price, fastest delivery, and recommended option.

simulate_quote

(Testing) Simulate a quote response from a distributor without waiting for real email responses.

Example Usage

Ask Claude:

"I need a 3-ton AC unit delivered to Naples, FL. Can you get me quotes from distributors?"

Claude will:

  1. Submit RFQs to matching distributors in Florida
  2. Return RFQ IDs for tracking
  3. You can check status later or simulate quotes for testing

Environment Variables

Variable Description Default
HVAC_MOCK_EMAIL Use mock email mode for testing true
SMTP_HOST SMTP server hostname -
SMTP_PORT SMTP server port 587
SMTP_USER SMTP username -
SMTP_PASS SMTP password -
SMTP_FROM From email address -
HVAC_DB_PATH SQLite database path temp directory

How It Works

Unlike instant-response APIs, this MCP models real-world HVAC procurement:

  1. RFQ Submission: Sends email requests to distributors (mocked by default)
  2. Async Response: Distributors respond in 24-48 hours (simulate for testing)
  3. Quote Comparison: Compare received quotes for best value

License

MIT

from github.com/MarceauSolutions/hvac-quotes-mcp

Install Hvac Quotes in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install hvac-quotes

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add hvac-quotes -- uvx hvac-quotes-mcp

FAQ

Is Hvac Quotes MCP free?

Yes, Hvac Quotes MCP is free — one-click install via Unyly at no cost.

Does Hvac Quotes need an API key?

No, Hvac Quotes runs without API keys or environment variables.

Is Hvac Quotes hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Hvac Quotes in Claude Desktop, Claude Code or Cursor?

Open Hvac Quotes on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Hvac Quotes with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs