convert
ActiveTool of exchange
declared in 0.1.0
Convert an amount from one currency to another at current rates. Returns the converted amount and the exchange rate applied.
Parameters schema
{
"type": "object",
"examples": [
{
"to": "EUR",
"from": "USD",
"amount": 100
},
{
"to": "CHF",
"from": "JPY",
"amount": 50000
}
],
"required": [
"from",
"to",
"amount"
],
"properties": {
"to": {
"type": "string",
"description": "Target currency code (e.g., JPY)"
},
"from": {
"type": "string",
"description": "Source currency code (e.g., USD)"
},
"amount": {
"type": "number",
"description": "Amount to convert"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
exchange
https://github.com/pipeworx-io/mcp-exchange
1/7 registries