# Hermes Agent Data Services (x402) (remote · x402-agent.majighufron.workers.dev)

On-chain data for agents: token reports, contract DD, pool risk, wallet profile - USDC per call.

- Trust score: 59/100 (low)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-25

## Components

- remote · `x402-agent.majighufron.workers.dev`: 59/100 (this document), [markdown](https://verifymcp.io/servers/ajighufron9999-x402-agent-data/x402-agent.md), [page](https://verifymcp.io/servers/ajighufron9999-x402-agent-data/x402-agent)

## Channel facts

- Endpoint: `https://x402-agent.majighufron.workers.dev/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-25.

- **Endpoint Security**: 46/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 5 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 check failed: the endpoint is reachable over plaintext HTTP.
  - 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**: 70/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 462 tokens (~92/item across 5 items; 5 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 7/100
  - Stability observed for 2 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 82/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 45% 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 5 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 6 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 Hermes Agent Data Services (x402) MCP server?

Hermes Agent Data Services (x402) is a hosted endpoint at https://x402-agent.majighufron.workers.dev/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 ajighufron9999-x402-agent-data 'https://x402-agent.majighufron.workers.dev/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "ajighufron9999-x402-agent-data": {
      "url": "https://x402-agent.majighufron.workers.dev/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "ajighufron9999-x402-agent-data": {
      "type": "http",
      "url": "https://x402-agent.majighufron.workers.dev/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.ajighufron9999-x402-agent-data]
url = "https://x402-agent.majighufron.workers.dev/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "ajighufron9999-x402-agent-data": {
      "type": "remote",
      "url": "https://x402-agent.majighufron.workers.dev/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add ajighufron9999-x402-agent-data --url 'https://x402-agent.majighufron.workers.dev/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  ajighufron9999-x402-agent-data:
    url: "https://x402-agent.majighufron.workers.dev/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "ajighufron9999-x402-agent-data": {
      "Transport": "http",
      "Url": "https://x402-agent.majighufron.workers.dev/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add ajighufron9999-x402-agent-data -t streamable-http -u 'https://x402-agent.majighufron.workers.dev/mcp'
```

### Other

```json
{
  "mcpServers": {
    "ajighufron9999-x402-agent-data": {
      "type": "http",
      "url": "https://x402-agent.majighufron.workers.dev/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-25 (score 59, +1)

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

### 2026-09-24 (score 58, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-23 (score 58)

First indexed and scored.

## MCP tools (5)

### `service_catalog` (~27 tokens)

Free: list the paid data services, their prices, the payment network and the receiving wallet.

### `token_report` (~138 tokens)

ERC-20 on-chain report (metadata, supply, transfer activity, optional pool depth). Chains: base, base-sepolia, robinhood. Price 0.01 USDC — pay first, then pass payment_signature.

Input parameters:

- `blocks` (number): log window in blocks (default 300)
- `chain` (string): chain to read data from
- `payment_signature` (string): base64 of {"txHash":"0x…"} of your USDC transfer to payTo on Base
- `pool` (string): optional pool address to report its token balance
- `token` (string, required): token contract address 0x…

### `contract_dd` (~79 tokens)

Due-diligence signals for a token contract: risky selectors found in bytecode, owner and renounced status, transfer activity. Signals to investigate, not a verdict. Price 0.05 USDC.

Input parameters:

- `blocks` (number)
- `chain` (string)
- `payment_signature` (string)
- `token` (string, required)

### `pool_risk` (~105 tokens)

Pool depth, implied price and constant-product slippage for a trade size. Price 0.02 USDC.

Input parameters:

- `base` (string, required): token you would sell
- `chain` (string)
- `notional` (string): amount of base token to sell (default 1000)
- `payment_signature` (string)
- `pool` (string, required): address holding both tokens (the AMM pool contract)
- `quote` (string, required): token you would receive

### `wallet_profile` (~75 tokens)

Activity profile for one address on one token: transfers in/out, distinct counterparties, first and last block seen. Price 0.03 USDC.

Input parameters:

- `address` (string, required)
- `blocks` (number)
- `chain` (string)
- `payment_signature` (string)
- `token` (string, required)

## Diagnostics

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

## Score history

- 2026-09-25: 59
- 2026-09-24: 58
- 2026-09-23: 58

## Common questions

### What is the Hermes Agent Data Services (x402) MCP server?

Hermes Agent Data Services (x402) is an MCP server listed in the public MCP registry as io.github.AjiGhufron9999/x402-agent-data. On-chain data for agents: token reports, contract DD, pool risk, wallet profile - USDC per call. This page covers its hosted endpoint (https://x402-agent.majighufron.workers.dev/mcp).

### Is the Hermes Agent Data Services (x402) MCP server safe to use?

Hermes Agent Data Services (x402) scores 59 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 Hermes Agent Data Services (x402) MCP server expose?

Hermes Agent Data Services (x402) exposes 5 tools: service_catalog, token_report, contract_dd, pool_risk, wallet_profile. Their descriptions and schemas cost roughly 424 tokens of context every time the server is loaded.

### Does the Hermes Agent Data Services (x402) MCP server require authentication?

No. We connected to Hermes Agent Data Services (x402) without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Hermes Agent Data Services (x402) MCP server still maintained?

Hermes Agent Data Services (x402) is still listed as active in the MCP registry. We last reached this channel on 25 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://x402-agent.majighufron.workers.dev/mcp
- Website: https://x402-agent.majighufron.workers.dev/
- Changelog RSS feed: https://verifymcp.io/servers/ajighufron9999-x402-agent-data/x402-agent.xml
- Changelog JSON feed: https://verifymcp.io/servers/ajighufron9999-x402-agent-data/x402-agent.json
- HTML version of this page: https://verifymcp.io/servers/ajighufron9999-x402-agent-data/x402-agent
