# ResolutionRelay API Search (remote · api.mayneart.uk)

Search millions of x402 APIs for data, finance, validation, security, inventory, sync and automation

- Trust score: 62/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-20

## Components

- remote · `api.mayneart.uk`: 62/100 (this document), [markdown](https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api.md), [page](https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api)

## Channel facts

- Endpoint: `https://api.mayneart.uk/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-20.

- **Endpoint Security**: 63/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 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**: 74/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 228 tokens (~57/item across 4 items; 4 tools + 0 resources), lean.
  - 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**: 71/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 14% of tool parameters carry a description.
- **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

### Claude

```bash
claude mcp add --transport http uk-mayneart-api-resolution-relay-api-search https://api.mayneart.uk/mcp
```

### Codex

```toml
[mcp_servers.uk-mayneart-api-resolution-relay-api-search]
url = "https://api.mayneart.uk/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "uk-mayneart-api-resolution-relay-api-search": {
      "type": "remote",
      "url": "https://api.mayneart.uk/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add uk-mayneart-api-resolution-relay-api-search --url https://api.mayneart.uk/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  uk-mayneart-api-resolution-relay-api-search:
    url: "https://api.mayneart.uk/mcp"
```

### Other

```json
{
  "mcpServers": {
    "uk-mayneart-api-resolution-relay-api-search": {
      "type": "http",
      "url": "https://api.mayneart.uk/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 62, +44)

- [security improvement] Authorization: unverified → partial
- [security improvement] Transport: fail → pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Schema quality: fail
- [functional] First check of Tool coverage: 14
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good

### 2026-08-19 (score 18)

First indexed and scored.

## MCP tools (4)

### `search_apis` (~77 tokens)

Use this FIRST to find ResolutionRelay SELLABLE APIs by natural-language need. Free discovery over the live inventory. Returns individual candidate APIs, x402 price, OpenAPI URL and paid execution endpoint.

Input parameters:

- `cursor` (integer|null)
- `limit` (integer)
- `query` (string, required): What capability or business outcome is needed

### `get_api` (~33 tokens)

Get one API manifest by slug, including endpoint, OpenAPI URL and x402 price.

Input parameters:

- `slug` (string, required)

### `list_apis` (~43 tokens)

Page through the live SELLABLE API inventory. Prefer search_apis when you know the need.

Input parameters:

- `cursor` (integer|null)
- `limit` (integer)

### `prepare_api_execution` (~54 tokens)

Prepare a paid ResolutionRelay API call. Returns the exact POST endpoint and x402 price ($0.005 per execution). The API itself remains protected by the existing HTTP x402 payment gate.

Input parameters:

- `slug` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api#diagnostics

## Score history

- 2026-08-20: 62
- 2026-08-19: 18

## Links

- Remote endpoint: https://api.mayneart.uk/mcp
- Website: https://api.mayneart.uk/apis?limit=1
- Changelog RSS feed: https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api.xml
- Changelog JSON feed: https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api.json
- HTML version of this page: https://verifymcp.io/servers/uk-mayneart-api-resolution-relay-api-search/api
