MCP Server
MCP
io.github.wmarceau/hvac-quotes
HVAC equipment RFQ management - submit quotes to distributors
Install
uvx hvac-quotes-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"identifier": "hvac-quotes-mcp",
"version": "1.0.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Set to 'false' to send real emails via SMTP (default: 'true' for testing)",
"name": "HVAC_MOCK_EMAIL"
},
{
"description": "SMTP server hostname (for real email mode)",
"name": "SMTP_HOST"
},
{
"description": "SMTP server port (default: 587)",
"name": "SMTP_PORT"
},
{
"description": "SMTP username",
"name": "SMTP_USER"
},
{
"description": "SMTP password",
"name": "SMTP_PASS"
},
{
"description": "From email address for RFQs",
"name": "SMTP_FROM"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment