financial-analysis-mcp-server
Click on "Install 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-analysis-mcp-serverWhat's the current stock price for AAPL?"
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.
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
Related MCP server: AlphaVantage MCP Server
Setup
Install dependencies:
npm installConfigure environment variables in
.env:
ALPHA_VANTAGE_API_KEY=your_alpha_vantage_api_key_here
FMP_API_KEY=your_fmp_api_key_hereBuild and run:
npm run build
npm startAvailable 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')
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityDmaintenanceThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.Last updated2769MIT
- Alicense-qualityDmaintenanceAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updatedMIT
- AlicenseAqualityDmaintenanceAn MCP server that provides real-time financial data integration with Alpha Vantage's API, enabling access to stock market data, cryptocurrency prices, forex rates, and technical indicators.Last updated7174MIT
- Flicense-qualityDmaintenanceAn MCP server that provides tools for financial analysis using the Financial Modelling Prep API. It enables users to retrieve real-time stock quotes, financial statements, valuation metrics, and sector performance data for investment research.Last updated
Related MCP Connectors
A MCP server for the Frankfurter API for currency exchange rates.
Alpha Vantage MCP — Stock market data, fundamentals, and earnings
MCP server exposing the Backtest360 engine API as tools for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kablewy/financial-analysis-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server