hvac-quotes
Click on "Install 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: Tri-Tender Pricing 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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/MarceauSolutions/hvac-quotes-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server