You're viewing a demo portfolio

Join the waitlist
PRSM

get_rates

Active

Tool of exchangerate

declared in 0.1.0

Get current exchange rates for a base currency (e.g., 'USD', 'EUR'). Returns conversion rates for all major currencies. Use when you need multiple rates at once.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "base_currency": "USD"
    },
    {
      "base_currency": "EUR"
    }
  ],
  "required": [
    "base_currency"
  ],
  "properties": {
    "base_currency": {
      "type": "string",
      "description": "ISO 4217 currency code to use as the base (e.g., \"USD\", \"EUR\", \"GBP\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

exchangerate

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

2/7 registries
View full server →
get_rates — exchangerate — PRSM MCP