mcp-sample-financial-tool

mcp-sample-financial-tool

3.2

If you are the rightful owner of mcp-sample-financial-tool and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

A Model Context Protocol (MCP) server implementation providing financial data and calculations through various APIs.

The Financial Data Provider MCP Server is designed to offer a comprehensive suite of financial data services through a Model Context Protocol (MCP) server. It integrates with various APIs to provide real-time stock prices, cryptocurrency data, forex rates, and financial news. Additionally, it includes a compound interest calculator with customizable parameters. This server is ideal for developers and financial analysts who need to access and process financial data efficiently. The server is built to be flexible and scalable, allowing users to integrate it into their existing systems with ease. It supports multiple data sources, ensuring that users have access to the most accurate and up-to-date information available.

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

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; }

Related MCP Servers

View all finance servers →