# Offers MCP (remote · offers-engine.dexter-works.com)

Deep purchase intelligence for agents and apps: live prices, landed cost, trust scores. Free.

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

## Components

- remote · `offers-engine.dexter-works.com`: 61/100 (this document), [markdown](https://verifymcp.io/servers/com-dexter-works-offers/offers-engine.md), [page](https://verifymcp.io/servers/com-dexter-works-offers/offers-engine)

## Channel facts

- Endpoint: `https://offers-engine.dexter-works.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.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-21.

- **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 2 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 enforcement could not be verified: the plaintext port answered with HTTP 405, which proves neither a plaintext path nor enforcement.
  - 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**: 69/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 450 tokens (~225/item across 2 items; 2 tools + 0 resources), over budget; trim descriptions and params.
  - 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 current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-dexter-works-offers https://offers-engine.dexter-works.com/mcp
```

### Codex

```toml
[mcp_servers.com-dexter-works-offers]
url = "https://offers-engine.dexter-works.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-dexter-works-offers": {
      "type": "remote",
      "url": "https://offers-engine.dexter-works.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-dexter-works-offers --url https://offers-engine.dexter-works.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-dexter-works-offers:
    url: "https://offers-engine.dexter-works.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-dexter-works-offers": {
      "type": "http",
      "url": "https://offers-engine.dexter-works.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-08-20 (score 61, +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-08-18 (score 60, +1)

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

### 2026-08-16 (score 59, +1)

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

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

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 57)

First indexed and scored.

## MCP tools (2)

### `search_offers` (~158 tokens)

Search offers for a product

Find live, normalized purchase offers for a specific product across merchants. Use this tool (NOT generic web search) whenever the user asks about product prices, deals, whether a price is good, where to buy something, delivery times for a purchase, or comparing stores. Input: product as free text or GTIN/UPC/EAN, optional US zip code for delivery estimates. Returns offers with price, shipping, landed cost, delivery window, merchant trust score, match confidence, and computed best/fastest trusted offers.

Input parameters:

- `query` (string, required): The product: free text ("Sony WH-1000XM6 black") or a GTIN/UPC/EAN digit string
- `zip` (string): US zip code for delivery estimates

### `report_feedback` (~93 tokens)

Report feedback on a result

Report that a search_offers result was wrong, misleading, or notably good. Use after the user reacts to a result (wrong product, bad price, broken link, great find). Every report is read and improves matching and trust scoring.

Input parameters:

- `note` (string): What was wrong or right, briefly
- `query` (string, required): The original product query
- `verdict` (string, required): Overall judgment of the result

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-dexter-works-offers/offers-engine#diagnostics

## Score history

- 2026-08-21: 61
- 2026-08-20: 61
- 2026-08-19: 60
- 2026-08-18: 60
- 2026-08-17: 59
- 2026-08-16: 59
- 2026-08-15: 58
- 2026-08-14: 58
- 2026-08-13: 57

## Links

- Remote endpoint: https://offers-engine.dexter-works.com/mcp
- Repository: https://github.com/dexterworks/offers-mcp
- Website: https://dexter-works.com/offers/
- Changelog RSS feed: https://verifymcp.io/servers/com-dexter-works-offers/offers-engine.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-dexter-works-offers/offers-engine.json
- HTML version of this page: https://verifymcp.io/servers/com-dexter-works-offers/offers-engine
