Back to Home
Homalos icon

homalos-mcp

Verified Safe

by Homalos

Overview

A complete futures data analysis MCP service providing K-line data, technical indicators (KD, MACD), real-time updates via WebSocket, and historical data persistence in SQLite.

Installation

Run Command
npm start

Security Notes

The server fetches data from a third-party JSONP API (Sina Finance) and uses string manipulation followed by JSON.parse, which is safer than direct 'eval'. Futures contract symbols are concatenated into the API URL, which has a limited attack surface given the typical format of such symbols. WebSocket messages are also JSON parsed, and actions are restricted to known types ('subscribe', 'unsubscribe', 'ping'), minimizing arbitrary code execution risks. No apparent hardcoded secrets or malicious patterns.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens12000
Stars0
Forks0
Last Update2025-11-27

Tags

Futures TradingTechnical AnalysisReal-time DataData PersistenceMCP Server