UNPKG

upbit-mcp-server

Version:

업비트 암호화폐 정보를 제공하는 MCP 서버

40 lines 1.03 kB
{ "name": "upbit-mcp-server", "version": "1.0.0", "description": "업비트 암호화폐 정보를 제공하는 MCP 서버", "main": "dist/index.js", "bin": { "upbit-mcp-server": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "start": "node dist/index.js", "prepublishOnly": "npm run build", "test": "node dist/index.js" }, "keywords": ["mcp", "upbit", "cryptocurrency", "claude", "bitcoin", "ethereum"], "author": "Jay", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/jay/upbit-mcp-server" }, "homepage": "https://github.com/jay/upbit-mcp-server#readme", "bugs": { "url": "https://github.com/jay/upbit-mcp-server/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "axios": "^1.6.0" }, "devDependencies": { "@types/node": "^20.0.0", "tsx": "^4.0.0", "typescript": "^5.0.0" }, "files": ["dist/**/*", "README.md"], "engines": { "node": ">=18.0.0" } }