Financial MCP Server
Click on "Deploy 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
Related MCP server: Finance MCP Server
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.
This server cannot be deployed
Maintenance
Related MCP Connectors
FRED macro data, Treasury yields, FX rates & macro indicators for AI agents. Pay-per-query via x402.
Equip AI with tools for researching economic data from Federal Reserve Economic Data (FRED).
Macro indicators from World Bank, FRED, IMF, and OECD via unified query surface.
Real SEC, 13F, insider, congress & macro data your AI agent can cite. Hosted MCP, 24 tools.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides real-time stock quotes, historical price data, financial news, and multi-stock comparisons using Yahoo Finance data. Enables users to access comprehensive financial market information through natural language queries.447 npmMIT
- AlicenseNot gradedqualityNot gradedmaintenanceProvides real-time financial data from Yahoo Finance, enabling stock price lookups, historical data analysis, company information retrieval, and multi-stock comparisons through natural language queries.-
- AlicenseNot gradedqualityDmaintenanceProvides comprehensive financial data from Yahoo Finance, enabling retrieval of stock prices, company information, financial statements, options data, analyst recommendations, and market news through natural language queries.MIT
- AlicenseAqualityDmaintenanceEnables retrieval of comprehensive financial data from Yahoo Finance, including stock prices, company info, financial statements, options, and news, for stock analysis and market research.9351MIT