# MCPVOT — x402 Facilitator Machine (remote · mcpvot.xyz)

x402 paid APIs for AI agents on Base. Blockchain, wallet, DEX, crypto, web search.

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

## Components

- remote · `mcpvot.xyz`: 74/100 (this document), [markdown](https://verifymcp.io/servers/mcpvot-mcpvot/api-mcp.md), [page](https://verifymcp.io/servers/mcpvot-mcpvot/api-mcp)

## Channel facts

- Endpoint: `https://mcpvot.xyz/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.2.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**: 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**: 84/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 692 tokens (~115/item across 6 items; 5 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability check failed: schema churn in the 7 days we've observed: 5 tool removals, 0 breaking changes, 0 auth/transport breaks, 3 additions.
- **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 supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http mcpvot-mcpvot https://mcpvot.xyz/api/mcp
```

### Codex

```toml
[mcp_servers.mcpvot-mcpvot]
url = "https://mcpvot.xyz/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "mcpvot-mcpvot": {
      "type": "remote",
      "url": "https://mcpvot.xyz/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add mcpvot-mcpvot --url https://mcpvot.xyz/api/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  mcpvot-mcpvot:
    url: "https://mcpvot.xyz/api/mcp"
```

### Other

```json
{
  "mcpServers": {
    "mcpvot-mcpvot": {
      "type": "http",
      "url": "https://mcpvot.xyz/api/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-07-31 (score 74, +3)

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

### 2026-07-30 (score 71, 0)

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

### 2026-07-28 (score 71, +1)

- [security regression] Stability: unverified → fail
- [security regression] A breaking change shipped without a version bump: still 2.0.0
- [security regression] Tool “get_sports_scores” was removed
- [security regression] Tool “get_weather_forecast” was removed
- [security regression] Tool “lookup_drug_info” was removed
- [security regression] Tool “search_academic_papers” was removed
- [security regression] Tool “search_news” was removed
- [security] The server rewrote its instructions, which are the text every model session reads
- [functional improvement] Schema quality: fail → pass
- [functional] New tool “lookup_driver”
- [functional] New tool “search_hosted_races”
- [functional] New tool “get_race_results”

### 2026-07-27 (score 70)

First indexed and scored.

## MCP tools (5)

### `search_web` (~72 tokens)

Web Search

Search the web via SerpAPI (Google search). Returns organic results with rankings. Costs $0.01 USDC per call. Requires SERPAPI_KEY env var configured on backend.

Input parameters:

- `limit` (integer): Max results (default 10, max 20)
- `q` (string, required): Search query

### `get_race_results` (~96 tokens)

iRacing Race Results

Full iRacing race results including finish order (P1, P2, P3), laps completed, incidents, iRating changes, and weather/track info. Takes a subsession_id (from search_hosted_races). Requires active iRacing subscription. Costs $0.02 USDC per call.

Input parameters:

- `subsession_id` (integer, required): iRacing subsession ID (from search_hosted_races)

### `lookup_driver` (~78 tokens)

iRacing Driver Lookup

Look up an iRacing driver profile by customer ID — iRating, license class, safety rating, career stats (starts, wins, top5s, avg finish, avg incidents). Requires active iRacing subscription. Costs $0.01 USDC per call.

Input parameters:

- `cust_id` (integer, required): iRacing customer ID (numeric)

### `search_hosted_races` (~148 tokens)

Search Hosted iRacing Races

Search iRacing hosted race results by date range, driver, or session name. Returns list of races with subsession IDs, track info, winner, driver count. Use subsession_id with get_race_results for full results. Requires active iRacing subscription. Costs $0.02 USDC per call.

Input parameters:

- `cust_id` (integer): Filter by driver customer ID
- `session_name` (string): Filter by session name (partial match)
- `start_range_begin` (string): Start of date range (YYYY-MM-DD, default: 7 days ago)
- `start_range_end` (string): End of date range (YYYY-MM-DD, default: today)

### `get_ecosystem_status` (~37 tokens)

Ecosystem Status

Get mcpvot.xyz server health, available x402 services, and MCP endpoint info. FREE endpoint (no payment required).

## Diagnostics

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

## Score history

- 2026-08-03: 74
- 2026-08-02: 74
- 2026-08-01: 74
- 2026-07-31: 74
- 2026-07-30: 71
- 2026-07-29: 71
- 2026-07-28: 71
- 2026-07-27: 70

## Links

- Remote endpoint: https://mcpvot.xyz/api/mcp
- Repository: https://github.com/MCPVOT/mcpvot-app
- Changelog RSS feed: https://verifymcp.io/servers/mcpvot-mcpvot/api-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/mcpvot-mcpvot/api-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/mcpvot-mcpvot/api-mcp
