MCP Server
MCP
io.github.ykshah1309/financial-hub-mcp
SEC EDGAR filings, XBRL financials, FRED economic data, and real-time market quotes
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "financial-hub-mcp",
"version": "1.3.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Free API key from FRED (Federal Reserve Economic Data) — required for economic data tools",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "FRED_API_KEY"
},
{
"description": "Your email address for SEC EDGAR API compliance (User-Agent header)",
"format": "string",
"name": "SEC_USER_AGENT_EMAIL"
},
{
"description": "Free API key from Finnhub — required for stock quotes, market news, insider transactions, and company overviews",
"format": "string",
"isSecret": true,
"name": "FINNHUB_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment