I craft unique cereal names, stories, and ridiculously cute Cereal Baby images.

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
{
ticker: string;
}
2. getCryptoPrice
{
symbol: string;
}
3. getForexRate
{
pair: string;
}
4. calculateCompoundInterest
{
principal: number,
rate: number,
time: number,
compoundFrequency: number
}
5. getFinancialNews
{
category: string;
}
Setup
- Install dependencies:
npm install
pnpm install
- Run the server:
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
相关推荐
Evaluator for marketplace product descriptions, checks for relevancy and keyword stuffing.
Confidential guide on numerology and astrology, based of GG33 Public information
Emulating Dr. Jordan B. Peterson's style in providing life advice and insights.
Your go-to expert in the Rust ecosystem, specializing in precise code interpretation, up-to-date crate version checking, and in-depth source code analysis. I offer accurate, context-aware insights for all your Rust programming questions.
Reviews

user_imuomulC
As an avid user of the mcp application, I found the mcp-sample-financial-tool created by Prayag2003 to be exceptionally practical and user-friendly. This tool, which can be accessed via GitHub, offers comprehensive financial functionalities that cater to my diverse financial needs. Highly recommended for both personal and professional use!