Exchange Rate MCP Server
@karashiiro
Exchange Rate MCP Server について
Toy MCP server that provides access to exchange rate data from the Norges Bank API.
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"exchange-rate-mcp": {
"command": "npx",
"args": [
"-y",
"@karashiiro/exchange-rate-mcp"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Exchange Rate MCP Server?
Exchange Rate MCP Server is a toy MCP server that provides a single tool exchange_rate to fetch exchange rates between currencies using data from the Norges Bank API.
How to use Exchange Rate MCP Server?
Run the server via npx -y @karashiiro/exchange-rate-mcp. Once running, use the exchange_rate tool with required parameters baseCurrency and targetCurrency, and optionally date (YYYY-MM-DD format) to retrieve the exchange rate.
Key features of Exchange Rate MCP Server
- Single tool:
exchange_ratefor currency conversion. - Uses the Norges Bank API as data source.
- Supports any currency pair (e.g., NOK, USD, EUR).
- Optional historical date parameter (defaults to latest rate).
- Returns JSON with base, target, date, and rate.
- Lightweight, runs directly via
npx.
Use cases of Exchange Rate MCP Server
- LLM agents retrieving current or historical exchange rates during conversations.
- Testing and exploring Model Context Protocol implementations.
- Quick currency conversion via command line for development or debugging.
FAQ from Exchange Rate MCP Server
What data source does Exchange Rate MCP Server use?
It fetches exchange rate data from the Norges Bank API.
Is Exchange Rate MCP Server production-ready?
No. The README explicitly states it is a toy project and not meant to be used seriously.
「その他」の他のコンテンツ

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
Codelf
unbugA search tool helps dev to solve the naming things problem.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
コメント