You're viewing a demo portfolio

Join the waitlist
PRSM

exchange_rate

Active

Tool of twelvedata

declared in 0.1.0

Twelve Data live forex exchange rate for a currency pair symbol (e.g. 'EUR/USD'). Optional dp (decimal places) and timezone. Returns rate, timestamp, and pair identifiers.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "symbol": "EUR/USD"
    },
    {
      "dp": 4,
      "symbol": "GBP/USD"
    }
  ],
  "required": [
    "symbol"
  ],
  "properties": {
    "dp": {
      "type": "number",
      "description": "Decimal places for the rate (0–11)."
    },
    "format": {
      "type": "string",
      "description": "Response format: \"JSON\" (default) or \"CSV\"."
    },
    "symbol": {
      "type": "string",
      "description": "Ticker/symbol. Stocks e.g. \"AAPL\", \"MSFT\"; forex \"EUR/USD\"; crypto \"BTC/USD\"; ETFs \"SPY\"; indices \"IXIC\". Comma-separate for a batch (e.g. \"AAPL,MSFT\")."
    },
    "timezone": {
      "type": "string",
      "description": "Optional timezone, e.g. \"America/New_York\" or \"UTC\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

twelvedata

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

2/7 registries
View full server →