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.

Related MCP Servers

  • A
    license
    -
    quality
    B
    maintenance
    Provides comprehensive financial market data and news through the Finnhub API. Enables real-time stock quotes, company profiles, financial metrics, analyst recommendations, and market news access.
    Last updated
    1
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Provides real-time stock quotes, historical price data, financial news, and multi-stock comparisons using Yahoo Finance data. Enables users to access comprehensive financial market information through natural language queries.
    Last updated
    493
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides comprehensive financial analysis and real-time market data including stock information, options chains, technical indicators, financial statements, earnings calendars, and market sentiment indicators through integration with yfinance and other financial APIs.
    Last updated
    14
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    Provides access to real-time currency exchange rates, live stock market data via Alpha Vantage, and local transaction analysis from CSV databases. It enables AI assistants to perform currency conversions, stock comparisons, and budget tracking through natural language.
    Last updated

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

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