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: mcp_hospirfq_processor
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.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server exposing Accelo quote tools (list, get, create, update) with per-user OAuth authentication for natural language interaction.Last updatedMIT
- Alicense-qualityBmaintenanceExposes RFQ, travel, and hospitality operations as MCP tools backed by a GraphQL API.Last updatedMIT
- Flicense-qualityBmaintenanceProvides read-only dashboards and queries for KAMs, zone managers, and VP Sales over an Azure Postgres RFQ pipeline, accessible via MCP/SSE or REST API.Last updated
- Alicense-qualityCmaintenanceEnables AI assistants to manage the full Request for Quotation lifecycle, including submission, quoting, pricing, and installment planning via GraphQL.Last updatedMIT
Related MCP Connectors
MCP Server for agents to onboard, pay, and provision services autonomously with InFlow
Provide seamless access to Appfolio Property Manager Reporting API through a standardized MCP serv…
Hosted no-auth MCP for exact-spec packaging search, live price, stock, cart handoff, and no-match.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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