Skip to main content
Glama
Prayag2003

Financial Data Provider MCP Server

by Prayag2003

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

  1. Install dependencies:

npm install
pnpm install
  1. 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

F
license - not found
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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