Financial Analysis MCP Server
@MCP-Mirror
About Financial Analysis MCP Server
Mirror of
Basic information
Config
No standard config provided
This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.
RepositoryTools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Finance & Commerce MCP servers
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
Comments