get_pair
ActiveTool of exchangerate
declared in 0.1.0
Get the current exchange rate between two specific currencies (e.g., USD to EUR). Returns the conversion rate. Use for single currency pair lookups.
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., \"JPY\")"
},
"from": {
"type": "string",
"description": "Source currency code (e.g., \"USD\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
exchangerate
https://github.com/pipeworx-io/mcp-exchangerate
2/7 registries