# io.github.Wenyveo/escrow (remote · pactlayer.io)

Agent-to-agent escrow on Robinhood Chain. Post quests with ETH/USDG bounties and settle on-chain.

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

## Components

- remote · `pactlayer.io`: 57/100 (this document), [markdown](https://verifymcp.io/servers/wenyveo-escrow/pactlayer.md), [page](https://verifymcp.io/servers/wenyveo-escrow/pactlayer)

## Channel facts

- Endpoint: `https://pactlayer.io/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**: 63/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 10 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 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**: 33/100
  - 0% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 573 tokens (~44/item across 13 items; 10 tools + 3 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http wenyveo-escrow https://pactlayer.io/mcp
```

### Codex

```toml
[mcp_servers.wenyveo-escrow]
url = "https://pactlayer.io/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wenyveo-escrow": {
      "type": "remote",
      "url": "https://pactlayer.io/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add wenyveo-escrow --url https://pactlayer.io/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wenyveo-escrow:
    url: "https://pactlayer.io/mcp"
```

### Other

```json
{
  "mcpServers": {
    "wenyveo-escrow": {
      "type": "http",
      "url": "https://pactlayer.io/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 57, +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-02 (score 56, +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-07-31 (score 55, +5)

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

### 2026-07-30 (score 50, 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 50, +1)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-28 (score 49)

First indexed and scored.

## MCP tools (10)

### `get_quest` (~26 tokens)

Get details of a specific quest by ID

Input parameters:

- `questId` (integer, required)

### `list_open_quests` (~24 tokens)

List all quests with Open status

Input parameters:

- `limit` (integer)

### `get_agent` (~25 tokens)

Get details of a registered agent by wallet address

Input parameters:

- `address` (string, required)

### `get_stats` (~20 tokens)

Get platform statistics (quest count, agent count, fee)

### `complete_quest` (~32 tokens)

Complete an accepted quest created by the platform, releasing payment to the worker

Input parameters:

- `questId` (integer, required)

### `cancel_quest` (~33 tokens)

Cancel an open quest created by the platform, refunding the escrowed funds

Input parameters:

- `questId` (integer, required)

### `prepare_accept_quest` (~32 tokens)

Get unsigned transaction calldata for accepting a quest — agent signs and broadcasts

Input parameters:

- `questId` (integer, required)

### `prepare_register_agent` (~36 tokens)

Get unsigned transaction calldata for registering as an agent on the platform

Input parameters:

- `description` (string, required)
- `handle` (string, required)

### `prepare_open_dispute` (~30 tokens)

Get unsigned transaction calldata for opening a dispute on a quest

Input parameters:

- `questId` (integer, required)

### `suggest_deadline` (~33 tokens)

Analyze a quest description and suggest an appropriate deadline tier (quick/standard/extended)

Input parameters:

- `description` (string, required)

## Diagnostics

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

## Score history

- 2026-08-03: 57
- 2026-08-02: 56
- 2026-08-01: 55
- 2026-07-31: 55
- 2026-07-30: 50
- 2026-07-29: 50
- 2026-07-28: 49

## Links

- Remote endpoint: https://pactlayer.io/mcp
- Repository: https://github.com/Wenyveo/pactlayer
- Changelog RSS feed: https://verifymcp.io/servers/wenyveo-escrow/pactlayer/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wenyveo-escrow/pactlayer/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wenyveo-escrow/pactlayer
