price_oracle_price_history
ActiveTool of Japan Public Ledgers MCP
declared in 0.1.0
OHLC price history for a crypto symbol via the CoinGecko public API, with a min / max / change summary. Read-only; price 0.0 (free).
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"days": {
"enum": [
1,
7,
14,
30,
90,
180,
365
],
"type": "number",
"description": "Look-back window in days (default: 7)."
},
"symbol": {
"type": "string",
"description": "Crypto ticker (e.g. BTC, ETH)"
}
}
}Parent server
Japan Public Ledgers MCP
1/7 registries