You're viewing a demo portfolio

Join the waitlist
PRSM

get_exchange_rate

Active

Tool of crypto

declared in 0.1.0

Convert between fiat currencies (e.g., USD to EUR). Returns conversion rate and timestamp.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "to": "EUR",
      "from": "USD"
    },
    {
      "to": "JPY",
      "from": "USD",
      "amount": 100
    }
  ],
  "required": [
    "from",
    "to"
  ],
  "properties": {
    "to": {
      "type": "string",
      "description": "Target currency code (e.g., EUR, JPY, GBP)"
    },
    "from": {
      "type": "string",
      "description": "Source currency code (e.g., USD, EUR, GBP)"
    },
    "amount": {
      "type": "number",
      "description": "Amount to convert (default: 1)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

crypto

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

2/7 registries
View full server →