Finance MCP
Rank #7,937io.github.Blahaj-gif/hitl-finance-mcp
Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.
Finance MCP is a Model Context Protocol (MCP) server published by Blahaj-gif. It ranks #7,937 of 132,046 servers tracked on MCP Toplist, and its repository has 3 GitHub stars. Finance MCP is listed across 2 registries — Official MCP and Glama, with 3 tracked versions. It was first listed on Aug 10, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 124,109 of 132,046 servers on MCP Toplist.
Use Finance MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add hitl-finance-mcp -e "WEBULL_APP_KEY=<your WEBULL_APP_KEY>" -e "WEBULL_APP_SECRET=<your WEBULL_APP_SECRET>" -e "WEBULL_REGION_ID=<your WEBULL_REGION_ID>" -e "WEBULL_ENVIRONMENT=<your WEBULL_ENVIRONMENT>" -e "FINANCE_BROKER=<your FINANCE_BROKER>" -e "SAXO_ACCESS_TOKEN=<your SAXO_ACCESS_TOKEN>" -e "SAXO_ENVIRONMENT=<your SAXO_ENVIRONMENT>" -e "IBKR_BASE_URL=<your IBKR_BASE_URL>" -e "IBKR_TLS_INSECURE=<your IBKR_TLS_INSECURE>" -e "SEC_USER_AGENT=<your SEC_USER_AGENT>" -e "BLS_API_KEY=<your BLS_API_KEY>" -- uvx hitl-finance-mcpReplace each placeholder with your own value before saving.
[mcp_servers.hitl-finance-mcp]
command = "uvx"
args = ["hitl-finance-mcp"]
[mcp_servers.hitl-finance-mcp.env]
WEBULL_APP_KEY = "<your WEBULL_APP_KEY>"
WEBULL_APP_SECRET = "<your WEBULL_APP_SECRET>"
WEBULL_REGION_ID = "<your WEBULL_REGION_ID>"
WEBULL_ENVIRONMENT = "<your WEBULL_ENVIRONMENT>"
FINANCE_BROKER = "<your FINANCE_BROKER>"
SAXO_ACCESS_TOKEN = "<your SAXO_ACCESS_TOKEN>"
SAXO_ENVIRONMENT = "<your SAXO_ENVIRONMENT>"
IBKR_BASE_URL = "<your IBKR_BASE_URL>"
IBKR_TLS_INSECURE = "<your IBKR_TLS_INSECURE>"
SEC_USER_AGENT = "<your SEC_USER_AGENT>"
BLS_API_KEY = "<your BLS_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hitl-finance-mcp": {
"command": "uvx",
"args": [
"hitl-finance-mcp"
],
"env": {
"WEBULL_APP_KEY": "<your WEBULL_APP_KEY>",
"WEBULL_APP_SECRET": "<your WEBULL_APP_SECRET>",
"WEBULL_REGION_ID": "<your WEBULL_REGION_ID>",
"WEBULL_ENVIRONMENT": "<your WEBULL_ENVIRONMENT>",
"FINANCE_BROKER": "<your FINANCE_BROKER>",
"SAXO_ACCESS_TOKEN": "<your SAXO_ACCESS_TOKEN>",
"SAXO_ENVIRONMENT": "<your SAXO_ENVIRONMENT>",
"IBKR_BASE_URL": "<your IBKR_BASE_URL>",
"IBKR_TLS_INSECURE": "<your IBKR_TLS_INSECURE>",
"SEC_USER_AGENT": "<your SEC_USER_AGENT>",
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hitl-finance-mcp": {
"command": "uvx",
"args": [
"hitl-finance-mcp"
],
"env": {
"WEBULL_APP_KEY": "<your WEBULL_APP_KEY>",
"WEBULL_APP_SECRET": "<your WEBULL_APP_SECRET>",
"WEBULL_REGION_ID": "<your WEBULL_REGION_ID>",
"WEBULL_ENVIRONMENT": "<your WEBULL_ENVIRONMENT>",
"FINANCE_BROKER": "<your FINANCE_BROKER>",
"SAXO_ACCESS_TOKEN": "<your SAXO_ACCESS_TOKEN>",
"SAXO_ENVIRONMENT": "<your SAXO_ENVIRONMENT>",
"IBKR_BASE_URL": "<your IBKR_BASE_URL>",
"IBKR_TLS_INSECURE": "<your IBKR_TLS_INSECURE>",
"SEC_USER_AGENT": "<your SEC_USER_AGENT>",
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"hitl-finance-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"hitl-finance-mcp"
],
"env": {
"WEBULL_APP_KEY": "<your WEBULL_APP_KEY>",
"WEBULL_APP_SECRET": "<your WEBULL_APP_SECRET>",
"WEBULL_REGION_ID": "<your WEBULL_REGION_ID>",
"WEBULL_ENVIRONMENT": "<your WEBULL_ENVIRONMENT>",
"FINANCE_BROKER": "<your FINANCE_BROKER>",
"SAXO_ACCESS_TOKEN": "<your SAXO_ACCESS_TOKEN>",
"SAXO_ENVIRONMENT": "<your SAXO_ENVIRONMENT>",
"IBKR_BASE_URL": "<your IBKR_BASE_URL>",
"IBKR_TLS_INSECURE": "<your IBKR_TLS_INSECURE>",
"SEC_USER_AGENT": "<your SEC_USER_AGENT>",
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hitl-finance-mcp": {
"command": "uvx",
"args": [
"hitl-finance-mcp"
],
"env": {
"WEBULL_APP_KEY": "<your WEBULL_APP_KEY>",
"WEBULL_APP_SECRET": "<your WEBULL_APP_SECRET>",
"WEBULL_REGION_ID": "<your WEBULL_REGION_ID>",
"WEBULL_ENVIRONMENT": "<your WEBULL_ENVIRONMENT>",
"FINANCE_BROKER": "<your FINANCE_BROKER>",
"SAXO_ACCESS_TOKEN": "<your SAXO_ACCESS_TOKEN>",
"SAXO_ENVIRONMENT": "<your SAXO_ENVIRONMENT>",
"IBKR_BASE_URL": "<your IBKR_BASE_URL>",
"IBKR_TLS_INSECURE": "<your IBKR_TLS_INSECURE>",
"SEC_USER_AGENT": "<your SEC_USER_AGENT>",
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"hitl-finance-mcp": {
"command": "uvx",
"args": [
"hitl-finance-mcp"
],
"env": {
"WEBULL_APP_KEY": "<your WEBULL_APP_KEY>",
"WEBULL_APP_SECRET": "<your WEBULL_APP_SECRET>",
"WEBULL_REGION_ID": "<your WEBULL_REGION_ID>",
"WEBULL_ENVIRONMENT": "<your WEBULL_ENVIRONMENT>",
"FINANCE_BROKER": "<your FINANCE_BROKER>",
"SAXO_ACCESS_TOKEN": "<your SAXO_ACCESS_TOKEN>",
"SAXO_ENVIRONMENT": "<your SAXO_ENVIRONMENT>",
"IBKR_BASE_URL": "<your IBKR_BASE_URL>",
"IBKR_TLS_INSECURE": "<your IBKR_TLS_INSECURE>",
"SEC_USER_AGENT": "<your SEC_USER_AGENT>",
"BLS_API_KEY": "<your BLS_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
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.Blahaj-gif%2Fhitl-finance-mcp)<a href="https://mcptoplist.com/server/io.github.Blahaj-gif%2Fhitl-finance-mcp"><img src="https://mcptoplist.com/badge/io.github.Blahaj-gif%2Fhitl-finance-mcp.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Blahaj-gif
Available versions (3)
| Version | Published |
|---|---|
| 0.3.1 | Aug 12, 2026 |
| 0.3.0 | Aug 11, 2026 |
| 0.2.2 | Aug 11, 2026 |
Frequently asked questions
- Who maintains Finance MCP?
- Finance MCP is maintained by Blahaj-gif, which publishes 1 MCP server (3 total versions) tracked on MCP Toplist.
- Is Finance MCP listed on the Official MCP Registry?
- Yes — Finance MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Finance MCP have?
- MCP Toplist tracks 3 versions of Finance MCP, most recently published on Aug 12, 2026.
- Where can I find the source code for Finance MCP?
- The source code for Finance MCP is hosted at github.com/Blahaj-gif/Finance-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.