{ "name": "@cryptoapis-io/mcp-market-data", "version": "0.3.0", "description": "MCP server for cryptocurrency asset prices, exchange rates, and market metadata via Crypto APIs", "license": "MIT", "author": "Crypto APIs, Inc.", "repository": { "type": "git", "url": "https://github.com/CryptoAPIs-io/cryptoapis-mcp-market-data.git" }, "mcpName": "io.github.CryptoAPIs-io/mcp-market-data", "keywords": [ "mcp", "cryptoapis", "blockchain", "market-data", "exchange-rates", "prices" ], "publishConfig": { "access": "public" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist", "README.md", "server.json" ], "bin": { "cryptoapis-mcp-market-data": "dist/cli.js" }, "dependencies": { "@cryptoapis-io/mcp-shared": "^0.3.0", "@modelcontextprotocol/sdk": "^1.27.1", "express": "^4.22.1", "zod": "^3.25.0" }, "scripts": { "dev": "tsx watch src/cli.ts", "build": "tsc -p tsconfig.json", "typecheck": "tsc -p tsconfig.json --noEmit", "lint": "node -e \"console.log('lint: add eslint if you want')\"", "test": "node -e \"console.log('test: add later')\"", "clean": "rimraf dist" }, "devDependencies": { "@types/express": "^5.0.6", "@types/node": "^25.0.3", "typescript": "^5.5.4" } }