You're viewing a demo portfolio

Join the waitlist
PRSM

get_historical_rate

Active

Tool of exchange

declared in 0.1.0

Get the exchange rate between two currencies on a specific date (format: YYYY-MM-DD). Returns the historical rate and date.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "EUR",
      "date": "2023-01-15",
      "from": "USD"
    },
    {
      "to": "JPY",
      "date": "2020-06-30",
      "from": "GBP"
    }
  ],
  "required": [
    "from",
    "to",
    "date"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Target currency code (e.g., EUR)"
    },
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format (earliest available: 1999-01-04)"
    },
    "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.50.

Parent server

exchange

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

1/7 registries
View full server →