Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Sample Financial Tool

    Exploring MCP

    1 stars
    JavaScript
    Updated Apr 24, 2025
    mcp
    mcp-server

    Table of Contents

    • Features
    • Available Tools
    • 1. getStockPrice
    • 2. getCryptoPrice
    • 3. getForexRate
    • 4. calculateCompoundInterest
    • 5. getFinancialNews
    • Setup
    • Note

    Table of Contents

    • Features
    • Available Tools
    • 1. getStockPrice
    • 2. getCryptoPrice
    • 3. getForexRate
    • 4. calculateCompoundInterest
    • 5. getFinancialNews
    • Setup
    • Note

    Documentation

    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

    javascript
    {
    	ticker: string;
    }

    2. getCryptoPrice

    javascript
    {
    	symbol: string;
    }

    3. getForexRate

    javascript
    {
    	pair: string;
    }

    4. calculateCompoundInterest

    javascript
    {
        principal: number,
        rate: number,
        time: number,
        compoundFrequency: number
    }

    5. getFinancialNews

    javascript
    {
    	category: string;
    }

    Setup

    1. Install dependencies:

    bash
    npm install
    pnpm install

    2. Run the server:

    bash
    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

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcpjungle

      Go·
      617
    • MC

      Mcp Open Library

      TypeScript·
      42
    • DA

      Davinci Resolve Mcp

      Python·
      327
    • FH

      Fhir Mcp Server

      Python·
      55

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k