mazezen/mcp-exchange-rate
3.1
If you are the rightful owner of mcp-exchange-rate and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The ExchangeRate API MCP Server is a lightweight server designed to provide real-time currency exchange rate data to artificial intelligence assistants like Claude.
ExchangeRate API MCP Server
A lightweight Model Context Protocol (MCP) server that enables artificial intelligence assistants such as Claude to retrieve real-time currency exchange rate data.

Installing on Claude Desktop
To use your MCP server with Claude Desktop, add it to your Claude configuration:
1. Local mode
{
"mcpServers": {
"mcp-exchange-rate": {
"command": "/path/to/mcp-exchange-rate",
"args": [],
"env": {}
}
}
}
You can get an API key from your personal account on exchangerate.
Build from source
go build -o mcp-exchange-rate ./cmd/mcp-exchange-rate
Project Structure
The project is organized into several key directories:
āāā cmd
ā āāā mcp-exchange-rate
āāā internal
ā āāā resp # MCP response
ā āāā server # MCP run server
ā āāā service # application login
ā āāā tools # MCP tools