Webull OpenAPI
Rank #3,786io.github.webull-inc/webull-openapi-mcp
MCP server for Webull OpenAPI: trading and market data access for AI assistants
Webull OpenAPI is a Model Context Protocol (MCP) server published by webull-inc. It ranks #3,786 of 115,460 servers tracked on MCP Toplist, and its repository has 19 GitHub stars. Webull OpenAPI is listed across 2 registries — Official MCP and Glama, with 4 tracked versions. It was first listed on Jul 6, 2026 and most recently updated on Aug 15, 2026.
Ranks ahead of 111,674 of 115,460 servers on MCP Toplist.
Use Webull OpenAPI
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add webull-openapi-mcp -- uvx webull-openapi-mcp[mcp_servers.webull-openapi-mcp]
command = "uvx"
args = ["webull-openapi-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"webull-openapi-mcp": {
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"webull-openapi-mcp": {
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"webull-openapi-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"webull-openapi-mcp": {
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"webull-openapi-mcp": {
"command": "uvx",
"args": [
"webull-openapi-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.webull-inc%2Fwebull-openapi-mcp)<a href="https://mcptoplist.com/server/io.github.webull-inc%2Fwebull-openapi-mcp"><img src="https://mcptoplist.com/badge/io.github.webull-inc%2Fwebull-openapi-mcp.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
webull-inc
Other servers by webull-inc
View all webull-inc servers →Available versions (4)
| Version | Published |
|---|---|
| 1.2.2 | Aug 15, 2026 |
| 1.2.1 | Aug 3, 2026 |
| 1.2.0 | Jul 29, 2026 |
| 1.1.9 | Jul 28, 2026 |
Frequently asked questions
- Who maintains Webull OpenAPI?
- Webull OpenAPI is maintained by webull-inc, which publishes 2 MCP servers (6 total versions) tracked on MCP Toplist.
- Is Webull OpenAPI listed on the Official MCP Registry?
- Yes — Webull OpenAPI is listed on the Official MCP Registry, alongside Glama.
- How many versions does Webull OpenAPI have?
- MCP Toplist tracks 4 versions of Webull OpenAPI, most recently published on Aug 15, 2026.
- Where can I find the source code for Webull OpenAPI?
- The source code for Webull OpenAPI is hosted at github.com/webull-inc/webull-openapi-mcp.