You're viewing a demo portfolio

Join the waitlist
PRSM

get_historical

Active

Tool of Frankfurter

declared in 0.1.0

Get exchange rates for a specific historical date. ECB rates available from 1999-01-04 onward. Example: get_historical(date: "2024-01-15", base: "USD").

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "base": "USD",
      "date": "2024-01-15",
      "symbols": "EUR,GBP"
    },
    {
      "base": "EUR",
      "date": "2020-03-20",
      "symbols": "USD"
    }
  ],
  "required": [
    "date"
  ],
  "properties": {
    "base": {
      "type": "string",
      "description": "Base currency code (default \"EUR\")"
    },
    "date": {
      "type": "string",
      "description": "Date in YYYY-MM-DD format (e.g., \"2024-01-15\")"
    },
    "symbols": {
      "type": "string",
      "description": "Comma-separated target currency codes (e.g., \"USD,GBP\")"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Frankfurter

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

2/7 registries
View full server →
get_historical — Frankfurter — PRSM MCP