mcpbeat Sign in

Open Markets MCP Server

local only

Open Markets runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 9 Sep 2026.

Financial market data, SEC filings, macroeconomic telemetry, and portfolio analytics through MCP.

Installs / week
pypi · openmarkets
3
Stars
1 open issues
9 Sep 2026
Last commit
no recent releases
AGPL-3.0
License
Python

Nothing serious here today

Today is the operative word: we check Open Markets every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add openmarkets -- uvx openmarkets
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "openmarkets": {
      "args": [
        "openmarkets"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.openmarkets]
command = "uvx"
args = ["openmarkets"]
.cursor/mcp.json
{
  "mcpServers": {
    "openmarkets": {
      "args": [
        "openmarkets"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "openmarkets": {
      "args": [
        "openmarkets"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Open Markets

same job, measured the same way
Consensus Analytics
by consensus-analytics

Read-only financial facts from SEC/EU/KR filings: tickers, periods, report lines, =CaData() grids.

answering
AESO MCP
by bchoi-qwe

Typed Alberta electricity market data and analytics via official AESO APIs.

147 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
Yahoo Finance
by narumiruna

Access Yahoo Finance stock data, news, screeners, options, financials, and charts through MCP.

1 071 installs/wk local only
Cryptodata MCP
by kota1026

CryptoData MCP Server - Real-time crypto market data, DeFi analytics, and on-chain intelligence...

20 installs/wk local only
F1 Data Server
by drivenrajat

Access Formula 1 race data, telemetry, lap times, standings, and analytics powered by FastF1

70 installs/wk local only
Quantrisk
by 78degrees

Portfolio risk analytics MCP server — VaR, Monte Carlo, stress testing, and more.

64 installs/wk local only
CryptoData API
by elevasyncsolutions-jpg

Crypto MCP with 21 tools for market data, DeFi, analytics, and sentiment. Post-paid USDC billing.

48 tools answering

Open Markets — questions

Answers built from our own checks of this server.

Why is there no uptime for Open Markets?
Open Markets runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package openmarkets.
How do I connect Open Markets?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls openmarkets straight from pypi; nothing to host, nothing to sign up for.
Is Open Markets open source?
Yes — it is published under the AGPL-3.0 licence, written in Python, 3 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.