← Browse

@sperax/binance-mcp-server

A

MCP server package @nirholas/binance-mcp-server

mcp_servermcp

Install

agr install @sperax/binance-mcp-server --target claude

This artifact does not publish files for Claude.

Document

{ "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://x.com/nichxbt" }, "repository": { "type": "git", "url": "https://github.com/nirholas/universal-crypto-mcp" }, "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" } }

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-e75a02435b8d2026-08-06