You're viewing a demo portfolio

Join the waitlist
PRSM

get_pair

Active

Tool of exchangerate

declared in 0.1.0

Get the current exchange rate between two specific currencies (e.g., USD to EUR). Returns the conversion rate. Use for single currency pair lookups.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "EUR",
      "from": "USD"
    },
    {
      "to": "JPY",
      "from": "GBP"
    }
  ],
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Target currency code (e.g., \"JPY\")"
    },
    "from": {
      "type": "string",
      "description": "Source currency code (e.g., \"USD\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

exchangerate

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

2/7 registries
View full server →