Model Context Protocol (MCP) Server Documentation
Kurs provides a public, unauthenticated Model Context Protocol (MCP) server that exposes all of the exchange rate API functionalities directly to AI models and platforms (such as Claude Desktop or ChatGPT Developer Mode Connectors).
This allows AI assistants to fetch exchange rates, convert currencies, and query support details in real-time.
Connection Details
- SSE Connection URL:
https://kurs.resenje.org/mcp - Authentication: None (Public)
Available Tools
The MCP server exposes the following tools:
list_currencies: Retrieve a list of all supported currency codes and details.get_currency: Get detailed information for a specific currency by code.get_rate: Get the exchange rate of a currency for a specific date (or today).get_announced_rate: Retrieve the announced/indicative future rates.get_rates: Retrieve multiple exchange rates starting from a given date.get_week_rate: Get the weekly average/period rate.get_week_rates: Retrieve multiple weekly rates starting from a week.get_month_rate: Get the monthly average/period rate.get_month_rates: Retrieve multiple monthly rates starting from a month.convert_currency: Convert an amount of currency on a specific date.get_all_rates: Retrieve rates for all supported currencies for a date.get_all_announced_rates: Retrieve all announced future rates.