mcpbeat

Finance MCP Server

by blahaj-gif
local only

Finance MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 1 774 installs a week from pypi. Last commit 13 Aug 2026.

Market data, SEC filings and risk tools for Webull, Saxo and IBKR. Only you can send an order.

1 774
Installs / week
pypi · hitl-finance-mcp
3
Stars
0 open issues
13 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 16 h ago · rules 99ea952c379d

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a shell command dashboard/alert_manager.py:115, dashboard/cli.py:45, [пакет] dashboard/alert_manager.py:115 и ещё 1
        result = subprocess.run(argv, capture_output=True, timeout=5, env=env)
    stem = os.path.join(CACHE_DIR, _key(symbol, interval, count))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

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 hitl-finance-mcp -- uvx hitl-finance-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hitl-finance-mcp": {
      "args": [
        "hitl-finance-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hitl-finance-mcp]
command = "uvx"
args = ["hitl-finance-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "hitl-finance-mcp": {
      "args": [
        "hitl-finance-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hitl-finance-mcp": {
      "args": [
        "hitl-finance-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Finance MCP

same job, measured the same way
SEC EDGAR
by brechanbech

MCP server for SEC EDGAR data — company filings, financial concepts, and company info

local only
Stock Scanner MCP
by yyordanov-tradu

Stock and crypto market data — 49 tools for quotes, technicals, options, SEC filings, and more.

139 installs/wk local only
Webull OpenAPI
by webull-inc

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

682 installs/wk local only
EvidInvest
by evidinvest

SEC filings and financial data for AI agents: 46 tools for financials, valuation and supply chains.

81 installs/wk local only
I
Stockfacts
by aaazzzr

US stock market data for AI agents: SEC filings, financials, insider trades, 13F, options, macro.

answering
Financial Hub MCP
by ykshah1309

SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes

95 installs/wk local only
T
Clean
by clean

Read-only developer, date, finance, and text utilities. Authless remote MCP server by Clean.tools.

39 installs/wk 42 tools answering
ForInvest MCP Server
by foreksgithub

Financial data and analysis tools for Turkish BIST and international markets via MCP.

answering

Finance MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Finance MCP?
Finance MCP 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 hitl-finance-mcp was installed 1 774 times last week.
How do I connect Finance MCP?
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 hitl-finance-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Finance MCP?
The pypi package hitl-finance-mcp was installed 1 774 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Finance MCP open source?
Yes — it is published under the MIT licence, written in Python and 3 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.