Serbian Dinar Exchange Rates
You can use MCP server to get information on Serbian Dinar currency exchange rates based on official data from National Bank of Serbia.
What it can do
- List Currencies: Retrieve the list of all supported currencies.
- Get Currency: Retrieve details for a specific currency by its 3-letter code.
- Convert Currency: Calculate conversions between a foreign currency and the Serbian Dinar (RSD) for a given amount on a specific date.
What data it sees
Do you need an account
No: the server works without sign-in
You can use MCP server to get information on Serbian Dinar currency exchange rates based on official data from National Bank of Serbia.
More information about Exchange rate of Serbian Dinar can be found on National Bank of Serbia (NBS) web site.
Kurs uses NBS web services to acquire data about rates and provides API to access this data in more developer friendly way. Rates data is fetched every day at 8 AM. If the rate is not published, which is the case on weekdays and holidays, rate from the last known day will be used for that day.
All dates are relative to the NBS timezone Europe/Belgrade.
Beside the MCP server and HTTP API, a simple conversion form can be found on Kurs web page.
Server tool list (12)
Raw names from tools/list. Only developers need these.
| list_currencies | Retrieve the list of all supported currencies. |
| get_currency | Retrieve details for a specific currency by its 3-letter code. |
| convert_currency | Calculate conversions between a foreign currency and the Serbian Dinar (RSD) for a given amount on a specific date. |
| get_rate | Retrieve the exchange rate for a currency on a specific date (or today). |
| get_rates | Retrieve multiple exchange rates for a currency starting from a specific date. |
| get_all_rates | Retrieve rates for all supported currencies for a specific date (or today). |
| get_announced_rate | Retrieve the announced (future/indicative) exchange rate for a currency. |
| get_all_announced_rates | Retrieve all announced (future) exchange rates. |
| get_week_rate | Retrieve the weekly rate for a currency for a specific week (or this week). |
| get_week_rates | Retrieve multiple weekly rates for a currency starting from a specific week. |
| get_month_rate | Retrieve the monthly rate for a currency for a specific month (or this month). |
| get_month_rates | Retrieve multiple monthly rates for a currency starting from a specific month. |