# Automan (remote · mcp.amer-daniel.com)

Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC).

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

## Components

- remote · `mcp.amer-daniel.com`: 59/100 (this document), [markdown](https://verifymcp.io/servers/i02202-automan/mcp.md), [page](https://verifymcp.io/servers/i02202-automan/mcp)

## Channel facts

- Endpoint: `https://mcp.amer-daniel.com/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**: 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 12 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 enforcement could not be verified: the plaintext port answered with HTTP 404, 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 396 tokens (~33/item across 12 items; 12 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 20/100
  - Stability observed for 6 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 71/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.
  - Structured output schemas are declared (8% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 12 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 12 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 Automan MCP server?

Automan is a hosted endpoint at https://mcp.amer-daniel.com/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 i02202-automan 'https://mcp.amer-daniel.com/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "i02202-automan": {
      "url": "https://mcp.amer-daniel.com/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "i02202-automan": {
      "type": "http",
      "url": "https://mcp.amer-daniel.com/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.i02202-automan]
url = "https://mcp.amer-daniel.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "i02202-automan": {
      "type": "remote",
      "url": "https://mcp.amer-daniel.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add i02202-automan --url 'https://mcp.amer-daniel.com/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  i02202-automan:
    url: "https://mcp.amer-daniel.com/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "i02202-automan": {
      "Transport": "http",
      "Url": "https://mcp.amer-daniel.com/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add i02202-automan -t streamable-http -u 'https://mcp.amer-daniel.com/mcp'
```

### Other

```json
{
  "mcpServers": {
    "i02202-automan": {
      "type": "http",
      "url": "https://mcp.amer-daniel.com/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 59, +1)

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

### 2026-09-17 (score 58, +40)

- [security improvement] Injection markers: unverified → pass
- [security improvement] Transport: fail → pass
- [security] Authorization: Authorisation not fully verified: no authorisation is required to call this server, and 12 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
- [security] Tool “analisis_datos” rewrote its description, which is the text the model reads
- [security] Tool “grafico” rewrote its description, which is the text the model reads
- [security] Tool “reporte” rewrote its description, which is the text the model reads
- [security] Tool “snippet_codigo” rewrote its description, which is the text the model reads
- [functional improvement] Endpoint reachability: not serving MCP → reachable
- [functional improvement] Tool coverage: unverified → 100
- [functional improvement] Stability: unverified → 0.10
- [functional improvement] MCP protocol: unverified → pass

### 2026-09-16 (score 18, −39)

- [security regression] Endpoint reachability: reachable → not serving MCP
- [security regression] Tool safety: pass → unverified
- [security regression] Stability: 0.03 → unverified
- [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: pass → unverified
- [functional regression] Tool coverage: 100 → unverified
- [functional] First check of Schema quality: unverified

### 2026-09-15 (score 57, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-14 (score 57)

First indexed and scored.

## MCP tools (12)

### `resumen` (~32 tokens)

Resumir un documento o articulo — pago x402 $0.05 USDC

Input parameters:

- `input` (string, required)

### `traduccion` (~32 tokens)

Traducir texto entre idiomas — pago x402 $0.08 USDC

Input parameters:

- `input` (string, required)

### `extraccion_datos` (~38 tokens)

Extraer/estructurar datos a JSON o CSV — pago x402 $0.12 USDC

Input parameters:

- `input` (string, required)

### `responder` (~34 tokens)

Responder una pregunta con mini-investigacion — pago x402 $0.05 USDC

Input parameters:

- `input` (string, required)

### `correccion` (~32 tokens)

Corregir y editar texto — pago x402 $0.05 USDC

Input parameters:

- `input` (string, required)

### `copy_corto` (~39 tokens)

Redactar copy corto (bio, descripcion, post) — pago x402 $0.07 USDC

Input parameters:

- `input` (string, required)

### `clasificar` (~33 tokens)

Clasificar/etiquetar items — pago x402 $0.03 USDC

Input parameters:

- `input` (string, required)

### `snippet_codigo` (~33 tokens)

Escribir un snippet o script pequeno — pago x402 $0.45 USDC

Input parameters:

- `input` (string, required)

### `analisis_datos` (~34 tokens)

Analizar un dataset con pandas — pago x402 $1.25 USDC

Input parameters:

- `input` (string, required)

### `grafico` (~34 tokens)

Generar un grafico/visualizacion — pago x402 $0.35 USDC

Input parameters:

- `input` (string, required)

### `reporte` (~33 tokens)

Producir un reporte estructurado completo — pago x402 $2.5 USDC

Input parameters:

- `input` (string, required)

### `automan_info` (~22 tokens)

Catalogo y precios de Automan; libre (sin pago).

Output parameters:

- `result` (string)

## Diagnostics

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

## Score history

- 2026-09-20: 59
- 2026-09-19: 59
- 2026-09-18: 58
- 2026-09-17: 58
- 2026-09-16: 18
- 2026-09-15: 57
- 2026-09-14: 57

## Common questions

### What is the Automan MCP server?

Automan is an MCP server listed in the public MCP registry as io.github.i02202/automan. Autonomous AI agent selling pay-per-call skills settled with x402 micropayments (USDC). This page covers its hosted endpoint (https://mcp.amer-daniel.com/mcp).

### Is the Automan MCP server safe to use?

Automan 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 Automan MCP server expose?

Automan exposes 12 tools: resumen, traduccion, extraccion_datos, responder, correccion, and 7 more. Their descriptions and schemas cost roughly 396 tokens of context every time the server is loaded.

### Does the Automan MCP server require authentication?

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

### Is the Automan MCP server still maintained?

Automan 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://mcp.amer-daniel.com/mcp
- Repository: https://github.com/i02202/automan
- Website: https://automan.amer-daniel.com/
- Changelog RSS feed: https://verifymcp.io/servers/i02202-automan/mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/i02202-automan/mcp.json
- HTML version of this page: https://verifymcp.io/servers/i02202-automan/mcp
