# AgentPay — Pay-per-call AI Microservices (remote · agentpay.help)

22 AI microservices with x402 micropayments: summarize, translate, code-review. USDC on Base.

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

## Components

- remote · `agentpay.help`: 66/100 (this document), [markdown](https://verifymcp.io/servers/ronaldanton-agentpay/agentpay.md), [page](https://verifymcp.io/servers/ronaldanton-agentpay/agentpay)

## Channel facts

- Endpoint: `https://agentpay.help/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-09-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**: 69/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1231 tokens (~43/item across 28 items; 28 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 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.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 28 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 29 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the AgentPay — Pay-per-call AI Microservices MCP server?

AgentPay — Pay-per-call AI Microservices is a hosted endpoint at https://agentpay.help/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 ronaldanton-agentpay 'https://agentpay.help/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ronaldanton-agentpay": {
      "url": "https://agentpay.help/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ronaldanton-agentpay": {
      "type": "http",
      "url": "https://agentpay.help/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ronaldanton-agentpay]
url = "https://agentpay.help/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ronaldanton-agentpay": {
      "type": "remote",
      "url": "https://agentpay.help/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ronaldanton-agentpay --url 'https://agentpay.help/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ronaldanton-agentpay:
    url: "https://agentpay.help/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ronaldanton-agentpay": {
      "Transport": "http",
      "Url": "https://agentpay.help/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ronaldanton-agentpay -t streamable-http -u 'https://agentpay.help/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ronaldanton-agentpay": {
      "type": "http",
      "url": "https://agentpay.help/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-09-19 (score 66, +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-09-17 (score 65, +1)

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

### 2026-09-15 (score 64, +1)

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

### 2026-09-14 (score 63, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-13 (score 63, +45)

- [security improvement] Authorization: unverified → partial
- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] First check of Judged manipulation: pass
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] MCP protocol: unverified → pass
- [functional] First check of Tool coverage: 0
- [functional] First check of Schema quality: fail
- [functional] First check of Destructive annotations: pass
- [functional] First check of Schema quality: pass
- [functional] First check of Schema quality: good

### 2026-09-12 (score 18)

First indexed and scored.

## MCP tools (28)

### `summarize` (~42 tokens)

AI text summarization — crisp 250-word summary of any text up to 20k chars ($0.01 USDC per call)

Input parameters:

- `text` (string, required)

### `classify-insurance` (~38 tokens)

Insurance lead classifier — intent, urgency, line of business, confidence ($0.02 USDC per call)

Input parameters:

- `text` (string, required)

### `sentiment` (~36 tokens)

Sentiment analysis — positive/negative/neutral with emotions and keywords ($0.02 USDC per call)

Input parameters:

- `text` (string, required)

### `extract` (~43 tokens)

Structured field extraction — key-value pairs from emails, forms, documents ($0.03 USDC per call)

Input parameters:

- `fields` (array)
- `text` (string, required)

### `translate` (~38 tokens)

Text translation — translate to any language ($0.03 USDC per call)

Input parameters:

- `targetLanguage` (string)
- `text` (string, required)

### `code-review` (~43 tokens)

AI code review — bugs, security, performance, quality score ($0.05 USDC per call)

Input parameters:

- `code` (string, required)
- `language` (string)

### `insurance-analysis` (~38 tokens)

Full insurance analysis bundle — classification + field extraction + summary in one call ($0.10 USDC per call)

Input parameters:

- `text` (string, required)

### `token-safety` (~47 tokens)

Token safety check - rug pull risk, honeypot detection, liquidity analysis ($0.02 USDC per call)

Input parameters:

- `address` (string, required)
- `chain` (string)

### `wallet-risk` (~44 tokens)

Wallet risk screening - OFAC sanctions, scam flags, tx patterns ($0.02 USDC per call)

Input parameters:

- `address` (string, required)
- `chain` (string)

### `web-scrape` (~45 tokens)

Extract clean text from any URL - agents read web pages ($0.01 USDC per call)

Input parameters:

- `max_chars` (number)
- `url` (string, required)

### `crypto-price` (~44 tokens)

Real-time crypto prices - BTC, ETH, SOL + more ($0.005 USDC per call)

Input parameters:

- `symbols` (array)
- `vs_currency` (string)

### `image-describe` (~41 tokens)

Vision AI - describe any image from URL ($0.03 USDC per call)

Input parameters:

- `detail` (string)
- `image_url` (string, required)

### `defi-yields` (~45 tokens)

DeFi yield data - APY, TVL, protocol info ($0.01 USDC per call)

Input parameters:

- `chain` (string)
- `protocol` (string)

### `threat-intel` (~44 tokens)

CVE/threat intelligence - vulnerability lookup, severity ($0.02 USDC per call)

Input parameters:

- `cve_id` (string)
- `keyword` (string)

### `sanctions-screen` (~40 tokens)

OFAC/EU sanctions screening - entity check ($0.02 USDC per call)

Input parameters:

- `name` (string, required)
- `type` (string)

### `market-intel` (~35 tokens)

Macro/economic snapshot - GDP, inflation, rates ($0.02 USDC per call)

Input parameters:

- `country` (string)

### `on-chain-events` (~40 tokens)

Decoded on-chain events - recent transfers ($0.01 USDC per call)

Input parameters:

- `address` (string, required)
- `chain` (string)

### `content-safety` (~35 tokens)

Content security scan - PII, toxicity, bias ($0.02 USDC per call)

Input parameters:

- `text` (string, required)

### `agent-reputation` (~33 tokens)

Agent reputation score - endpoint trustworthiness ($0.01 USDC per call)

Input parameters:

- `endpoint_url` (string, required)

### `legal-lookup` (~39 tokens)

Legal/regulatory lookup - company registration ($0.03 USDC per call)

Input parameters:

- `jurisdiction` (string)
- `query` (string, required)

### `news-feed` (~39 tokens)

Real-time news feed - headlines by topic ($0.005 USDC per call)

Input parameters:

- `limit` (number)
- `query` (string, required)

### `weather-data` (~38 tokens)

Weather data - current conditions and forecast ($0.005 USDC per call)

Input parameters:

- `days` (number)
- `location` (string, required)

### `web-search` (~46 tokens)

Web search - top results for any query with title, url, snippet ($0.01 USDC per call)

Input parameters:

- `max_results` (number)
- `query` (string, required)

### `memory` (~57 tokens)

Persistent key-value memory scoped to your wallet - agents remember across runs ($0.005 USDC per call)

Input parameters:

- `action` (string, required)
- `key` (string, required)
- `namespace` (string)
- `value` (string, required)

### `geocode` (~46 tokens)

Geocode place names to lat/lon; reverse geocode coordinates to addresses ($0.005 USDC per call)

Input parameters:

- `query` (string, required)
- `reverse` (boolean)

### `eth-gas` (~36 tokens)

Ethereum gas prices - rapid/fast/standard/slow in gwei plus ETH spot price ($0.003 USDC per call)

### `prediction-market` (~43 tokens)

Polymarket prediction market odds - live probabilities for any topic ($0.01 USDC per call)

Input parameters:

- `limit` (number)
- `query` (string, required)

### `deep-research` (~45 tokens)

PREMIUM deep research - multi-source web research into a cited markdown report ($0.25 USDC per call)

Input parameters:

- `depth` (string)
- `topic` (string, required)

## Diagnostics

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

## Score history

- 2026-09-20: 66
- 2026-09-19: 66
- 2026-09-18: 65
- 2026-09-17: 65
- 2026-09-16: 64
- 2026-09-15: 64
- 2026-09-14: 63
- 2026-09-13: 63
- 2026-09-12: 18

## Common questions

### What is the AgentPay — Pay-per-call AI Microservices MCP server?

AgentPay — Pay-per-call AI Microservices is an MCP server listed in the public MCP registry as io.github.ronaldanton/agentpay. 22 AI microservices with x402 micropayments: summarize, translate, code-review. USDC on Base. This page covers its hosted endpoint (https://agentpay.help/mcp).

### Is the AgentPay — Pay-per-call AI Microservices MCP server safe to use?

AgentPay — Pay-per-call AI Microservices scores 66 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 AgentPay — Pay-per-call AI Microservices MCP server expose?

AgentPay — Pay-per-call AI Microservices exposes 28 tools: summarize, classify-insurance, sentiment, extract, translate, and 23 more. Their descriptions and schemas cost roughly 1,160 tokens of context every time the server is loaded.

### Does the AgentPay — Pay-per-call AI Microservices MCP server require authentication?

No. We connected to AgentPay — Pay-per-call AI Microservices without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the AgentPay — Pay-per-call AI Microservices MCP server still maintained?

AgentPay — Pay-per-call AI Microservices 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://agentpay.help/mcp
- Repository: https://github.com/ronaldanton/x402-shop
- Website: https://agentpay.help/
- Changelog RSS feed: https://verifymcp.io/servers/ronaldanton-agentpay/agentpay.xml
- Changelog JSON feed: https://verifymcp.io/servers/ronaldanton-agentpay/agentpay.json
- HTML version of this page: https://verifymcp.io/servers/ronaldanton-agentpay/agentpay
