currency-convert
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Convert between currencies using real-time exchange rates (170+ currencies)
Parameters schema
{
"type": "object",
"required": [
"amount",
"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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries