Financial Hub MCP Server
Rank #29,010io.github.ykshah1309/financial-hub-mcp
SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes
Financial Hub MCP Server is a Model Context Protocol (MCP) server published by ykshah1309. It ranks #29,010 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Financial Hub MCP Server is listed across 3 registries — Official MCP, PulseMCP and Glama, with 7 tracked versions. It was first listed on Apr 8, 2026 and most recently updated on Apr 17, 2026.
Ranks ahead of 86,450 of 115,460 servers on MCP Toplist.
Use Financial Hub MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add financial-hub-mcp -e "FRED_API_KEY=<your FRED_API_KEY>" -e "SEC_USER_AGENT_EMAIL=<your SEC_USER_AGENT_EMAIL>" -- npx -y financial-hub-mcpReplace each placeholder with your own value before saving.
[mcp_servers.financial-hub-mcp]
command = "npx"
args = ["-y", "financial-hub-mcp"]
[mcp_servers.financial-hub-mcp.env]
FRED_API_KEY = "<your FRED_API_KEY>"
SEC_USER_AGENT_EMAIL = "<your SEC_USER_AGENT_EMAIL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-hub-mcp": {
"command": "npx",
"args": [
"-y",
"financial-hub-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"SEC_USER_AGENT_EMAIL": "<your SEC_USER_AGENT_EMAIL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-hub-mcp": {
"command": "npx",
"args": [
"-y",
"financial-hub-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"SEC_USER_AGENT_EMAIL": "<your SEC_USER_AGENT_EMAIL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"financial-hub-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"financial-hub-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"SEC_USER_AGENT_EMAIL": "<your SEC_USER_AGENT_EMAIL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-hub-mcp": {
"command": "npx",
"args": [
"-y",
"financial-hub-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"SEC_USER_AGENT_EMAIL": "<your SEC_USER_AGENT_EMAIL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"financial-hub-mcp": {
"command": "npx",
"args": [
"-y",
"financial-hub-mcp"
],
"env": {
"FRED_API_KEY": "<your FRED_API_KEY>",
"SEC_USER_AGENT_EMAIL": "<your SEC_USER_AGENT_EMAIL>"
}
}
}
}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.ykshah1309%2Ffinancial-hub-mcp)<a href="https://mcptoplist.com/server/io.github.ykshah1309%2Ffinancial-hub-mcp"><img src="https://mcptoplist.com/badge/io.github.ykshah1309%2Ffinancial-hub-mcp.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
ykshah1309
Other servers by ykshah1309
- Neuro Research Discovery#3,084 · 1 ver
- Live Audio Intelligence#39,723 · 3 vers
- Stealth Agent Browser#39,724 · 3 vers
- global-sentinel-mcp#53,596 · 1 ver
Available versions (7)
| Version | Published |
|---|---|
| 1.3.1 | Apr 17, 2026 |
| 1.3.0 | Apr 10, 2026 |
| 1.2.2 | Apr 9, 2026 |
| 1.2.1 | Apr 9, 2026 |
| 1.2.0 | Apr 9, 2026 |
| 1.1.0 | Apr 9, 2026 |
| 1.0.0 | Apr 8, 2026 |
Frequently asked questions
- Who maintains Financial Hub MCP Server?
- Financial Hub MCP Server is maintained by ykshah1309, which publishes 5 MCP servers (15 total versions) tracked on MCP Toplist.
- Is Financial Hub MCP Server listed on the Official MCP Registry?
- Yes — Financial Hub MCP Server is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Financial Hub MCP Server have?
- MCP Toplist tracks 7 versions of Financial Hub MCP Server, most recently published on Apr 17, 2026.
- Where can I find the source code for Financial Hub MCP Server?
- The source code for Financial Hub MCP Server is hosted at github.com/ykshah1309/financial-hub-mcp.