{ "name": "x402-money-farm-mcp", "version": "1.0.1", "description": "MCP server for paid web extraction: clean text, metadata, links, JSON-LD and change detection. Pay-per-call in USDC on Base via x402 — no account, no API key, no subscription.", "type": "module", "bin": { "x402-money-farm-mcp": "server.js" }, "main": "server.js", "files": [ "server.js", "README.md", "LICENSE", "server.json" ], "engines": { "node": ">=20" }, "scripts": { "start": "node server.js" }, "keywords": [ "mcp", "modelcontextprotocol", "x402", "agent", "ai", "web-scraping", "metadata", "opengraph", "json-ld", "change-detection", "usdc", "base", "micropayments", "pay-per-call" ], "author": "ken", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/Darkchild88/x402-money-farm-mcp.git" }, "homepage": "https://github.com/Darkchild88/x402-money-farm-mcp#readme", "bugs": { "url": "https://github.com/Darkchild88/x402-money-farm-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@x402/evm": "^2.26.0", "@x402/fetch": "^2.26.0", "dotenv": "^16.4.7", "viem": "^2.56.8", "zod": "^3.25.76" }, "mcpName": "io.github.Darkchild88/x402-money-farm" }