Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Financial MCP ServerShow me the financial summary and analyst estimates for NVDA"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Unofficial Financial MCP Server
A comprehensive Model Context Protocol (MCP) server that provides professional-grade access to financial and economic data through Yahoo Finance and Federal Reserve Economic Data (FRED).
Usage
{
"mcpServers": {
"financial-mcp-server": {
"command": "node",
"args": ["/path/to/financial-mcp-server/build/index.js"],
"env": {
"FRED_API_KEY": "your-fred-api-key-here"
}
}
}
}Get your free FRED API key: https://fred.stlouisfed.org/docs/api/api_key.html
Available Methods
Stock Analysis (11 methods)
Method | Description | Parameters |
| Company details, industry, employees, business summary |
|
| Key metrics: market cap, P/E, EPS, beta, enterprise value |
|
| Analyst EPS/revenue estimates, price targets |
|
| Real-time pricing, volume, daily ranges |
|
| Cash flow, income highlights, balance sheet ratios |
|
| Revenue by business segment & geography |
|
| Historical EPS trends & earnings analysis |
|
| Analyst rating trends & consensus changes |
|
| Environmental, Social, Governance scores |
|
| Dividend history, yield, payout ratios |
|
| Technical indicators, moving averages, volatility |
|
Advanced Analytics (4 methods)
Method | Description | Parameters |
| Recent news with sentiment analysis |
|
| Industry peer comparison on key metrics |
|
| Multi-criteria stock discovery |
|
| Portfolio correlation analysis |
|
Market & Economic (2 methods)
Method | Description | Parameters |
| Comprehensive macro dashboard (GDP, unemployment, inflation, rates) | - |
| Major indices (S&P 500, NASDAQ, DOW, VIX) & sector performance | - |
FRED Economic Data (12 methods)
Method | Description | Parameters |
| Search 800,000+ economic series |
|
| Fetch specific series observations |
|
| Browse economic data categories |
|
| Economic calendar with release schedules | - |
| Historical data revision analysis |
|
| Tag-based economic concept discovery |
|
| Geographic economic analysis (state/MSA) |
|
| Data source transparency & quality |
|
| Recently updated indicators | - |
| Series metadata & connections |
|
| Geographic economic data for mapping |
|
Example Usage
Get Apple's company profile
method: stock_profile
symbol: AAPLSearch for unemployment data
method: fred_series_search
symbol: unemployment rateScreen for value stocks
method: stock_screener
symbol: {"maxPE": 15, "minDividendYield": 2, "minMarketCap": 10000000000}Analyze portfolio correlation
method: stock_correlation
symbol: AAPL,MSFT,GOOGL,AMZN,TSLAGet financial news with sentiment
method: stock_news
symbol: TSLA
search_type: stockRate Limits
Yahoo Finance
Mobile User-Agent for reliable access
Built-in request throttling
Graceful bot detection handling
FRED API
120 requests/minute (automatic compliance)
Efficient batch processing
Yahoo Finance fallback for treasury rates
Data Coverage
Stock Markets: NYSE, NASDAQ, major global exchanges (stocks, ETFs, indices)
Economic Data: GDP, unemployment, inflation, interest rates, regional statistics, historical revisions
Financial Metrics: Valuation (P/E, EV/EBITDA), performance (returns, volatility, beta), fundamentals (revenue, earnings, cash flow)
Disclaimer: Unofficial tool. Data is for informational purposes only and should not be used as the sole basis for investment decisions.