{ "name": "@codespar/mcp-bitso", "version": "0.2.2", "description": "MCP server for Bitso — Latin American crypto exchange, trading, funding, withdrawals", "type": "module", "main": "./dist/index.js", "bin": { "mcp-bitso": "./dist/index.js" }, "scripts": { "build": "tsc", "start": "node dist/index.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0" }, "devDependencies": { "@types/node": "^22.0.0", "typescript": "^5.8.0" }, "license": "MIT", "keywords": [ "mcp", "bitso", "crypto", "exchange", "trading", "latam" ], "mcpName": "io.github.codespar/mcp-bitso" }