You're viewing a demo portfolio

Join the waitlist
PRSM

currency_conversion

Active

Tool of twelvedata

declared in 0.1.0

Twelve Data real-time currency conversion: pass a forex pair symbol (e.g. 'EUR/USD') and an amount to get the converted value at the current exchange rate.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "amount": 100,
      "symbol": "EUR/USD"
    },
    {
      "dp": 2,
      "amount": 50,
      "symbol": "GBP/JPY"
    }
  ],
  "required": [
    "symbol",
    "amount"
  ],
  "properties": {
    "dp": {
      "type": "number",
      "description": "Decimal places (0–11)."
    },
    "amount": {
      "type": "number",
      "description": "Amount in the base currency to convert."
    },
    "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\")."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

twelvedata

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

2/7 registries
View full server →
currency_conversion — twelvedata — PRSM MCP