{ "name": "agentreader-mcp", "version": "1.1.0", "mcpName": "io.github.ajanani1/agentreader-mcp", "description": "MCP server for AgentReader (agentreader.dev): 13 pay-per-call tools for AI agents (web intelligence, OFAC sanctions screening, x402 trust data) with automatic x402 USDC payment on Base", "type": "module", "bin": { "agentreader-mcp": "server.mjs" }, "main": "server.mjs", "files": [ "server.mjs", "README.md" ], "engines": { "node": ">=18" }, "keywords": [ "mcp", "x402", "ai-agents", "web-scraping", "usdc", "base", "claude" ], "author": "ajanani1", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/ajanani1/agentreader-mcp.git" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@x402/evm": "^2.20.0", "@x402/fetch": "^2.20.0", "viem": "^2.55.10", "zod": "^4.4.3" } }