Read-only Python MCP server for TA-Lib indicator discovery and computation.
Project description
ta-lib-mcp
Read-only Python MCP server for TA-Lib indicator discovery and computation.
What It Exposes
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.
Requirements
- Python 3.13+
mcp[cli]- Optional:
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.
Install
pip install -e ".[dev,talib]"
Run
ta-lib-mcp
MCP Client Configuration
Claude Desktop
{
"mcpServers": {
"ta-lib": {
"command": "ta-lib-mcp",
"env": {
"TALIB_MCP_LOG_LEVEL": "INFO"
}
}
}
}
Codex
[mcp_servers.talib]
command = "ta-lib-mcp"
args = []
[mcp_servers.talib.env]
TALIB_MCP_LOG_LEVEL = "INFO"
Gemini CLI
{
"mcpServers": {
"ta-lib": {
"command": "ta-lib-mcp",
"env": {
"TALIB_MCP_LOG_LEVEL": "INFO"
}
}
}
}
Development
pip install -e ".[dev,talib]"
pytest
ruff check src tests
ruff format src tests
mypy src
Engineering Rules
- Read-only server behavior only; no stateful or exchange-connected operations.
- External MCP tool inputs are validated in
src/ta_lib_mcp/validators.py. - Do not use
evalorexec.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
ta_lib_mcp_server-0.1.1.tar.gz
(12.6 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ta_lib_mcp_server-0.1.1.tar.gz.
File metadata
- Download URL: ta_lib_mcp_server-0.1.1.tar.gz
- Upload date:
- Size: 12.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6a4c280c9abe0e9003fb1ceb40a99f57ff3deac1369e293b5e6e90af827e1e0e
|
|
| MD5 |
140b745425df30d12146daa61119df40
|
|
| BLAKE2b-256 |
971c06c652891e0e252c0ef9917da56a531f794981b8661d1f8c5a3432151c0c
|
File details
Details for the file ta_lib_mcp_server-0.1.1-py3-none-any.whl.
File metadata
- Download URL: ta_lib_mcp_server-0.1.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
08111408805be94f1510671a5dcb6b0a687304baf487b1c63eaad3e66f2a6af7
|
|
| MD5 |
a07bc1f4ba7a7adbde64fb0620fcd400
|
|
| BLAKE2b-256 |
8c55168e9fcb5991649beb9991d6daa744ae33ada80889d98dc9c9ce90188b79
|