Connect Your AI Agent with UniRateAPI for Slack

Integrate UniRateAPI MCP server into your Slack workspace for instant access to your AI agent.

Back to MCP Servers
UniRateAPI
UniRateAPI
Currency API for Developers

Categories

Developer Tools

Available Tools

Tools that your AI agent can use through this MCP server to interact with UniRateAPI

List Currency Code Options

Retrieves available options for the Currency Code field.

List Currencies

List every currency code supported by UniRate for exchange rate and conversion operations. Use this to discover valid values before calling Convert Currency or Get Exchange Rates, or to check whether a currency code you already have is supported. Takes no parameters and returns the full set in a single response as { currencies, count } — codes only, without currency names or rates. These are currency codes (e.g. USD, EUR, GBP) and are unrelated to the EU VAT country codes used by Get VAT Rates. See the documentation.

List Country Code Options

Retrieves the valid options for the Country Code field used by Get VAT Rates. Returns one entry per supported country as { label, value }, where value is the code to pass as Country Code. These follow the EU VAT convention rather than ISO 3166-1 alpha-2 — Greece is EL (not GR) and the United Kingdom is UK (not GB) — so call this first rather than assuming an ISO code. See the documentation.

Get VAT Rates

Get VAT rates for a single country, or for all supported countries when no country is provided. Country codes follow the EU VAT convention rather than ISO 3166-1 alpha-2 — Greece is EL (not GR) and the United Kingdom is UK (not GB). Coverage is limited to EU member states plus UK and XI (Northern Ireland), so non-EU codes such as US are not supported. Use List Country Code Options to discover valid codes. See the documentation.

Get Exchange Rates

Get the latest exchange rate(s) for a base currency. Returns a single rate when a target is provided, or all rates keyed by currency code when omitted. See the documentation.

Convert Currency

Convert an amount from one currency to another at the latest rate. See the documentation.