{ "name": "@forgemeshlabs/x402-ads-mcp", "version": "0.2.2", "mcpName": "io.github.forgemeshlabs/x402-ads-mcp", "description": "Install one middleware. Monetize unused 402 responses with recommendations, discovery, and machine commerce analytics. MCP server: 7 tools for agent demand analytics, paid per call in USDC on Base; free for publishers on their own traffic.", "main": "index.js", "bin": { "x402-ads-mcp": "index.js" }, "files": [ "index.js", "README.md", "LICENSE", "glama.json", "GLAMA.md", "server.json", "Dockerfile" ], "scripts": { "start": "node index.js", "build": "echo \"no build step required\"", "check": "node --check index.js", "test": "node tests/smoke.test.js", "test:free": "node tests/free-tools.test.js", "test:challenge": "node tests/paid-challenge.test.js", "test:all": "npm run check && npm test && npm run test:free && npm run test:challenge" }, "engines": { "node": ">=20" }, "keywords": [ "mcp", "model-context-protocol", "x402", "intent", "analytics", "machine-commerce", "agent-economy", "demand", "402", "forgemesh", "coinbase", "base", "usdc", "micropayments" ], "author": "clawdbotworker ", "maintainers": [ "clawdbotworker " ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/forgemeshlabs/x402-ads-mcp.git" }, "homepage": "https://ads.forgemesh.io", "bugs": { "url": "https://github.com/forgemeshlabs/x402-ads-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "@x402/core": "2.11.0", "@x402/evm": "2.11.0", "viem": "^2.0.0", "zod": "^3.25.76" }, "overrides": { "ws": "8.21.0" } }