exchange-rate-mcp
Toy MCP server that provides access to exchange rate data from the Norges Bank API.
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
npx -y @karashiiro/exchange-rate-mcpDevelopment
Installation
pnpm installBuild
pnpm buildRun
pnpm startUsage
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:
{
"baseCurrency": "NOK",
"targetCurrency": "USD",
"date": "2025-04-04",
"rate": 0.12345
}Frequently asked questions
What is exchange-rate-mcp?
exchange-rate-mcp is Toy MCP server that provides access to exchange rate data from the Norges Bank API.
How do I install exchange-rate-mcp?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is exchange-rate-mcp open source?
Yes — it is hosted on GitHub at https://github.com/karashiiro/exchange-rate-mcp and has 2 stars.
Related MCP tools
The official TypeScript SDK for Model Context Protocol servers and clients Trusted by 10500+ developers. Trusted by 10500+ developers.
Visual testing tool for MCP servers TypeScript-based implementation. Trusted by 7300+ developers. Trusted by 7300+ developers.
It's like v0 but in your Cursor/WindSurf/Cline. 21st dev Magic MCP server for working with your frontend like Magic TypeScript-based implementation.
Model Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices) TypeScript-based implementation.
Https://github.com/user-attachments/assets/364b6705-14d4-4e6d-bea7-fb9f12664fab for the Model Context Protocol. Enhance AI assistants with powerful integrations
MCP server that provides tools and resources for interacting with n8n API TypeScript-based implementation. Trusted by 1400+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP