{ "name": "@coinversaa/mcp-server", "version": "0.11.1", "description": "Coinversa Pulse — Crypto intelligence MCP server for AI agents. 103 tools covering Hyperliquid trader analytics, position lifecycles with MAE/MFE execution quality, trader archetype discovery, HIP-4 outcome contracts, outcome/perp position context, syncer-backed risk routes, all-time and 30-day-refreshed cohort intelligence, live market data, builder dex markets, builder-revenue analytics (ledger-exact leaderboards, profiles, audience cohorts, retention, overlap, user lifecycle, journey economics, activity heatmaps, order intent), and canonical cross-market asset taxonomy (PAXG↔GOLD). Read-only: no trading or fund movement. Hosted OAuth 2.1 endpoint at https://mcp.coinversa.ai/mcp; this package is the stdio build (COINVERSAA_API_KEY). Support: chat@coinversaa.ai", "type": "module", "bin": { "coinversaa-mcp": "build/index.js" }, "files": [ "build" ], "scripts": { "build": "tsc && chmod 755 build/index.js", "dev": "node --loader ts-node/esm src/index.ts", "prepare": "npm run build", "test": "bun test" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "@toon-format/toon": "^2.1.0", "zod": "^3.24.0" }, "devDependencies": { "@types/node": "^20.11.24", "ts-node": "^10.9.2", "typescript": "^5.3.3" }, "keywords": [ "mcp", "crypto", "hyperliquid", "trading", "intelligence", "ai-agent", "coinversaa", "model-context-protocol", "claude", "cursor" ], "author": "Coinversa (https://coinversa.ai)", "homepage": "https://github.com/coinversaa/mcp-server#readme", "repository": { "type": "git", "url": "git+https://github.com/coinversaa/mcp-server.git" }, "bugs": { "url": "https://github.com/coinversaa/mcp-server/issues" }, "license": "MIT", "mcpName": "io.github.Coinversaa/mcp-server", "openclaw": { "extensions": [ "./build/index.js" ] } }