get_rate
ActiveTool of exchange
declared in 0.1.0
Get the current exchange rate between two currencies (e.g., USD, EUR). Returns the rate value and timestamp.
Parameters schema
{
"type": "object",
"examples": [
{
"to": "EUR",
"from": "USD"
},
{
"to": "JPY",
"from": "GBP"
}
],
"required": [
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Target currency code (e.g., EUR, JPY, CHF)"
},
"from": {
"type": "string",
"description": "Source currency code (e.g., USD, EUR, GBP)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
exchange
https://github.com/pipeworx-io/mcp-exchange
1/7 registries