io.github.wmarceau/hvac-quotes✓
io.github.wmarceau/hvac-quotes · v1.0.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.wmarceau/hvac-quotes",
"description": "HVAC equipment RFQ management - submit quotes to distributors",
"repository": {
"url": "https://github.com/wmarceau/hvac-quotes-mcp",
"source": "github"
},
"version": "1.0.0",
"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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}