Skip to main content
Glama
p2c2e

openalgo-mcp

by p2c2e

This is an MCP server for OpenAlgo - (logic is copied from https://github.com/marketcalls/openalgo )

It has been repackaged for use as a module without necessity of cloning repos and installing python script.

Requirements:

  • Local 3.12 or higher Python

  • uvx installed

How to Install uvx (uv)

  • Universal (Windows, Linux, Mac):

    pip install uv
  • Mac (with Homebrew):

    brew install uv
  • Prebuilt binaries:
    Download from uv releases for your platform.

After installation, the uvx command will be available in your terminal.

Addition of an entry similar to below on your favorite MCP Client. The below is tested with Cline plugin on VSCode.

 "openalgo": {
      "disabled": false,
      "timeout": 60,
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openalgo-mcp@latest",
        "YOUR-OPENALGO-KEY",
        "http://127.0.0.1:5000"
      ]
    }

Related MCP server: claude-tws-connect

Divergence from upstream

This package talks to the OpenAlgo REST API (/api/v1/*) directly over httpx. It deliberately does not depend on the openalgo Python library, so installs stay small and work on musl/Alpine images (the library ships a Rust abi3 core with no musllinux wheel).

Consequence: the 9 upstream research tools that compute indicators locally via openalgo.ta (calculate_indicator, get_trend_snapshot, get_momentum_snapshot, get_volatility_snapshot, get_support_resistance, detect_signals, screen_instruments, multi_timeframe_analysis, correlation_beta) are not included. They are pure local math, not REST endpoints, so they cannot be proxied. Everything that maps to an API endpoint is covered - 40 tools.

get_historical_data matches upstream behaviour: start_date/end_date are optional, bars (default 20) or lookback_days size the window, epoch timestamps are normalised to ISO 8601 (IST for intraday intervals), and the response carries count/returned/ truncated metadata.

F
license - not found
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Model Context Protocol (MCP) to enable AI LLMs to trade using MetaTrader platform
    708
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that enables interaction with Interactive Brokers TWS/Gateway via natural language for portfolio management and market data retrieval. It provides tools for account summaries, historical data, and a secure two-step confirmation process for placing and canceling orders.
    6
    MIT
  • A
    license
    B
    quality
    C
    maintenance
    MCP server for Interactive Brokers API, enabling account management, trading, market data, options, scanners, and news via natural language.
    33
    3
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Gainium — manage trading bots, deals, and balances via AI assistants

  • MCP server exposing the Backtest360 engine API as tools for AI agents.

  • GibsonAI MCP server: manage your databases with natural language

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/p2c2e/openalgo_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server