General Tools
okchvaccalculator.com
Provides HVAC repair-or-replace decision tools, business info, and article search for the OKC HVAC market.
ENDPOINT 1
https://okchvaccalculator.com/mcp
MCP server metadata
- Name
- okc-hvac-calculator
- Version
- 1.0.0
Tools for the OKC HVAC repair-or-replace decision tool and insights content, powered by Covington Heat & Air. Estimates only; final diagnosis and pricing require an on-site evaluation.
Known tools 8
get_okc_hvac_business_infoGet business information for the OKC HVAC Calculator, powered by Covington Heat & Air (name, phone, email, website, service area).
Potential side effectsget_repair_or_replace_tool_infoGet metadata about the repair-or-replace decision tool: what it does, assumptions, thresholds, fees, and its input schema.
Inferred read-onlyrun_hvac_repair_or_replace_analysisRun the repair-or-replace decision engine and return a recommendation (REPAIR, REPLACE, DEPENDS, or IMMEDIATE_SERVICE) with reasoning and a multi-year cost comparison.
Inferred read-onlysearch_hvac_decision_contentSearch published HVAC insights articles by keyword, category, or author.
Inferred read-onlyget_hvac_articleGet the full content of a single published HVAC insights article by its slug, including its direct answer and FAQ.
Inferred read-onlyget_okc_hvac_service_areaGet the Covington Heat & Air service area, and optionally check whether a given city or ZIP is covered.
Inferred read-onlysubmit_covington_lead_requestSubmit a lead (contact request) to Covington Heat & Air.
Inferred read-onlysubmit_covington_booking_requestSubmit a booking (appointment) request to Covington Heat & Air.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.okc-hvac-calculator]
url = "https://okchvaccalculator.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"okc-hvac-calculator": {
"type": "http",
"url": "https://okchvaccalculator.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: okc-hvac-calculator
Remote MCP URL: https://okchvaccalculator.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"okc-hvac-calculator": {
"url": "https://okchvaccalculator.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"okc-hvac-calculator": {
"type": "http",
"url": "https://okchvaccalculator.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "okc-hvac-calculator",
"transport": "streamable-http",
"url": "https://okchvaccalculator.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.