Back to Browse

Agentreader MCP Server

Developer ToolsLow Risk10.0MCP RegistryLocal
Free

Server data from the Official MCP Registry

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

About

11 pay-per-call web tools for AI agents, auto-paid in USDC on Base via x402. No API keys.

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (2 strong, 3 medium validity signals). No known CVEs in dependencies. Package registry verified. Imported from the Official MCP Registry.

3 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

0x-prefixed private key of a wallet holding USDC on Base mainnet (use a dedicated agent wallet)Required

Environment variable: AGENTREADER_PRIVATE_KEY

API base URL override (default https://agentreader.dev)Optional

Environment variable: AGENTREADER_API

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-ajanani1-agentreader-mcp": {
      "env": {
        "AGENTREADER_API": "your-agentreader-api-here",
        "AGENTREADER_PRIVATE_KEY": "your-agentreader-private-key-here"
      },
      "args": [
        "-y",
        "agentreader-mcp"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

agentreader-mcp

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

Tools

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

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

Also listed in the official MCP Registry as io.github.ajanani1/agentreader-mcp and on npm.

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 · OpenAPI · llms.txt · x402 discovery

License

MIT

Reviews

No reviews yet

Be the first to review this server!