Back to Home
phuihock icon

mcp-talib

Verified Safe

by phuihock

Overview

Provides technical analysis indicators as an MCP server, HTTP API, and CLI for financial market data processing.

Installation

Run Command
uv run python -m mcp_talib.cli --mode mcp --transport stdio

Security Notes

The server uses Pydantic for input validation, mitigating common injection risks for its numerical inputs. No hardcoded secrets or arbitrary code execution (`eval`, `exec`) were found in the provided code. However, the HTTP transports (MCP HTTP and pure HTTP API) default to `allow_origins=["*"]` for CORS, which is a significant security risk in production environments if not tightened. The server also binds to `0.0.0.0` by default, making it publicly accessible if not firewalled. Without any authentication mechanism, any client capable of reaching the server can execute any indicator. The reliance on the external `ta-lib` C library means its security vulnerabilities would impact this server.

Similar Servers

Stats

Interest Score0
Security Score7
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-20

Tags

Technical AnalysisFinancial TradingModel Context ProtocolAPIIndicators