# JustFix Estimator (remote · estimator-mcp.justfix.app)

Quote UK trades jobs from any AI agent. Price breakdown + tappable booking link.

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

## Components

- remote · `estimator-mcp.justfix.app`: 77/100 (this document), [markdown](https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp.md), [page](https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp)

## Channel facts

- Endpoint: `https://estimator-mcp.justfix.app/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-03.

- **Endpoint Security**: 80/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.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 78/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 209 tokens (~41/item across 5 items; 3 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
  - Supports UI / widget rendering.

## Install

### Claude

```bash
claude mcp add --transport http just-fix-justfix-skill https://estimator-mcp.justfix.app/mcp
```

### Codex

```toml
[mcp_servers.just-fix-justfix-skill]
url = "https://estimator-mcp.justfix.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "just-fix-justfix-skill": {
      "type": "remote",
      "url": "https://estimator-mcp.justfix.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add just-fix-justfix-skill --url https://estimator-mcp.justfix.app/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  just-fix-justfix-skill:
    url: "https://estimator-mcp.justfix.app/mcp"
```

### Other

```json
{
  "mcpServers": {
    "just-fix-justfix-skill": {
      "type": "http",
      "url": "https://estimator-mcp.justfix.app/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-03 (score 77, +1)

- [security] Resource “service-estimate-card” now points somewhere else: ui://widgets/apps-sdk/service-estimate-card.html → ui://widgets/ext-apps/service-estimate-card.html

### 2026-08-02 (score 76, 0)

- [security] Resource “service-estimate-card” now points somewhere else: ui://widgets/apps-sdk/service-estimate-card.html → ui://widgets/ext-apps/service-estimate-card.html

### 2026-08-01 (score 76, +1)

- [security] Resource “service-estimate-card” now points somewhere else: ui://widgets/apps-sdk/service-estimate-card.html → ui://widgets/ext-apps/service-estimate-card.html

### 2026-07-31 (score 75, +3)

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

### 2026-07-30 (score 72, 0)

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

### 2026-07-29 (score 72, +1)

- [security] Resource “service-estimate-card” now points somewhere else: ui://widgets/apps-sdk/service-estimate-card.html → ui://widgets/ext-apps/service-estimate-card.html

### 2026-07-28 (score 71, +1)

- [security] Resource “service-estimate-card” now points somewhere else: ui://widgets/apps-sdk/service-estimate-card.html → ui://widgets/ext-apps/service-estimate-card.html

### 2026-07-27 (score 70, 0)

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

## MCP tools (3)

### `list_services` (~35 tokens)

List Services

Get a list of all services we provide. Use when the customer asks what services are available, what you can book, or similar.

### `call_out_fee` (~40 tokens)

Call Out Fee

Get the call-out fee that applies to bookings. Use when the customer asks about the call-out fee, booking fee, or upfront cost for a booking.

### `service-estimate-card` (~110 tokens)

Service estimate summary card with external action link.

Input parameters:

- `booking_description` (string, required): A description of the work to be completed.
- `estimate` (number): The time, in hours, estimated to complete the job.
- `service_code` (string, required): The slug of the service to create a service estimate card for. Use a code from list_services (e.g. electrical, plumbing, heating_and_gas).
- `work_items` (array): Optional list of tasks/scope items for the job.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp#diagnostics

## Score history

- 2026-08-03: 77
- 2026-08-02: 76
- 2026-08-01: 76
- 2026-07-31: 75
- 2026-07-30: 72
- 2026-07-29: 72
- 2026-07-28: 71
- 2026-07-27: 70
- 2026-07-26: 70

## Links

- Remote endpoint: https://estimator-mcp.justfix.app/mcp
- Repository: https://github.com/Just-Fix/justfix-skill
- Website: https://justfix.app/
- Changelog RSS feed: https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/just-fix-justfix-skill/estimator-mcp
