exchange-rate-mcp
0
The Exchange Rate MCP Server is a project providing exchange rate data through the Norges Bank API. Designed as a toy project, it exposes a single exchange rate tool for developers to fetch currency exchange rates.
Overview
- The Exchange Rate MCP is a server that provides access to exchange rate data from the Norges Bank API.
- Exposes a tool called
exchange_rate
to fetch exchange rates between currencies. - Not intended for serious use; considered a toy project.
Usage
- Allows fetching exchange rates with parameters such as
baseCurrency
,targetCurrency
, anddate
.