We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nirholas/universal-crypto-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@nirholas/binance-mcp-server",
"version": "1.0.0",
"description": "MCP server for Binance exchange - spot trading, staking, wallet, NFT, pay, mining, and more",
"type": "module",
"main": "./build/index.js",
"scripts": {
"start": "node build/index.js",
"start:sse": "node build/index.js --sse",
"dev": "tsx watch src/index.ts",
"dev:sse": "tsx watch src/index.ts --sse",
"build": "tsc",
"init": "tsx src/init.ts",
"test": "npx @modelcontextprotocol/inspector tsx src/index.ts"
},
"bin": {
"binance-mcp": "./build/index.js"
},
"files": [
"build",
"README.md",
"LICENSE"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
},
"repository": {
"type": "git",
"url": "https://github.com/nirholas/universal-crypto-mcp",
"directory": "packages/defi/chain-tools/BNB-Chain-MCP/binance-mcp-server"
},
"keywords": [
"mcp",
"model-context-protocol",
"binance",
"crypto",
"trading",
"exchange",
"defi",
"web3"
],
"dependencies": {
"@binance/algo": "^1.0.0",
"@binance/auto-invest": "^2.0.0",
"@binance/c2c": "^1.0.1",
"@binance/convert": "^1.0.1",
"@binance/copy-trading": "^1.0.1",
"@binance/crypto-loan": "^2.0.0",
"@binance/dual-investment": "^2.0.0",
"@binance/fiat": "^2.0.0",
"@binance/futures": "^2.0.0",
"@binance/gift-card": "^2.0.0",
"@binance/margin": "^2.0.0",
"@binance/mining": "^2.0.0",
"@binance/nft": "^2.0.0",
"@binance/options": "^2.0.0",
"@binance/pay": "^2.0.0",
"@binance/portfolio-margin": "^2.0.0",
"@binance/rebate": "^2.0.0",
"@binance/simple-earn": "^1.0.0",
"@binance/spot": "^1.0.0",
"@binance/staking": "^2.0.0",
"@binance/wallet": "^2.0.1",
"@binance/vip-loan": "^2.0.0",
"@modelcontextprotocol/sdk": "^1.11.0",
"cors": "^2.8.5",
"dotenv": "^16.5.0",
"express": "^4.18.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.0.0",
"chalk": "^5.3.0",
"figlet": "^1.8.0",
"fs-extra": "^11.2.0",
"prompts": "^2.4.2",
"@types/figlet": "^1.5.8",
"@types/fs-extra": "^11.0.4",
"@types/prompts": "^2.4.9",
"tsx": "^4.7.0",
"typescript": "^5.0.0"
},
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/nirholas"
},
"contributors": [
{
"name": "nich",
"url": "https://github.com/nirholas",
"twitter": "https://x.com/nichxbt"
}
]
}