# Paid MCP Metering (remote · paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app)

Metered MCP tools: free discovery over MCP; per-call execution settled in USDC via x402 v2.

- Trust score: 25/100 (low)
- Change this week: 0
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app`: 25/100 (this document), [markdown](https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.md), [page](https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects)

## Channel facts

- Endpoint: `https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `2.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-09-20.

- **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 connect, but we couldn't read the tool list to see what that exposes.
  - 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**: 0/100
  - Transport check failed: declared streamable-http, but the endpoint returned HTTP 410.
- **Schema Quality & AI Usability**: 0/100
  - Schema not yet verified: we couldn't read the endpoint's schema.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 0/100
  - Tool coverage not yet verified: we couldn't read the endpoint's tools.
- **Tool Safety**: 0/100
  - Tool safety not yet verified: we couldn't read the endpoint's tools.
- **Capabilities**: 0/100
  - Capabilities not yet verified: we couldn't read the endpoint's capabilities.

**Unverified: 5 categories.** Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm.

## Install

### How do I install the Paid MCP Metering server?

Paid MCP Metering is a hosted endpoint at https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http dev55acc-ai-paid-mcp-metering 'https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "dev55acc-ai-paid-mcp-metering": {
      "url": "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "dev55acc-ai-paid-mcp-metering": {
      "type": "http",
      "url": "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.dev55acc-ai-paid-mcp-metering]
url = "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "dev55acc-ai-paid-mcp-metering": {
      "type": "remote",
      "url": "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add dev55acc-ai-paid-mcp-metering --url 'https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  dev55acc-ai-paid-mcp-metering:
    url: "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "dev55acc-ai-paid-mcp-metering": {
      "Transport": "http",
      "Url": "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add dev55acc-ai-paid-mcp-metering -t streamable-http -u 'https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp'
```

### Other

```json
{
  "mcpServers": {
    "dev55acc-ai-paid-mcp-metering": {
      "type": "http",
      "url": "https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/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-26 (score 25, 0)

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

### 2026-08-24 (score 25, −38)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Transport: pass → fail
- [security] Authorization: Authorisation not fully verified: no authorisation is required to connect, but we couldn't read the tool list to see what that exposes.
- [functional regression] Capabilities: fail → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-08-23 (score 63)

First indexed and scored.

## MCP tools (2)

### `web_search` (~55 tokens)

Web search returning ranked live results with source URLs. Price: $0.001/call via x402.

Input parameters:

- `max_results` (number): 1-10, default 5
- `query` (string, required): Search query

### `deep_research` (~61 tokens)

Advanced multi-source research pass with a synthesized answer plus cited sources. Price: $0.01/call via x402.

Input parameters:

- `max_results` (number): 1-15, default 8
- `topic` (string, required): Research topic or question

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects#diagnostics

## Score history

- 2026-09-20: 25
- 2026-09-19: 25
- 2026-09-18: 25
- 2026-09-17: 25
- 2026-09-16: 25
- 2026-09-15: 25
- 2026-09-14: 25
- 2026-09-13: 25
- 2026-09-12: 25
- 2026-09-11: 25
- 2026-09-10: 25
- 2026-09-09: 25
- 2026-09-08: 25
- 2026-09-07: 25
- 2026-09-06: 25
- 2026-09-05: 25
- 2026-09-04: 25
- 2026-09-03: 25
- 2026-09-02: 25
- 2026-09-01: 25
- 2026-08-31: 25
- 2026-08-30: 25
- 2026-08-29: 25
- 2026-08-28: 25
- 2026-08-27: 25
- 2026-08-26: 25
- 2026-08-25: 25
- 2026-08-24: 25
- 2026-08-23: 63

## Common questions

### What is the Paid MCP Metering server?

Paid MCP Metering is listed in the public MCP registry as io.github.dev55acc-ai/paid-mcp-metering. Metered MCP tools: free discovery over MCP; per-call execution settled in USDC via x402 v2. This page covers its hosted endpoint (https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp).

### Is the Paid MCP Metering server safe to use?

Paid MCP Metering scores 25 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Paid MCP Metering server expose?

Paid MCP Metering exposes 2 tools: web_search, deep_research. Their descriptions and schemas cost roughly 116 tokens of context every time the server is loaded.

### Does the Paid MCP Metering server require authentication?

No. We connected to Paid MCP Metering without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Paid MCP Metering server still maintained?

Paid MCP Metering is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.vercel.app/mcp
- Repository: https://github.com/dev55acc-ai/paid-mcp-metering
- Changelog RSS feed: https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.xml
- Changelog JSON feed: https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects.json
- HTML version of this page: https://verifymcp.io/servers/dev55acc-ai-paid-mcp-metering/paid-mcp-metering-clsiojdd7-benlafreniere6-3913s-projects
