Financial Analysis MCP Server
by kablewy
An MCP server implementation for financial analysis. It utilizes Alpha Vantage and Financial Modeling Prep APIs to provide real-time and historical stock data and company fundamentals.
Last updated: N/A
What is Financial Analysis MCP Server?
This is an MCP server designed for financial analysis, providing access to real-time and historical stock data and company fundamental data through the Alpha Vantage and Financial Modeling Prep APIs.
How to use Financial Analysis MCP Server?
To use this server, install the dependencies with npm install
, configure the Alpha Vantage and FMP API keys in the .env
file, build the project with npm run build
, and start the server with npm start
. Available tools include stock_price
and company_fundamentals
, each with specific parameters for retrieving data.
Key features of Financial Analysis MCP Server
Real-time stock price data
Historical stock price data
Company overview data
Income statements
Balance sheets
Cash flow statements
Financial ratios
Use cases of Financial Analysis MCP Server
Algorithmic trading
Financial modeling
Investment analysis
Portfolio management
FAQ from Financial Analysis MCP Server
What APIs does this server use?
What APIs does this server use?
This server uses Alpha Vantage and Financial Modeling Prep APIs.
What kind of stock data can I retrieve?
What kind of stock data can I retrieve?
You can retrieve real-time and historical stock price data.
What company fundamental data is available?
What company fundamental data is available?
Available data includes company overview, income statements, balance sheets, cash flow statements, and financial ratios.
How do I configure the API keys?
How do I configure the API keys?
You need to set the ALPHA_VANTAGE_API_KEY
and FMP_API_KEY
environment variables in the .env
file.
What are the available time intervals for stock price data?
What are the available time intervals for stock price data?
Available time intervals are '1min', '5min', '15min', '30min', '60min', and 'daily'.