fx_convert
ActiveTool of Market Intel MCP
declared in 2.0.0
Convert an amount from one currency to another at the latest ECB reference rate. Returns the rate, the converted result, and the rate date.
Parameters schema
{
"type": "object",
"required": [
"amount",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Target 3-letter currency"
},
"from": {
"type": "string",
"description": "Source 3-letter currency"
},
"amount": {
"type": "number"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Market Intel MCP
https://github.com/selflabbs/market-intel-mcp
1/7 registries