hanai/ta-lib-mcp-server
If you are the rightful owner of ta-lib-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The TA-Lib MCP Server is a Model Context Protocol server that provides access to TA-Lib technical analysis indicators, enabling AI assistants and other MCP clients to perform technical analysis calculations on financial data.
TA-Lib MCP Server
A Model Context Protocol (MCP) server that provides access to TA-Lib technical analysis indicators. This server enables AI assistants and other MCP clients to perform technical analysis calculations on financial data.
Features
For full API reference and examples, see: TA-Lib Python Documentation
Usage
Add the following JSON block to your IDE MCP settings.
{
"mcp": {
"servers": {
"ta-lib": {
"command": "docker",
"args": ["run", "-i", "--rm", "ghcr.io/hanai/ta-lib-mcp-server:main"]
}
}
}
}
Dependencies
- TA-Lib: Technical analysis library
- MCP: Model Context Protocol implementation
- NumPy: Numerical computing
- Pydantic: Data validation
License
This project is open source.