Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

hanai/ta-lib-mcp-server

Repository files navigation

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.

About

A Model Context Protocol server providing tools to access to TA-Lib technical analysis indicators.

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors