Back to Home
WilliamNing316 icon

crypto-mcp-server

Verified Safe

by WilliamNing316

Overview

Provides a Model Context Protocol (MCP) server with an integrated Agent for real-time cryptocurrency market data queries and analysis using the Binance Public API.

Installation

Run Command
MCP_TRANSPORT=http PORT=8081 node dist/server.js

Environment Variables

  • MCP_TRANSPORT
  • PORT
  • DEBUG
  • LLM_API_URL
  • LLM_API_KEY
  • MCP_SERVER_URL
  • MODEL

Security Notes

The server uses `zod` for robust input schema validation across all tools, significantly mitigating risks from malformed inputs. Network requests are made to the public Binance API, which does not require API keys for these endpoints. Sensitive LLM API keys are explicitly configured via `config.json` (excluded from version control) or environment variables, with clear warnings against committing them. The custom HTTP server implementation includes basic error handling for JSON parsing and requests. No 'eval' or other obviously dangerous code execution patterns are observed. The primary remaining theoretical risk is a highly compromised LLM generating valid but misleading tool call arguments, though input validation lessens this.

Similar Servers

Stats

Interest Score10
Security Score9
Cost ClassHigh
Avg Tokens5000
Stars1
Forks0
Last Update2025-12-19

Tags

CryptocurrencyBinance APILLM AgentMCP ServerMarket Analysis