# io.github.oliverhpage/stoop (remote · stoop-mcp-server.stoop.workers.dev)

Find licensed HVAC, plumbing, and electrical providers in Miami with verified ratings.

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

## Components

- remote · `stoop-mcp-server.stoop.workers.dev`: 57/100 (this document), [markdown](https://verifymcp.io/servers/oliverhpage-stoop/stoop-mcp-server.md), [page](https://verifymcp.io/servers/oliverhpage-stoop/stoop-mcp-server)

## Channel facts

- Endpoint: `https://stoop-mcp-server.stoop.workers.dev/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**: 46/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 4 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 300 tokens (~75/item across 4 items; 4 tools + 0 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**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http oliverhpage-stoop https://stoop-mcp-server.stoop.workers.dev/mcp
```

### Codex

```toml
[mcp_servers.oliverhpage-stoop]
url = "https://stoop-mcp-server.stoop.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "oliverhpage-stoop": {
      "type": "remote",
      "url": "https://stoop-mcp-server.stoop.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add oliverhpage-stoop --url https://stoop-mcp-server.stoop.workers.dev/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  oliverhpage-stoop:
    url: "https://stoop-mcp-server.stoop.workers.dev/mcp"
```

### Other

```json
{
  "mcpServers": {
    "oliverhpage-stoop": {
      "type": "http",
      "url": "https://stoop-mcp-server.stoop.workers.dev/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-02 (score 57, +1)

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

### 2026-07-31 (score 56, −2)

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

### 2026-07-30 (score 58, +1)

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

### 2026-07-28 (score 57, +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-07-27 (score 56, +1)

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

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

First indexed and scored.

## MCP tools (4)

### `service_search` (~139 tokens)

Search for licensed home service providers (HVAC, plumbing, electrical) near a location. Returns ranked results with ratings, pricing, and contact info.

Input parameters:

- `budget_max` (number): Maximum budget in USD for the service
- `category` (string): Explicit trade category override (normally inferred from query)
- `location` (string): Address or area to search near, e.g. 'Miami Beach, FL'. Defaults to Miami.
- `query` (string, required): Natural language description of the service needed, e.g. 'AC not cooling' or 'need a plumber for a leak'
- `urgency` (string): How urgently the service is needed

### `provider_profile` (~43 tokens)

Retrieve detailed profile information for a specific service provider including license status, reviews, and service history.

Input parameters:

- `provider_id` (string, required): Unique identifier of the provider to look up

### `home_profile` (~61 tokens)

Manage the authenticated user's home profile — view or update property details like square footage, year built, and systems installed.

Input parameters:

- `action` (string, required): Whether to retrieve or update the home profile
- `fields` (object): Fields to update when action is 'update'

### `job_history` (~57 tokens)

Retrieve the authenticated user's past service requests and completed jobs, optionally filtered by trade category.

Input parameters:

- `filter_trade` (string): Filter results to a specific trade category
- `limit` (number): Maximum number of results to return (default 10)

## Diagnostics

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

## Score history

- 2026-08-03: 57
- 2026-08-02: 57
- 2026-08-01: 56
- 2026-07-31: 56
- 2026-07-30: 58
- 2026-07-29: 57
- 2026-07-28: 57
- 2026-07-27: 56
- 2026-07-26: 55

## Links

- Remote endpoint: https://stoop-mcp-server.stoop.workers.dev/mcp
- Repository: https://github.com/oliverhpage/stoop
- Changelog RSS feed: https://verifymcp.io/servers/oliverhpage-stoop/stoop-mcp-server/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/oliverhpage-stoop/stoop-mcp-server/changelog.json
- HTML version of this page: https://verifymcp.io/servers/oliverhpage-stoop/stoop-mcp-server
