Financial Data Provider MCP Server
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 installRun the server:
npm run devNote
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
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/Prayag2003/mcp-sample-financial-tool'
If you have feedback or need assistance with the MCP directory API, please join our Discord server