mcpbeat Sign in

Webull OpenAPI MCP Server

by webull-inc Your server? Claim it
local only

Webull OpenAPI runs on your own machine — the client starts it, so there is no endpoint to ping. 554 installs a week from pypi. Last commit 12 Sep 2026.

MCP server for Webull OpenAPI: trading and market data access for AI assistants

Installs per day peak 735 · avg 171 · -36% w/w
a month agotoday
554
Installs / week
pypi · webull-openapi-mcp
25
Stars
0 open issues
12 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Python

Nothing serious here today

Today is the operative word: we check Webull OpenAPI 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 webull-openapi-mcp -- uvx webull-openapi-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "webull-openapi-mcp": {
      "args": [
        "webull-openapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.webull-openapi-mcp]
command = "uvx"
args = ["webull-openapi-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "webull-openapi-mcp": {
      "args": [
        "webull-openapi-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "webull-openapi-mcp": {
      "args": [
        "webull-openapi-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Webull OpenAPI

same job, measured the same way
Openmm MCP
by qbt-labs

MCP server for OpenMM — exposes market data, account, trading, and strategy tools to AI agents

15 tools answering
Gainium MCP
by gainium

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

63 installs/wk answering
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
eToro MCP Server
by gabrielcerutti

Connect AI assistants to eToro for portfolio analysis, market research, and trading.

74 installs/wk local only
Mudrex MCP Server
by mudrex

MCP server for Mudrex futures trading enabling AI agents to securely access data and risk tools.

answering
InsiderAlpha — SEC Insider Trading
by insideralpha

SEC Form 4 insider trades, daily trading plans, 8-K catalysts and market data for AI assistants.

answering
CCXT
by ccxt

Official CCXT MCP server - Market data and trading across 100+ exchanges and prediction markets

1 494 installs/wk local only
Polymarket MCP Server
by joinquantish

Self-hosted MCP server for AI agent trading on Polymarket prediction markets

local only

Webull OpenAPI — questions

Answers built from our own checks of this server.

Why is there no uptime for Webull OpenAPI?
Webull OpenAPI 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 webull-openapi-mcp was installed 554 times last week.
How do I connect Webull OpenAPI?
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 webull-openapi-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Webull OpenAPI?
The pypi package webull-openapi-mcp was installed 554 times in the last week. Week over week that is -36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Webull OpenAPI open source?
Yes — it is published under the Apache-2.0 licence, written in Python and 25 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.