{ "name": "hyperd-mcp", "mcpName": "io.github.hyperd-ai/hyperd-mcp", "version": "1.1.1", "description": "MCP server for hyperD x402 paid DeFi APIs \u2014 pay per call ($0.005\u2013$1.50 USDC on Base), ~2s settlement, no API keys. 24 paid tools across 7 EVM chains, including 6 premium synthesis verdicts (Haiku 4.5 composed: risk audit, token archetype, wallet thesis, threat brief, gov translate, yield allocation). Drops into Claude Desktop / Cursor / Cline / Zed via stdio.", "keywords": [ "mcp", "model-context-protocol", "x402", "claude", "cursor", "cline", "ai-agents", "defi", "base", "ethereum", "usdc", "stablecoins", "crypto-payments", "paid-apis", "agent-tools" ], "license": "MIT", "author": "the-thomas-code", "homepage": "https://github.com/hyperd-ai/hyperd-mcp#readme", "repository": { "type": "git", "url": "git+https://github.com/hyperd-ai/hyperd-mcp.git" }, "bugs": { "url": "https://github.com/hyperd-ai/hyperd-mcp/issues" }, "type": "commonjs", "main": "dist/server.js", "bin": { "hyperd-mcp": "dist/server.js" }, "files": [ "dist/**/*.js", "dist/**/*.d.ts", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/server.js", "prepublishOnly": "npm run build", "start": "node dist/server.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.17.5", "@x402/core": "^2.6.0", "@x402/evm": "^2.6.0", "viem": "^2.21.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^20.10.0", "typescript": "^5.3.2" }, "engines": { "node": ">=18.0.0" } }