openmarkets

OpenMarkets MCP Server

OpenMarkets is a Model-Context-Protocol (MCP) server implemented in Python to stream real-time, structured multi-asset market data for quantitative research and AI-driven trade execution. It supports agentic retrieval of financial data and is designed for integration with LLM applications and automated trading systems.

MCP with OpenMarkets

Key Features

Usage

This MCP server can be used with various LLM applications that support the Model Context Protocol:

Usage with Claude Desktop

  1. Install Claude Desktop from https://claude.ai/download
  2. Open your Claude Desktop configuration:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  3. Add the following configuration:
{
  "mcpServers": {
    "openmarkets": {
      "command": "uvx",
      "args": [
        "openmarkets@latest"
      ]
    }
  }
}
  1. Restart Claude Desktop

Usage with VS Code

For quick installation, use one of the one-click installation buttons below:

Install with UVX in VS Code Install with UVX in VS Code Insiders

For manual installation, add the following JSON block to your User Settings (JSON) file in VS Code. You can do this by pressing Ctrl + Shift + P and typing Preferences: Open Settings (JSON).

Optionally, you can add it to a file called .vscode/mcp.json in your workspace. This will allow you to share the configuration with others.

Note that the mcp key is not needed in the .vscode/mcp.json file.

UVX

{
  "mcp": {
    "servers": {
      "openmarkets": {
        "command": "uvx",
        "args": [
          "openmarkets@latest"
        ]
      }
    }
  }
}

Available Tools

This MCP server provides a variety of tools for retrieving financial data. Below is a list of available tools and their main arguments:


Stock Information

Historical Data

Analyst Data

Corporate Actions

Market Data

Calendar & Market Hours

Technical Analysis

Options

Financial Statements

Funds & ETFs

Crypto

Currency & Validation