Financial Data Provider 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 Data Provider MCP Serverget me the current price of Apple stock"
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 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
Related MCP server: Yahoo Finance MCP Server
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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
- 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