get_rates
ActiveTool of exchangerate
declared in 0.1.0
Get current exchange rates for a base currency (e.g., 'USD', 'EUR'). Returns conversion rates for all major currencies. Use when you need multiple rates at once.
Parameters schema
{
"type": "object",
"examples": [
{
"base_currency": "USD"
},
{
"base_currency": "EUR"
}
],
"required": [
"base_currency"
],
"properties": {
"base_currency": {
"type": "string",
"description": "ISO 4217 currency code to use as the base (e.g., \"USD\", \"EUR\", \"GBP\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
exchangerate
https://github.com/pipeworx-io/mcp-exchangerate
2/7 registries