mcp-name: io.github.wmarceau/hvac-quotes HVAC equipment RFQ (Request for Quote) management via MCP for Claude Desktop. - Submit RFQs to HVAC equipment distributors - Check RFQ status and track responses - Get and compare quotes from multiple distributors - Simulate quotes for testing workflows Add to your claudedesktopconfig.json: Submit a Request for Quote to HVAC distributors. Check the status o
Add this skill
npx mdskills install MarceauSolutions/hvac-quotes-mcpWell-documented HVAC procurement workflow with clear tools and realistic async quote handling
mcp-name: io.github.wmarceau/hvac-quotes
HVAC equipment RFQ (Request for Quote) management via MCP for Claude Desktop.
pip install hvac-quotes-mcp
Add to your claude_desktop_config.json:
{
"mcpServers": {
"hvac-quotes": {
"command": "hvac-quotes-mcp",
"env": {
"HVAC_MOCK_EMAIL": "true"
}
}
}
}
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 the status of a submitted RFQ.
Get all quotes received for an RFQ.
Compare quotes from multiple distributors - identifies best price, fastest delivery, and recommended option.
(Testing) Simulate a quote response from a distributor without waiting for real email responses.
Ask Claude:
"I need a 3-ton AC unit delivered to Naples, FL. Can you get me quotes from distributors?"
Claude will:
| 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 |
Unlike instant-response APIs, this MCP models real-world HVAC procurement:
MIT
Install via CLI
npx mdskills install MarceauSolutions/hvac-quotes-mcpHVAC Quotes MCP is a free, open-source AI agent skill. mcp-name: io.github.wmarceau/hvac-quotes HVAC equipment RFQ (Request for Quote) management via MCP for Claude Desktop. - Submit RFQs to HVAC equipment distributors - Check RFQ status and track responses - Get and compare quotes from multiple distributors - Simulate quotes for testing workflows Add to your claudedesktopconfig.json: Submit a Request for Quote to HVAC distributors. Check the status o
Install HVAC Quotes MCP with a single command:
npx mdskills install MarceauSolutions/hvac-quotes-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
HVAC Quotes MCP works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.