Financial Analysis MCP Server
@MCP-Mirror
Financial Analysis MCP Server について
Mirror of
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Financial Analysis MCP Server?
An MCP server for financial analysis that integrates with the Alpha Vantage and Financial Modeling Prep APIs. It provides real-time and historical stock price data along with company fundamentals such as income statements, balance sheets, and financial ratios. Designed for developers and analysts who need programmatic access to financial data.
How to use Financial Analysis MCP Server?
Install dependencies with npm install, configure your API keys (ALPHA_VANTAGE_API_KEY and FMP_API_KEY) in a .env file, then build and start the server with npm run build and npm start. Two tools are available: stock_price (for price data) and company_fundamentals (for fundamentals).
Key features of Financial Analysis MCP Server
- Real-time and historical stock price data from Alpha Vantage
- Company overview, income statements, and balance sheets
- Cash flow statements and financial ratios
- Flexible output formats (JSON or CSV)
- Multiple time intervals and output sizes
Use cases of Financial Analysis MCP Server
- Retrieve real-time stock prices for monitoring or trading systems
- Obtain historical price series for backtesting strategies
- Access company financial statements for fundamental analysis
- Fetch financial ratios to compare companies
FAQ from Financial Analysis MCP Server
What APIs does Financial Analysis MCP Server use?
It uses Alpha Vantage for stock price data and Financial Modeling Prep for company fundamentals.
How do I configure the API keys?
Set ALPHA_VANTAGE_API_KEY and FMP_API_KEY in a .env file in the project root.
What parameters does the stock_price tool accept?
It requires symbol (ticker) and accepts interval (1min, 5min, 15min, 30min, 60min, daily), outputSize (compact, full), and dataType (json, csv).
What metrics can I retrieve with company_fundamentals?
You can request overview, income, balance, cash, and financial ratios by passing an array of metric names.
How do I run the server after installation?
Run npm run build to compile and npm start to launch the MCP server.
「金融とコマース」の他のコンテンツ
Crypto Indicators MCP Server
kukapayAn MCP server providing a range of cryptocurrency technical analysis indicators and strategies.
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Yahoo Finance MCP Server
Alex2Yang97This is a Model Context Protocol (MCP) server that provides comprehensive financial data from Yahoo Finance. It allows you to retrieve detailed information about stocks, including historical prices, company information, financial statements, options data, and market news.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
コメント