hvac-quotes
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@hvac-quotesGet quotes for a 3-ton AC unit in Florida"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HVAC Quotes MCP
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
Related MCP server: connectwise-cpq-mcp
Installation
pip install hvac-quotes-mcpClaude 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, othercheck_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:
Submit RFQs to matching distributors in Florida
Return RFQ IDs for tracking
You can check status later or simulate quotes for testing
Environment Variables
Variable | Description | Default |
| Use mock email mode for testing |
|
| SMTP server hostname | - |
| SMTP server port |
|
| SMTP username | - |
| SMTP password | - |
| From email address | - |
| SQLite database path | temp directory |
How It Works
Unlike instant-response APIs, this MCP models real-world HVAC procurement:
RFQ Submission: Sends email requests to distributors (mocked by default)
Async Response: Distributors respond in 24-48 hours (simulate for testing)
Quote Comparison: Compare received quotes for best value
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Search multi-merchant supply, checkout, and track orders via MCP.
HVAC Software Picker: the site's own MCP server — compare, enquiry (enquiry = a human handoff,...
Buy B2B supplies from a real US distributor: submit an RFQ, get a priced quote, order and pay.
Agent-native insurance quoting protocol — sandbox, MCP + REST, eligibility pre-flight
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceEnables AI assistants to manage the full Request for Quotation lifecycle, including submission, quoting, pricing, and installment planning via GraphQL.MIT
- AlicenseNot gradedqualityAmaintenanceMCP server for ConnectWise CPQ (Sell) enabling quote, line item, customer, term, template, tax code, recurring revenue, and user management via a 25-tool interface.Apache 2.0
- AlicenseNot gradedqualityCmaintenanceMCP server that automates the procurement workflow, including RFQ generation, quote parsing, ERP item loading, and purchase requisition submission with human-in-the-loop approval gates.MIT
- AlicenseNot gradedqualityAmaintenanceAI quoting agent for electronics distributors. RFQ in, quote out via MCP tools.MIT