# fixRAgent maintenance triage (remote · fixragent.com)

Assess a property maintenance photo: what it is, how urgent, which trade to call.

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-27

## Components

- remote · `fixragent.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/russ4102-fixragent/fixragent.md), [page](https://verifymcp.io/servers/russ4102-fixragent/fixragent)

## Channel facts

- Endpoint: `https://fixragent.com/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-09-27.

- **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**: 67/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 1163 tokens (~387/item across 3 items; 3 tools + 0 resources), over budget; trim descriptions and params.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 3 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 4 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

**Unverified: 1 category.** A category scored 0 because we could not verify it: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the fixRAgent maintenance triage MCP server?

fixRAgent maintenance triage is a hosted endpoint at https://fixragent.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http russ4102-fixragent 'https://fixragent.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "russ4102-fixragent": {
      "url": "https://fixragent.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "russ4102-fixragent": {
      "type": "http",
      "url": "https://fixragent.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.russ4102-fixragent]
url = "https://fixragent.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "russ4102-fixragent": {
      "type": "remote",
      "url": "https://fixragent.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add russ4102-fixragent --url 'https://fixragent.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  russ4102-fixragent:
    url: "https://fixragent.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "russ4102-fixragent": {
      "Transport": "http",
      "Url": "https://fixragent.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add russ4102-fixragent -t streamable-http -u 'https://fixragent.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "russ4102-fixragent": {
      "type": "http",
      "url": "https://fixragent.com/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-09-27 (score 72)

First indexed and scored.

## MCP tools (3)

### `assess_property_photo` (~579 tokens)

Assess a property maintenance photo

Use this when someone has a PHOTO of something in a building — an appliance, a boiler, a pipe, a water heater, an electrical panel, a fitting, a leak, damage — and wants to know what it is, how urgent it is, and which trade to call. Typical asks: "what is wrong with this water heater", "my tenant sent this photo, is it urgent", "which trade do I call for this". Returns the fixed contract: what the asset is, whether a fault is visible, one of four urgency words (EMERGENCY, TODAY, THIS WEEK, WHENEVER), which trade to call, a line to say to the resident, and how many independent reads agreed. One call reads the photo on fixragent.com and spends one request from the key's daily allowance. Sent with NO key, it does not read the photo: it returns fixRAgent's stored sample result, labelled SAMPLE, and says how to get a free key. Do not use this for: a person, a pet, an injury, a rash, a medical or veterinary question, a vehicle, food, a document, a screenshot, or a photo of a screen. Do not use it for anything happening RIGHT NOW that needs emergency services — a fire, a gas smell or hissing gas, a carbon-monoxide alarm sounding, water pouring onto live electrics, or anyone hurt: tell the user to leave the building and call 911 (or the local emergency number) first, and do not call this tool. Do not use it to price a repair, to book a contractor, or to decide an insurance claim; it routes the job, it does not quote or dispatch it.

Input parameters:

- `depth` (string): fast reads the photo three times, deep five, and the reply reports how many agreed. deep is slower and spends more of the day's budget; use it only when a first read disagreed with itself.
- `image_base64` (string, required): The photo, base64-encoded. A data:image/jpeg;base64, prefix is accepted and stripped. JPEG, PNG or WebP, at most 3 MB once decoded, at least 1 KB. Location metadata is removed on our server before th…
- `mime_type` (string, required): The photo's type. Must match the bytes; a mismatch is refused, not guessed.
- `problem_text` (string): What the person reported, in their own words ("no hot water since Tuesday"). Optional. Treated as a reported symptom to be checked against the photo, never as ground truth: the reply says whether the…
- `reporter` (string): Who took the photo. Changes how the explanation is worded, not the verdict.

Output parameters:

- `agreement`: n reads ran, k agreed. k is null on a tie.
- `config_id` (string): An id beginning "fallback-" means a hardcoded config answered, not a measured one.
- `core` (object): The fixed contract: asset, fault, tier, trade_required, resident_explanation and the rest.
- `diagnosis_id` (string): Server-minted id for this assessment; the key for the profile and the outcome.
- `engine_version` (string)
- `outcome_url` (string): Two taps to tell us what actually fixed it.
- `rubric_version` (string)
- `sample` (boolean): true = no key was sent: this is the stored SAMPLE, NOT an assessment of the photo you sent. Absent on a real assessment.
- `share_url` (string): The Triage Profile as a page a resident or contractor can open.
- `warnings` (array)

### `get_triage_profile` (~162 tokens)

Read back a saved triage profile

Use this when you already have a fixRAgent diagnosis_id (from assess_property_photo, or from a fixragent.com/c/<id> link a person pasted) and want the saved assessment back as data. Reads only; it never re-reads the photo, never calls the model, and spends nothing from the daily allowance. Do not use this to assess a new photo — that is assess_property_photo. Do not use it to look up a person, an address, a property or an account: it takes one id and returns one assessment, and it returns no contact details of any kind.

Input parameters:

- `diagnosis_id` (string, required): The UUID from assess_property_photo, or the last path segment of a fixragent.com/c/<id> link.

Output parameters:

- `agreement`
- `config_id`
- `core` (object)
- `created_at`
- `diagnosis_id` (string)
- `engine_version`
- `rubric_version`
- `share_url` (string)

### `try_sample` (~124 tokens)

Try a sample assessment (no key needed)

Use this FIRST when the person has just connected fixRAgent, has no key yet, or asks what fixRAgent does or what a result looks like. It needs no key, takes no input, and returns a real stored fixRAgent assessment of a sample photo from fixRAgent's test set (an HVAC air handler and furnace), labelled SAMPLE, plus how to get a free key. It does not read any photo and spends nothing. Do not present the sample as an assessment of the person's own photo; for their photo, use assess_property_photo with a key.

Output parameters:

- `agreement`: n reads ran, k agreed.
- `captured_utc` (string): When the real engine produced this answer.
- `config_id` (string)
- `core` (object): The fixed contract, exactly as the engine returned it for the sample photo.
- `diagnosis_id` (string)
- `engine_version` (string)
- `label` (string): One sentence saying what this is, to show the person as-is.
- `next_step` (string): How to get a free key and assess your own photo.
- `photo` (object): What the sample photo shows, in words. The photo itself is not served.
- `rubric_version` (string)
- `sample` (boolean): Always true: this is a stored example, not a read of any photo you sent.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/russ4102-fixragent/fixragent#diagnostics

## Score history

- 2026-09-27: 72

## Common questions

### What is the fixRAgent maintenance triage MCP server?

fixRAgent maintenance triage is an MCP server listed in the public MCP registry as io.github.Russ4102/fixragent. Assess a property maintenance photo: what it is, how urgent, which trade to call. This page covers its hosted endpoint (https://fixragent.com/mcp).

### Is the fixRAgent maintenance triage MCP server safe to use?

fixRAgent maintenance triage scores 72 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the fixRAgent maintenance triage MCP server expose?

fixRAgent maintenance triage exposes 3 tools: assess_property_photo, get_triage_profile, try_sample. Their descriptions and schemas cost roughly 865 tokens of context every time the server is loaded.

### Does the fixRAgent maintenance triage MCP server require authentication?

No. We connected to fixRAgent maintenance triage without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the fixRAgent maintenance triage MCP server still maintained?

fixRAgent maintenance triage is still listed as active in the MCP registry. We last reached this channel on 27 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://fixragent.com/mcp
- Website: https://fixragent.com/docs?source=listing-mcp-registry-remote
- Changelog RSS feed: https://verifymcp.io/servers/russ4102-fixragent/fixragent.xml
- Changelog JSON feed: https://verifymcp.io/servers/russ4102-fixragent/fixragent.json
- HTML version of this page: https://verifymcp.io/servers/russ4102-fixragent/fixragent
