You're viewing a demo portfolio

Join the waitlist
PRSM

currency_convert_open

Active

Tool of Inferventis — Financial Data, News & Web MCP

declared in 1.0.0

Converts a monetary amount between two fiat currencies using live exchange rates from an open currency exchange API. Returns the converted amount and the rate applied. Use currency_convert_open as an alternative live-rate source when currency_convert (Frankfurter/ECB) or currency_fx_lite are unavailable or rate-limited. The underlying source is an open public exchange rate feed suitable for informational use. Prefer currency_convert or currency_rates when ECB-auditable Frankfurter rates are required for accounting or compliance. Prefer currency_convert_lite for the same minimal output (amount + rate) backed by ECB/Frankfurter rates. Prefer currency_fx_lite for lightweight mid-market conversions. Does not support cryptocurrency pairs — use crypto_fx_rates for any conversion involving a digital asset.

Parameters schema

{
  "type": "object",
  "required": [
    "amount",
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "ISO 4217 target currency code (e.g. 'EUR', 'JPY', 'CHF'). Case-insensitive."
    },
    "from": {
      "type": "string",
      "description": "ISO 4217 source currency code (e.g. 'USD', 'GBP', 'EUR'). Case-insensitive."
    },
    "amount": {
      "type": "number",
      "description": "Monetary amount to convert. Must be a positive number."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Inferventis — Financial Data, News & Web MCP

https://github.com/Bankee-ai/inferventis-tools

1/7 registries
View full server →