Back to Home
Arshad-13 icon

Market-MCP-Test

Verified Safe

by Arshad-13

Overview

Transforms an LLM into an Autonomous HFT Quant Agent for real-time crypto market surveillance, predictive modeling, and risk assessment.

Installation

Run Command
mcp run market_server.py

Environment Variables

  • CRYPTO_API_KEY
  • ETHERSCAN_API_KEY

Security Notes

The server follows good practices for handling API keys via environment variables and uses parameterized queries for SQLite, mitigating common injection risks. External API calls are directed to known endpoints. Dynamic instantiation of CCXT exchanges uses `getattr`, but is filtered by `ccxt.exchanges`, which generally provides a sufficient whitelist. The 'live trading' functionality is explicitly stated as 'not fully implemented yet' and currently defaults to 'PAPER_TRADING', which is a good safety measure.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2026-01-18

Tags

HFTCrypto TradingMarket AnalysisAI AgentRisk Management