INDIVIDUAL MCP TOOL
get_repair_or_replace_tool_info
Get metadata about the repair-or-replace decision tool: what it does, assumptions, thresholds, fees, and its input schema.
LIVE ENDPOINT
https://okchvaccalculator.com/mcp
Connect to this endpoint to inspect the live schema for get_repair_or_replace_tool_info and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT 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.
Related tools
get_okc_hvac_business_info— Get business information for the OKC HVAC Calculator, powered by Covington Heat & Air (name, phone, email, website, service area).run_hvac_repair_or_replace_analysis— Run the repair-or-replace decision engine and return a recommendation (REPAIR, REPLACE, DEPENDS, or IMMEDIATE_SERVICE) with reasoning and a multi-year cost comparison.search_hvac_decision_content— Search published HVAC insights articles by keyword, category, or author.get_hvac_article— Get the full content of a single published HVAC insights article by its slug, including its direct answer and FAQ.get_okc_hvac_service_area— Get the Covington Heat & Air service area, and optionally check whether a given city or ZIP is covered.submit_covington_lead_request— Submit a lead (contact request) to Covington Heat & Air.submit_covington_booking_request— Submit a booking (appointment) request to Covington Heat & Air.