Smithery

currency_lookup

Resolve an ISO 4217 currency code such as USD, EUR, or JPY to its name, symbol, decimal places, and which countries use it when you need currency metadata rather than a live exchange rate.

Remote smithery-miwy/agentbits

Remote (network-hosted)

Other tools also called currency_lookup? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "code": {
      "type": "string",
      "maxLength": 3,
      "minLength": 3
    }
  }
}