mcpbeat Sign in

Financial Hub MCP Server

local only

Financial Hub MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 110 installs a week from npm. Last commit 17 Apr 2026.

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

Installs per day peak 43 · avg 14 · -12% w/w
a month agotoday
110
Installs / week
npm · financial-hub-mcp
1
Stars
0 open issues
17 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Financial Hub MCP 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 financial-hub-mcp -- npx -y financial-hub-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "financial-hub-mcp": {
      "args": [
        "-y",
        "financial-hub-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.financial-hub-mcp]
command = "npx"
args = ["-y", "financial-hub-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "financial-hub-mcp": {
      "args": [
        "-y",
        "financial-hub-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "financial-hub-mcp": {
      "args": [
        "-y",
        "financial-hub-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: FRED_API_KEY (Free API key from FRED (Federal Reserve Economic Data) — required for economic data tools), SEC_USER_AGENT_EMAIL (Your email address for SEC EDGAR API compliance (User-Agent header)), FINNHUB_API_KEY (Free API key from Finnhub — required for stock quotes, market news, insider transactions, and company overviews). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Financial Hub MCP

same job, measured the same way
Alpha Vantage MCP
by alphavantage

Real-time financial market data: stocks, forex, crypto, commodities, and economic indicators

answering
Secedgar MCP Server
by cyanheads

Query SEC EDGAR filings, XBRL financials, and company data through MCP. STDIO & Streamable HTTP.

716 installs/wk 16 tools answering
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

66 installs/wk local only
Axionquant
by axionquant

MCP server for AxionQuant financial data, including market, economic, SEC filing, and company data.

local only
SEC EDGAR
by danishashko

SEC EDGAR filings (10-K, 10-Q, 8-K), XBRL financials, and full-text filing search. No API key.

154 installs/wk local only
I
SEC EDGAR Financial Data
by taru0208

Search SEC EDGAR filings, financial statements, and company data.

answering
Open Markets
by danchev

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

local only
O
Market Data
by memoryapi

Real-time stock quotes, market indices, and institutional holdings

3 tools answering

Financial Hub MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Financial Hub MCP?
Financial Hub 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 npm package financial-hub-mcp was installed 110 times last week.
How do I connect Financial Hub 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 financial-hub-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Financial Hub MCP?
The npm package financial-hub-mcp was installed 110 times in the last week. Week over week that is -12%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Financial Hub MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 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.