{ "name": "boo-mpp-mcp", "version": "1.0.1", "mcpName": "io.github.lucle87/boo-mpp-mcp", "description": "Pay-per-call crypto data for AI agents. USDC.e on Tempo via MPP. No API key.", "type": "module", "bin": { "boo-mpp-mcp": "build/index.js" }, "files": [ "build", "README.md", "llms.txt", "smithery.yaml", "glama.json" ], "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', 0o755)\"", "prepublishOnly": "npm run build", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "mpp", "tempo", "usdc", "crypto", "web3", "rug-check", "ai-agents", "pay-per-call", "robinhood-chain" ], "author": "Boo (lucle87)", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/lucle87/boo-mpp-mcp.git" }, "engines": { "node": ">=18" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.0", "mppx": "^0.8.6", "viem": "^2.21.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^20", "typescript": "^5" } }