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

    Exchange Rate Mcp

    Toy MCP server that provides access to exchange rate data from the Norges Bank API.

    2 stars
    TypeScript
    Updated Sep 18, 2025

    Table of Contents

    • Overview
    • Usage
    • Development
    • Installation
    • Build
    • Run
    • Usage
    • exchange_rate

    Table of Contents

    • Overview
    • Usage
    • Development
    • Installation
    • Build
    • Run
    • Usage
    • exchange_rate

    Documentation

    Exchange Rate MCP Server

    This is a Model Context Protocol (MCP) server that provides access to exchange rate data from the Norges Bank API.

    This is just a toy project and isn't meant to be used seriously.

    Overview

    The Exchange Rate MCP exposes a single tool called exchange_rate that allows an LLM or other clients to fetch exchange rates between different currencies.

    Usage

    bash
    npx -y @karashiiro/exchange-rate-mcp

    Development

    Installation

    bash
    pnpm install

    Build

    bash
    pnpm build

    Run

    bash
    pnpm start

    Usage

    The server exposes a single tool:

    exchange_rate

    Fetches the exchange rate between two currencies.

    ##### Parameters:

    • baseCurrency (string, required): The base currency code (e.g., NOK, USD)
    • targetCurrency (string, required): The target currency code (e.g., EUR, USD)
    • date (string, optional): Date in YYYY-MM-DD format. Defaults to latest available rate.

    ##### Example Response:

    json
    {
      "baseCurrency": "NOK",
      "targetCurrency": "USD",
      "date": "2025-04-04",
      "rate": 0.12345
    }

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    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

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    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