Content
# Financial Data Provider MCP Server
A Model Context Protocol (MCP) server implementation providing financial data and calculations through various APIs.
## Features
- **Stock Price Data**: Fetch real-time stock prices using Alpha Vantage API
- **Cryptocurrency Data**: Get cryptocurrency prices and stats via CoinGecko API
- **Forex Rates**: Access currency exchange rates through Exchange Rate API
- **Compound Interest Calculator**: Calculate compound interest with customizable parameters
- **Financial News**: Retrieve latest financial news from GNews API
## Available Tools
### 1. getStockPrice
```javascript
{
ticker: string;
}
```
### 2. getCryptoPrice
```javascript
{
symbol: string;
}
```
### 3. getForexRate
```javascript
{
pair: string;
}
```
### 4. calculateCompoundInterest
```javascript
{
principal: number,
rate: number,
time: number,
compoundFrequency: number
}
```
### 5. getFinancialNews
```javascript
{
category: string;
}
```
## Setup
1. Install dependencies:
```bash
npm install
pnpm install
```
2. Run the server:
```bash
npm run dev
```
## Note
- The server uses demo API keys for demonstration purposes
- For production use, replace demo API keys with your own
- Some APIs may have rate limits in their free tiers
Connection Info
You Might Also Like
valuecell
Valuecell is a Python project for efficient data management.
hexstrike-ai
HexStrike AI is an AI-powered MCP cybersecurity automation platform with 150+ tools.
Vibe-Trading
Vibe-Trading: Your Personal Trading Agent
tradingview-mcp
AI-assisted TradingView chart analysis — connect Claude Code to your...
AP2
AP2 provides code samples and demos for the Agent Payments Protocol.
tradingview-mcp
TradingView MCP Server offers real-time market analysis for crypto and stocks.