# io.github.wmarceau/hvac-quotes (pypi · hvac-quotes-mcp)

HVAC equipment RFQ management - submit quotes to distributors

- Trust score: 24/100 (low)
- Change this week: −23
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- pypi · `hvac-quotes-mcp`: 24/100 (this document), [markdown](https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp.md), [page](https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp)

## Channel facts

- Registry: `pypi`
- Package: `hvac-quotes-mcp`
- Version: `1.0.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 50/100
  - Malware scan not yet available for this package.
  - No known CVEs affecting this package version or its production dependencies.
  - Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 200 days ago).
  - Security-disclosure policy not yet verified: we couldn't inspect the source repository.
- **Schema Quality & AI Usability**: 0/100
  - Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: our sandbox run of this package did not complete, so we have no schema to compare.
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- **Capabilities**: 0/100
  - Protocol version not yet verified: our sandbox run of this package did not complete, so we never saw its MCP handshake.

**Unverified: 4 categories.** Categories scored 0 because our sandbox run of this package has not given us the schema these checks need to read. That is a gap on our side rather than a finding about the package, and we only credit what we can confirm, so the score stands at 0 until the capture succeeds. We are working through the fleet, so this normally clears without any action from you.

## Install

### Claude

```bash
claude mcp add wmarceau-hvac-quotes -- uvx hvac-quotes-mcp
```

### Codex

```bash
codex mcp add wmarceau-hvac-quotes -- uvx hvac-quotes-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wmarceau-hvac-quotes": {
      "type": "local",
      "command": [
        "uvx",
        "hvac-quotes-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wmarceau-hvac-quotes --command uvx --arg hvac-quotes-mcp
```

### Hermes

```yaml
mcp_servers:
  wmarceau-hvac-quotes:
    command: "uvx"
    args: ["hvac-quotes-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "wmarceau-hvac-quotes": {
      "command": "uvx",
      "args": [
        "hvac-quotes-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-07-31 (score 24, −5)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 29, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-28 (score 47, 0)

- [functional] Tool coverage: Tool coverage not yet verified: our sandbox run of this package did not complete, so we have no tool definitions to assess.
- [functional] Schema quality: Schema quality not yet verified: our sandbox run of this package did not complete, so we have no schema to assess.

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (5)

### `submit_rfq` (~146 tokens)

Submit a Request for Quote (RFQ) to HVAC equipment distributors. RFQs are sent via email to distributors who match your region and equipment needs. Expect responses within 24-48 hours. Returns RFQ IDs for tracking.

Input parameters:

- `brand_preference` (string): Preferred brand (e.g., 'Carrier', 'Trane', 'Lennox')
- `delivery_address` (string, required): Full delivery address including city and state
- `equipment_type` (string, required): Type of HVAC equipment needed
- `needed_by_date` (string): When equipment is needed (YYYY-MM-DD)
- `quantity` (integer): Number of units needed
- `specifications` (object): Equipment specifications

### `check_rfq_status` (~49 tokens)

Check the status of a submitted RFQ. Shows whether quotes have been received and RFQ expiration status.

Input parameters:

- `rfq_id` (string, required): The RFQ ID returned from submit_rfq

### `get_quotes` (~41 tokens)

Get all quotes received for an RFQ. Returns pricing, availability, and lead time from distributors.

Input parameters:

- `rfq_id` (string, required): The RFQ ID

### `compare_quotes` (~56 tokens)

Compare quotes from multiple distributors. Identifies best price, fastest delivery, and recommended option.

Input parameters:

- `rfq_ids` (array, required): List of RFQ IDs to compare quotes from
- `sort_by` (string): How to rank quotes

### `simulate_quote` (~93 tokens)

TESTING ONLY: Simulate a quote response from a distributor. Use this to test the quote comparison workflow without waiting for real email responses.

Input parameters:

- `lead_time_days` (integer): Simulated lead time in days
- `quantity_available` (integer): Simulated quantity in stock
- `rfq_id` (string, required): The RFQ to simulate a response for
- `unit_price` (number, required): Simulated unit price

## Diagnostics

Captured diagnostic sections: Provenance, Install scripts, Dependencies. The full working is on the page: https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp#diagnostics

## Score history

- 2026-08-03: 24
- 2026-08-02: 24
- 2026-08-01: 24
- 2026-07-31: 24
- 2026-07-30: 29
- 2026-07-28: 47
- 2026-07-27: 47
- 2026-07-26: 47

## Links

- PyPI project: https://pypi.org/project/hvac-quotes-mcp/
- Socket report: https://socket.dev/pypi/package/hvac-quotes-mcp
- Repository: https://github.com/wmarceau/hvac-quotes-mcp
- Changelog RSS feed: https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wmarceau-hvac-quotes/hvac-quotes-mcp
