- Explore MCP Servers
- kablewy_financial-analysis-mcp-server
Kablewy Financial Analysis Mcp Server
What is Kablewy Financial Analysis Mcp Server
kablewy_financial-analysis-mcp-server is an MCP server implementation designed for financial analysis, utilizing Alpha Vantage and Financial Modeling Prep APIs to provide real-time and historical stock data, as well as company fundamental data.
Use cases
Use cases include retrieving real-time stock prices for trading applications, analyzing company financial health for investment decisions, and providing educational tools for finance students.
How to use
To use kablewy_financial-analysis-mcp-server, first install the necessary dependencies using ‘npm install’. Then, configure your environment variables in the ‘.env’ file with your Alpha Vantage and Financial Modeling Prep API keys. Finally, build and run the server using ‘npm run build’ and ‘npm start’.
Key features
Key features include access to real-time and historical stock price data, comprehensive company fundamental data such as overviews, income statements, balance sheets, cash flow statements, and financial ratios.
Where to use
kablewy_financial-analysis-mcp-server can be used in various fields including finance, investment analysis, stock market research, and educational purposes for learning about financial data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Kablewy Financial Analysis Mcp Server
kablewy_financial-analysis-mcp-server is an MCP server implementation designed for financial analysis, utilizing Alpha Vantage and Financial Modeling Prep APIs to provide real-time and historical stock data, as well as company fundamental data.
Use cases
Use cases include retrieving real-time stock prices for trading applications, analyzing company financial health for investment decisions, and providing educational tools for finance students.
How to use
To use kablewy_financial-analysis-mcp-server, first install the necessary dependencies using ‘npm install’. Then, configure your environment variables in the ‘.env’ file with your Alpha Vantage and Financial Modeling Prep API keys. Finally, build and run the server using ‘npm run build’ and ‘npm start’.
Key features
Key features include access to real-time and historical stock price data, comprehensive company fundamental data such as overviews, income statements, balance sheets, cash flow statements, and financial ratios.
Where to use
kablewy_financial-analysis-mcp-server can be used in various fields including finance, investment analysis, stock market research, and educational purposes for learning about financial data.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Financial Analysis MCP Server
An MCP server implementation for financial analysis using Alpha Vantage and Financial Modeling Prep APIs.
Features
- Real-time and historical stock price data
- Company fundamental data including:
- Company overview
- Income statements
- Balance sheets
- Cash flow statements
- Financial ratios
Setup
- Install dependencies:
npm install
- Configure environment variables in
.env:
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key_here FMP_API_KEY=your_fmp_api_key_here
- Build and run:
npm run build npm start
Available Tools
stock_price
Get real-time and historical stock price data from Alpha Vantage
Parameters:
- symbol (required): Stock ticker symbol
- interval: Time interval (‘1min’, ‘5min’, ‘15min’, ‘30min’, ‘60min’, ‘daily’)
- outputSize: Amount of data (‘compact’, ‘full’)
- dataType: Response format (‘json’, ‘csv’)
company_fundamentals
Get company fundamental data from Financial Modeling Prep
Parameters:
- symbol (required): Stock ticker symbol
- metrics: Array of metrics to retrieve (‘overview’, ‘income’, ‘balance’, ‘cash’, ‘ratios’)
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










