You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.1).

convert_currency

Inactive

Tool of com.gadgethumans.swarm/x402-middleware

declared in 1.28.1

Convert between currencies using real-time exchange rates. Use this for currency conversion, financial calculations, or comparing prices across different currencies. Supports 160+ currencies including USD, GBP, EUR, JPY, CAD, AUD, and more. Parameters: from_ — Source currency code (default: "USD"). Three-letter ISO code. to — Target currency code (default: "GBP"). Three-letter ISO code. amount — Amount to convert (default: 1). Positive number.

Parameters schema

{
  "type": "object",
  "title": "convert_currencyArguments",
  "properties": {
    "to": {
      "type": "string",
      "title": "To",
      "default": "GBP"
    },
    "from_": {
      "type": "string",
      "title": "From",
      "default": "USD"
    },
    "amount": {
      "type": "number",
      "title": "Amount",
      "default": 1
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

com.gadgethumans.swarm/x402-middleware

https://github.com/scotia1973-bot/gadgethumans-x402

2/7 registries
View full server →
convert_currency — com.gadgethumans.swarm/x402-middleware — PRSM MCP