Toy MCP server that provides access to exchange rate data from the Norges Bank API.
Overview
What is Exchange Rate MCP?
Exchange Rate MCP is a toy Model Context Protocol (MCP) server that provides access to exchange rate data from the Norges Bank API.
How to use Exchange Rate MCP?
To use Exchange Rate MCP, run the command npx -y @karashiiro/exchange-rate-mcp in your terminal to start the server and access the exchange rate tool.
Key features of Exchange Rate MCP?
- Provides exchange rate data between different currencies.
- Simple command-line interface for fetching rates.
- Supports optional date parameter for historical rates.
Use cases of Exchange Rate MCP?
- Fetching current exchange rates for currency conversion.
- Accessing historical exchange rates for financial analysis.
- Integrating exchange rate data into applications or services.
FAQ from Exchange Rate MCP?
- Is Exchange Rate MCP suitable for production use?
No, it is a toy project and not meant for serious use.
- What currencies are supported?
Any currency supported by the Norges Bank API can be used.
- How do I install the project?
You can install it using
pnpm installafter cloning the repository.