Skip to main content
ClaudeWave
ajanani1 avatar
ajanani1

agentreader-mcp

Ver en GitHub

MCP server for AgentReader: 11 pay-per-call web intelligence tools for AI agents, auto-paid in USDC on Base via x402

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptActualizado today
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ajanani1/agentreader-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "agentreader-mcp": {
      "command": "node",
      "args": ["/path/to/agentreader-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ajanani1/agentreader-mcp and follow its README for install instructions.
Casos de uso

Resumen de MCP Servers

# agentreader-mcp

MCP server for [AgentReader](https://agentreader.dev) — 11 pay-per-call web intelligence tools for AI agents, paid automatically in USDC on Base via the [x402 protocol](https://www.x402.org). No API keys, no accounts: your agent's wallet pays $0.001–$0.03 per call and failed requests are never charged.

## Tools

| Tool | Price | What it does |
|---|---|---|
| `read_page` | $0.005 | Web page → clean LLM-ready markdown article |
| `page_metadata` | $0.002 | Title, OpenGraph, Twitter cards, JSON-LD, headings |
| `clean_html` | $0.003 | Raw HTML → markdown |
| `pdf_text` | $0.01 | PDF URL → full text (up to 25 MB) |
| `parse_feed` | $0.003 | RSS/Atom/RDF feed → normalized JSON items |
| `parse_sitemap` | $0.003 | XML sitemap → URL list |
| `extract_links` | $0.002 | Page link graph with anchor text |
| `dns_lookup` | $0.001 | DNS records with TTLs |
| `screenshot` | $0.02 | Real-browser PNG screenshot |
| `summarize` | $0.02 | AI summary of URL or text (dense, factual) |
| `extract_structured` | $0.03 | Page/text → JSON matching **your** JSON Schema |

## Setup

You need a wallet holding a little USDC on **Base mainnet** ($1 covers hundreds of calls). Use a dedicated agent wallet, not your main one.

Claude Desktop / Claude Code / any MCP client:

```json
{
  "mcpServers": {
    "agentreader": {
      "command": "npx",
      "args": ["-y", "agentreader-mcp"],
      "env": { "AGENTREADER_PRIVATE_KEY": "0xYourAgentWalletPrivateKey" }
    }
  }
}
```

Also listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=agentreader) as `io.github.ajanani1/agentreader-mcp` and on [npm](https://www.npmjs.com/package/agentreader-mcp).

Environment variables:

- `AGENTREADER_PRIVATE_KEY` (required) — private key of the paying wallet (USDC on Base; gas not needed, x402 uses gasless USDC authorizations)
- `AGENTREADER_API` (optional) — API base URL, default `https://agentreader.dev`

## How payment works

Each tool call hits the AgentReader API, receives an HTTP 402 with x402 payment requirements, signs a USDC authorization with your key, and retries. Settlement happens through the Coinbase CDP facilitator on Base mainnet. Errors (4xx/5xx) never settle — you only pay for delivered results.

## API without MCP

The same endpoints are callable directly over HTTP with any x402 client: [catalog](https://agentreader.dev/) · [OpenAPI](https://agentreader.dev/openapi.json) · [llms.txt](https://agentreader.dev/llms.txt) · [x402 discovery](https://agentreader.dev/.well-known/x402)

## License

MIT

Lo que la gente pregunta sobre agentreader-mcp

¿Qué es ajanani1/agentreader-mcp?

+

ajanani1/agentreader-mcp es mcp servers para el ecosistema de Claude AI. MCP server for AgentReader: 11 pay-per-call web intelligence tools for AI agents, auto-paid in USDC on Base via x402 Tiene 0 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala agentreader-mcp?

+

Puedes instalar agentreader-mcp clonando el repositorio (https://github.com/ajanani1/agentreader-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar ajanani1/agentreader-mcp?

+

ajanani1/agentreader-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene ajanani1/agentreader-mcp?

+

ajanani1/agentreader-mcp es mantenido por ajanani1. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a agentreader-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega agentreader-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: ajanani1/agentreader-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ajanani1-agentreader-mcp)](https://claudewave.com/repo/ajanani1-agentreader-mcp)
<a href="https://claudewave.com/repo/ajanani1-agentreader-mcp"><img src="https://claudewave.com/api/badge/ajanani1-agentreader-mcp" alt="Featured on ClaudeWave: ajanani1/agentreader-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a agentreader-mcp