HVAC docs for AI agents: search, diagnostics, error codes, guided PAC, 126 brands, 905 models.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Manufacturer-sourced HVAC technical documentation for AI agents: search, diagnostics, error codes, procedures and product sheets across 126 brands and 905 models.
AskMarcel is a remote, hosted MCP server (Streamable HTTP). There is nothing to install or self-host β point your MCP client at the endpoint and authenticate. The server connects AI agents to real manufacturer documentation so answers cite the exact manual and page number instead of hallucinating.
https://mcp.askmarcel.appio.github.askmarcel/mcphvac1.3.1-beta.1 β 15 tools live in productionUse AskMarcel as Marcel Inside: plug manufacturer-sourced HVAC knowledge behind your existing chatbot, voicebot, or agent β without rebuilding your stack. Compatible with ManyChat, ElevenLabs, Voiceflow, Intercom, Claude, ChatGPT, Gemini, and custom MCP clients.
General-purpose LLMs guess at HVAC specifics β refrigerant charge, error-code meanings, wiring, fault trees. AskMarcel grounds every response in indexed manufacturer PDFs and returns the source page, so a field technician or an agent can trust and verify the answer. See HVAC-Bench for measured accuracy vs. raw LLM output.
resolve_model, get_model_coverage, diagnose_v2) β no family substitutiondiagnose) and multi-turn guided troubleshooting for air-to-water heat pumps (diagnose_guided)start_diagnostic β¦ get_diagnostic_summary)diagnose_guided| Surface | Use when | Quota |
|---|---|---|
Harness session (start_diagnostic β¦) | Multi-turn field diagnostic on PAC Air/Eau or PAC Air/Air with hypotheses, discriminating next_action, technician journal | Once at session creation |
diagnose_guided | Legacy guided loop for PAC Air/Eau only β server-sealed state via continuation | Per turn |
diagnose_v2 | One-shot strict SKU lookup | Per successful call |
diagnose | One-shot lookup without SKU gate | Per successful call |
Harness Beta is live in production (DIAGNOSTIC_SESSIONS_PUBLIC=true). At start_diagnostic, the server looks up error codes in technical_error_codes (manufacturer DB) and journals the result β not only pack fallback maps. Active packs: pac_air_eau and pac_air_air at 0.0.1 (mutable during Beta).
The server exposes 15 tools (10 GA + 5 Beta Harness session). Full reference in docs/tools.md.
| Tool | What it does |
|---|---|
search_technical_docs | Semantic search over technical documentation (β€10 excerpts). Filter by brand, model, error_code. |
get_procedure | Retrieve a full procedure by chunk_id. |
get_error_code | Deterministic lookup by brand + error_code (optional model). |
get_product_sheet | Product sheet: specs, composition, frequent error codes, by brand + model. |
get_pdf_page_snapshot | Signed, 5-minute URL to a specific PDF page (document_id + page). |
diagnose | One-shot sourced lookup from a symptom or error code (excerpt + steps + citation). |
diagnose_v2 | Same lookup with strict SKU provenance. Abstains (diagnostic: null) if no approved exact-model manual exists. |
resolve_model | Resolve brand + model to a canonical SKU. Exact or alias only β never a series LIKE. |
get_model_coverage | Documentary flags for a resolved SKU: exact_manual, error_code_covered, market_verified. |
diagnose_guided | Multi-turn guided troubleshooting for air-to-water heat pumps (legacy; quota per turn). |
| Tool | What it does |
|---|---|
start_diagnostic | Open a stateful Harness session. Manufacturer error-code lookup at start. Quota on creation. |
get_diagnostic | Read current session projection (hypotheses, next_action, fault code). |
respond_to_diagnostic | Append typed observation, measurement, or technician assessment. |
close_diagnostic | Close session with optional reason (verification not required). |
get_diagnostic_summary | Deterministic exportable summary from the session journal. |
Stability: beta Β· release_channel: beta on responses Β· qualified HVAC professional required.
Create a free key at https://app.askmarcel.app/developers (250 calls/month on the Developer tier). The server also supports OAuth 2.0 (PKCE + Dynamic Client Registration) for clients that discover auth automatically.
Ready-to-use configs live in examples/. The general form for any Streamable HTTP MCP client:
Claude Desktop / Cursor / VS Code: see the matching file in examples/. Replace YOUR_API_KEY with your key.
Once connected, prompt naturally, e.g.:
"Daikin Altherma showing error U4 β what does it mean and how do I clear it?"
The agent calls resolve_model / diagnose_v2 (or get_error_code / diagnose) and returns the cause, the fix steps, and the source manual page β or an explicit abstention when no exact manual exists.
For a full field diagnostic loop on a heat pump, use start_diagnostic β respond_to_diagnostic β close_diagnostic (see skill hvac-harnais-session).
AskMarcel exposes two separate integration surfaces β do not mix their protocols:
| Surface | Endpoint | Protocol | Use case |
|---|---|---|---|
| MCP server (this repo) | https://mcp.askmarcel.app | JSON-RPC Streamable HTTP (tools/call) | Connect Claude, Cursor, VS Code, or any MCP client to HVAC tools |
| Chat API (web / mobile / extension) | https://app.askmarcel.app/api/chat | AI SDK v5 SSE (UIMessageStream) | Full conversational UI with streaming, tools, and document blocks |
The MCP server does not use the AI SDK chat stream (text-delta, data-* parts). If you build a custom agent with the Vercel AI SDK, use MCP tools via JSON-RPC β not the web chat endpoint.
Two supported methods (details in docs/authentication.md):
Authorization: Bearer YOUR_API_KEYhttps://mcp.askmarcel.app/.well-known/oauth-protected-resourceThe skills/ folder contains ready-to-use Agent Skills that wrap these tools into HVAC workflows:
hvac-error-lookup β turn a brand + error code into a sourced explanation and fix.hvac-diagnostic β one-shot symptom lookup with citations (diagnose).hvac-guided-diagnosis β multi-turn guided troubleshooting for air-to-water heat pumps (diagnose_guided).hvac-harnais-session β Beta Harness session loop (start_diagnostic β¦ close_diagnostic).For custom agents that call the REST API directly (not MCP), use the npm package @askmarcel/sdk β includes Harness session methods (startDiagnosticSession, respondToDiagnosticSession, β¦), guidedTurn() for POST /v1/diagnostic/turn, plus resolveModel() / getModelCoverage() / V2 diagnose.
io.github.askmarcel/mcphvacNo reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/askmarcel-hvac-technical-knowledge-2)<a href="https://allmcps.com/mcp/askmarcel-hvac-technical-knowledge-2"><img src="https://allmcps.com/api/badge/askmarcel-hvac-technical-knowledge-2?style=directory" alt="AskMarcel HVAC Technical Knowledge on AllMCPs" /></a>