Binance Data Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Binance Data Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
This repository contains a d402-enabled MCP server for binance-data.
The generated .env file contains the server wallet and operator values required to start the MCP server.
./run_local_docker.shThe MCP endpoint will be available at:
http://localhost:8000/mcpuv run python server.pyD402_TESTING_MODE=true is the fastest way to test the payment flow locallyD402_TESTING_MODE=false to use the facilitator-backed flow/mcp and /healthpython mcp_health_check.py --url http://localhost:8000Call the server with d402HttpxClient after it starts. The first paid tools/call request should return HTTP 402, then retry automatically with payment.
After local testing passes:
traia-iatp test-mcp \
--base-url "https://your-deployed-server.com" \
--tool-name "your_tool" \
--arguments '{}'You need a d402.net account — sign up at https://d402.net first.
traia-iatp register-mcp \
--email "[email protected]" \
--name "binance-data MCP Server" \
--description "Binance public market data (klines, depth, 24hr ticker)." \
--url "https://your-deployed-server.com/mcp" \
--server-address "$SERVER_ADDRESS" \
--operator-address "$MCP_OPERATOR_ADDRESS" \
--no-requires-auth \
--token-symbol USDC \
--endpoints-file ./endpoints.json--server-address and --operator-address are the MCP server's IATP wallet addresses — the values from the create-mcp output, not your personal wallet.
See the IATP docs at deployment-reference/mongodb-registration.md for the full guide.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.