HVAC equipment RFQ management via MCP for Claude Desktop
Project description
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
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:
- 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 |
|---|---|---|
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:
- 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
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file hvac_quotes_mcp-1.0.0.tar.gz.
File metadata
- Download URL: hvac_quotes_mcp-1.0.0.tar.gz
- Upload date:
- Size: 20.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
244a2a2db426eab6b4d7cb052b78d140b83543fd9bf612b3823871128a011834
|
|
| MD5 |
b46102e716e5f24f9afb72072f8482f0
|
|
| BLAKE2b-256 |
5f05446b8aa32c681904984fae62c16d3b0cfd117d65fa359fac619ad4135fef
|
File details
Details for the file hvac_quotes_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: hvac_quotes_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 24.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
949b5c73bd4a61fca97908a063ddf878f738f92805bd6573fae8443937c84fee
|
|
| MD5 |
9139e9ae2ac9aa04c471a47bf9fa40a5
|
|
| BLAKE2b-256 |
a54e904e8e11d577fdce458e6b48219576c3208642edec6d5809e5df6eec7790
|