{ "name": "hyre-mcp", "version": "2.0.0", "description": "HYRE Agent MCP Server — DeFi intelligence tools for AI agents, paid via x402 (Solana USDC)", "type": "module", "mcpName": "io.github.cryptoeights/hyre-mcp", "bin": { "hyre-mcp": "dist/index.js" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "server.json" ], "engines": { "node": ">=18" }, "scripts": { "build": "tsc", "prepublishOnly": "npm run build", "start": "node dist/index.js" }, "keywords": [ "mcp", "model-context-protocol", "hyre", "defi", "solana", "x402", "pumpfun", "meteora", "ai-agents" ], "author": "cryptoeights ", "license": "MIT", "homepage": "https://hyreagent.fun", "repository": { "type": "git", "url": "git+https://github.com/cryptoeights/hyre-mcp.git" }, "bugs": { "url": "https://github.com/cryptoeights/hyre-mcp/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@scure/base": "^2.2.0", "@solana/kit": "^6.9.0", "@x402/fetch": "^2.14.0", "@x402/svm": "^2.14.0", "zod": "^3.25.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.6.0" } }