price_oracle_convert
ActiveTool of Japan Public Ledgers MCP
declared in 0.1.0
Convert an amount between any two supported currencies (crypto or fiat), routing each leg through its USD value. Returns the rate and converted amount. Read-only; price 0.0 (free).
Parameters schema
{
"type": "object",
"required": [
"amount",
"from",
"to"
],
"properties": {
"to": {
"type": "string",
"description": "Target currency (crypto ticker or fiat ISO code)"
},
"from": {
"type": "string",
"description": "Source currency (crypto ticker or fiat ISO code)"
},
"amount": {
"type": "number",
"description": "Amount to convert"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Japan Public Ledgers MCP
1/7 registries