get_exchange_rate
ActiveTool 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)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
crypto
https://github.com/pipeworx-io/mcp-crypto
2/7 registries