Skip to main content
ClaudeWave
ajanani1 avatar
ajanani1

agentreader-mcp

View on GitHub

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

MCP ServersOfficial Registry0 stars0 forksJavaScriptUpdated 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.
Use cases

MCP Servers overview

# 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

What people ask about agentreader-mcp

What is ajanani1/agentreader-mcp?

+

ajanani1/agentreader-mcp is mcp servers for the Claude AI ecosystem. MCP server for AgentReader: 11 pay-per-call web intelligence tools for AI agents, auto-paid in USDC on Base via x402 It has 0 GitHub stars and was last updated today.

How do I install agentreader-mcp?

+

You can install agentreader-mcp by cloning the repository (https://github.com/ajanani1/agentreader-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ajanani1/agentreader-mcp safe to use?

+

ajanani1/agentreader-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains ajanani1/agentreader-mcp?

+

ajanani1/agentreader-mcp is maintained by ajanani1. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to agentreader-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy agentreader-mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

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>

More MCP Servers

agentreader-mcp alternatives