{ "name": "payflowagent-mcp", "version": "0.1.3", "description": "MCP server for PayFlowAgent — free & pay-per-call (x402/USDC) nad.fun token intelligence and DeFi yield opportunities.", "keywords": [ "mcp", "modelcontextprotocol", "mcp-server", "x402", "monad", "nad.fun", "crypto", "token", "agent", "defi", "yield", "datafeed" ], "homepage": "https://payflowagent.net", "repository": { "type": "git", "url": "git+https://github.com/Coinlooter/payflowagent-mcp.git" }, "bugs": { "url": "https://github.com/Coinlooter/payflowagent-mcp/issues" }, "license": "MIT", "author": "PayFlowAgent", "type": "module", "main": "dist/index.js", "bin": { "payflowagent-mcp": "dist/index.js" }, "mcpName": "io.github.Coinlooter/mcp", "files": [ "dist", "README.md" ], "engines": { "node": ">=18.0.0" }, "scripts": { "start": "tsx src/index.ts", "dev": "tsx watch src/index.ts", "build": "tsc -p tsconfig.build.json", "prepack": "npm run build", "typecheck": "tsc --noEmit", "test": "echo \"no tests yet\"" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@x402/core": "^2.17.0", "@x402/evm": "^2.17.0", "viem": "^2.21.0", "zod": "^3.23.0" }, "devDependencies": { "@types/node": "^26.0.1", "tsx": "^4.19.0", "typescript": "^5.6.0" } }