# com.checkmycontractorquote/contractor-quote-check (remote · checkmycontractorquote.com)

Check contractor quotes for red flags and pricing risks. Free scan, paid reports, RFP tools.

- Trust score: 70/100 (medium)
- Change this week: +6
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-17

## Components

- remote · `checkmycontractorquote.com`: 70/100 (this document), [markdown](https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp.md), [page](https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp)

## Channel facts

- Endpoint: `https://checkmycontractorquote.com/contractorquote-mcp/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, 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-17.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 72/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1856 tokens (~38/item across 48 items; 48 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 77/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 19% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-checkmycontractorquote-contractor-quote-chec https://checkmycontractorquote.com/contractorquote-mcp/mcp
```

### Codex

```toml
[mcp_servers.com-checkmycontractorquote-contractor-quote-chec]
url = "https://checkmycontractorquote.com/contractorquote-mcp/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-checkmycontractorquote-contractor-quote-chec": {
      "type": "remote",
      "url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-checkmycontractorquote-contractor-quote-chec --url https://checkmycontractorquote.com/contractorquote-mcp/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-checkmycontractorquote-contractor-quote-chec:
    url: "https://checkmycontractorquote.com/contractorquote-mcp/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-checkmycontractorquote-contractor-quote-chec": {
      "type": "http",
      "url": "https://checkmycontractorquote.com/contractorquote-mcp/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## 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-08-16 (score 70, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-14 (score 69, +1)

No change was recorded against any check on this day. Stability & Change Management went from 10 to 13. That category is still filling its 30-day observation window: 3 days of observed history at the previous scan, 4 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-12 (score 68, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-11 (score 67, +3)

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

### 2026-08-10 (score 64)

First indexed and scored.

## MCP tools (48)

### `audit_quote` (~39 tokens)

Audit Quote

Use this when a user wants a structured review of one contractor quote for missing or unclear sections.

Input parameters:

- `text` (string, required): Contractor quote or estimate text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `audit_workflow_for_ai` (~34 tokens)

Audit Workflow For Ai

Use this when a user wants a workflow reviewed for AI/MCP automation opportunities.

Input parameters:

- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_application_checklist` (~37 tokens)

Build Application Checklist

Use this when a user wants an application checklist from grant requirements.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_compliance_matrix` (~36 tokens)

Build Compliance Matrix

Use this when a user wants an RFP requirement/compliance matrix.

Input parameters:

- `text` (string, required): RFP or solicitation text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_fire_purchase_checklist` (~34 tokens)

Build Fire Purchase Checklist

Use this when a user wants a purchasing checklist for fire/public-safety equipment.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_firegrant_checklist` (~39 tokens)

Build Firegrant Checklist

Use this when a user wants a fire-grant application preparation checklist.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_inspection_questions` (~36 tokens)

Build Inspection Questions

Use this when a user wants questions to verify inspection requirements.

Input parameters:

- `lane` (string)
- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_integration_checklist` (~34 tokens)

Build Integration Checklist

Use this when a user wants an implementation checklist for an AI/MCP integration.

Input parameters:

- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `build_vendor_questions` (~36 tokens)

Build Vendor Questions

Use this when a user wants vendor clarification questions from a bid.

Input parameters:

- `text` (string, required)
- `vendor` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `compare_quotes` (~49 tokens)

Compare Quotes

Use this when a user wants to compare two or three contractor quotes side by side.

Input parameters:

- `quote_a` (string, required)
- `quote_b` (string, required)
- `quote_c` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `compare_rfq_quotes` (~35 tokens)

Compare Rfq Quotes

Use this when a user wants public-safety RFQ quote amounts and comparison flags organized.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `create_listing_requirements` (~39 tokens)

Create Listing Requirements

Use this when a user wants a checklist of information required before listing inventory.

Input parameters:

- `request` (string, required)
- `supplier` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `create_opening_plan` (~38 tokens)

Create Opening Plan

Use this when a user wants a project-opening plan from permit dependencies.

Input parameters:

- `lane` (string)
- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `create_reminder_plan` (~36 tokens)

Create Reminder Plan

Use this when a user wants a reminder-plan outline from a compliance calendar.

Input parameters:

- `vertical` (string): Compliance calendar vertical identifier.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `create_tool_catalog` (~33 tokens)

Create Tool Catalog

Use this when a user wants a proposed AI/MCP tool catalog for a workflow.

Input parameters:

- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `draft_response_outline` (~36 tokens)

Draft Response Outline

Use this when a user wants a response outline derived from RFP requirements.

Input parameters:

- `text` (string, required): RFP or solicitation text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `draft_tenant_questions` (~32 tokens)

Draft Tenant Questions

Use this when a user wants questions to ask a tenant before maintenance dispatch.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `estimate_margin_fields` (~38 tokens)

Estimate Margin Fields

Use this when a user wants the inputs required to assess potential listing margin.

Input parameters:

- `request` (string, required)
- `supplier` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `explain_required_documents` (~37 tokens)

Explain Required Documents

Use this when a user wants a checklist of documents likely needed for a compliance lane.

Input parameters:

- `vertical` (string): Compliance calendar vertical identifier.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `extract_bid_requirements` (~37 tokens)

Extract Bid Requirements

Use this when a user wants public-safety bid requirements extracted.

Input parameters:

- `text` (string, required)
- `vendor` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `extract_firegrant_requirements` (~37 tokens)

Extract Firegrant Requirements

Use this when a user wants fire-grant requirements extracted.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `extract_grant_requirements` (~38 tokens)

Extract Grant Requirements

Use this when a user wants grant requirements extracted from source text.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `extract_quote_amounts` (~35 tokens)

Extract Quote Amounts

Use this when a user wants amounts detected from a contractor quote.

Input parameters:

- `text` (string, required): Contractor quote or estimate text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `extract_requirements` (~36 tokens)

Extract Requirements

Use this when a user wants requirements extracted from an RFP or solicitation.

Input parameters:

- `text` (string, required): RFP or solicitation text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `flag_missing_quote_sections` (~35 tokens)

Flag Missing Quote Sections

Use this when a user wants missing or unclear quote sections identified.

Input parameters:

- `text` (string, required): Contractor quote or estimate text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `flag_procurement_gaps` (~34 tokens)

Flag Procurement Gaps

Use this when a user wants missing procurement assumptions or quote-comparison gaps flagged.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_compliance_calendar` (~37 tokens)

Generate Compliance Calendar

Use this when a user wants a starter compliance calendar for a supported business vertical.

Input parameters:

- `vertical` (string): Compliance calendar vertical identifier.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_contractor_questions` (~38 tokens)

Generate Contractor Questions

Use this when a user wants questions to ask a contractor based on a quote.

Input parameters:

- `text` (string, required): Contractor quote or estimate text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_evidence_list` (~43 tokens)

Generate Evidence List

Use this when a user wants a list of supporting evidence/documents to gather for a grant.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_mcp_package_plan` (~33 tokens)

Generate Mcp Package Plan

Use this when a user wants a scoped MCP/AI implementation package plan.

Input parameters:

- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_no_bid_reason` (~44 tokens)

Generate No Bid Reason

Use this when a user wants likely reasons a solicitation may be a weak fit or no-bid.

Input parameters:

- `text` (string, required)
- `vendor` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_permit_checklist` (~42 tokens)

Generate Permit Checklist

Use this when a user wants a starter permit/opening checklist for a supported lane.

Input parameters:

- `lane` (string)
- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_quote_report` (~39 tokens)

Generate Quote Report

Use this when a user explicitly wants a saved Contractor Quote Check report generated from quote text.

Input parameters:

- `text` (string, required): Contractor quote or estimate text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_rfp_questions` (~36 tokens)

Generate Rfp Questions

Use this when a user wants clarification questions derived from an RFP.

Input parameters:

- `text` (string, required): RFP or solicitation text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_supplier_intake` (~42 tokens)

Generate Supplier Intake

Use this when a user wants a supplier intake checklist for inventory or travel/resort offers.

Input parameters:

- `request` (string, required)
- `supplier` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_vendor_packet` (~34 tokens)

Generate Vendor Packet

Use this when a user wants a vendor-dispatch information packet drafted from a maintenance issue.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `generate_vendor_questions` (~30 tokens)

Generate Vendor Questions

Use this when a user wants questions to send vendors before comparing quotes.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `identify_likely_forms` (~40 tokens)

Identify Likely Forms

Use this when a user wants likely forms or approvals identified for a project.

Input parameters:

- `lane` (string)
- `text` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `list_renewal_items` (~38 tokens)

List Renewal Items

Use this when a user wants likely renewal/checklist items from a compliance lane.

Input parameters:

- `vertical` (string): Compliance calendar vertical identifier.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `normalize_inventory` (~37 tokens)

Normalize Inventory

Use this when a user wants inventory fields normalized into a consistent listing structure.

Input parameters:

- `request` (string, required)
- `supplier` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `rank_urgency` (~30 tokens)

Rank Urgency

Use this when a user wants maintenance urgency categorized from issue text.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `save_checkout_interest` (~50 tokens)

Save Checkout Interest

Use this only when a user explicitly asks to record checkout interest at a stated price point.

Input parameters:

- `email` (string)
- `price_point` (string, required)
- `product_id` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `save_lead` (~57 tokens)

Save Lead

Use this only when a user explicitly asks to save their interest or contact details for this product.

Input parameters:

- `email` (string)
- `name` (string)
- `note` (string)
- `product_id` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `score_bid_fit` (~41 tokens)

Score Bid Fit

Use this when a user wants a checklist-style fit score for a public-safety bid.

Input parameters:

- `text` (string, required)
- `vendor` (string)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `score_bid_readiness` (~40 tokens)

Score Bid Readiness

Use this when a user wants a checklist-style bid-readiness assessment from RFP text.

Input parameters:

- `text` (string, required): RFP or solicitation text.

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `score_firegrant_readiness` (~41 tokens)

Score Firegrant Readiness

Use this when a fire department wants a checklist-style readiness assessment for grant text.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `score_grant_readiness` (~43 tokens)

Score Grant Readiness

Use this when a user wants a grant-readiness checklist from grant text and organization context.

Input parameters:

- `org` (string)
- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

### `triage_maintenance_issue` (~34 tokens)

Triage Maintenance Issue

Use this when a user wants a maintenance issue categorized by urgency for human review.

Input parameters:

- `text` (string, required)

Output parameters:

- `ok` (boolean)
- `preview` (boolean)
- `result` (object)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp#diagnostics

## Score history

- 2026-08-17: 70
- 2026-08-16: 70
- 2026-08-15: 69
- 2026-08-14: 69
- 2026-08-13: 68
- 2026-08-12: 68
- 2026-08-11: 67
- 2026-08-10: 64

## Links

- Remote endpoint: https://checkmycontractorquote.com/contractorquote-mcp/mcp
- Website: https://checkmycontractorquote.com/passive-store/
- Changelog RSS feed: https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-checkmycontractorquote-contractor-quote-check/contractorquote-mcp-mcp
