You're viewing a demo portfolio

Join the waitlist
PRSM

convert

Active

Tool of exchange

declared in 0.1.0

Convert an amount from one currency to another at current rates. Returns the converted amount and the exchange rate applied.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "EUR",
      "from": "USD",
      "amount": 100
    },
    {
      "to": "CHF",
      "from": "JPY",
      "amount": 50000
    }
  ],
  "required": [
    "from",
    "to",
    "amount"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Target currency code (e.g., JPY)"
    },
    "from": {
      "type": "string",
      "description": "Source currency code (e.g., USD)"
    },
    "amount": {
      "type": "number",
      "description": "Amount to convert"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

exchange

https://github.com/pipeworx-io/mcp-exchange

1/7 registries
View full server →