loading…
Search for a command to run...
loading…
Read-only Python MCP server for TA-Lib indicator discovery and computation.
Read-only Python MCP server for TA-Lib indicator discovery and computation.
talib_list_indicators: list available indicators with group, category, and search filters.talib_get_indicator_info: inspect one indicator's inputs, outputs, parameters, and category.talib_compute_indicator: compute an indicator from numeric OHLCV-like arrays.talib_list_categories: list indicator categories (Trend, Momentum, Volume, etc.) with descriptions.talib_get_version_info: report MCP, Python, and TA-Lib versions.mcp[cli]TA-Lib (pip install "ta-lib-mcp-server[talib]")If TA-Lib is missing, the server still starts and returns actionable errors for TA-Lib tools.
pip install -e ".[dev,talib]"
ta-lib-mcp
{
"mcpServers": {
"ta-lib": {
"command": "ta-lib-mcp",
"env": {
"TALIB_MCP_LOG_LEVEL": "INFO"
}
}
}
}
[mcp_servers.talib]
command = "ta-lib-mcp"
args = []
[mcp_servers.talib.env]
TALIB_MCP_LOG_LEVEL = "INFO"
{
"mcpServers": {
"ta-lib": {
"command": "ta-lib-mcp",
"env": {
"TALIB_MCP_LOG_LEVEL": "INFO"
}
}
}
}
pip install -e ".[dev,talib]"
pytest
ruff check src tests
ruff format src tests
mypy src
src/ta_lib_mcp/validators.py.eval or exec.Run in your terminal:
claude mcp add ta-lib-mcp -- npx