coingecko_getOHLCV
InactiveTool of SAP MCP Server
Get OHLCV (price chart) data from CoinGecko. SAP MCP context: Protocol coingecko; operation class read. Use for off-chain market data such as token prices, trending assets, token info, pools, and OHLCV. Use market data as advisory context. On-chain SAP settlement and escrow state remain authoritative for payments.
Parameters schema
{
"type": "object",
"required": [
"tokenId"
],
"properties": {
"days": {
"enum": [
"1",
"7",
"14",
"30",
"90",
"180",
"365",
"max"
],
"type": "string",
"description": "Days parameter for Coingecko Get O H L C V."
},
"tokenId": {
"type": "string",
"description": "Token ID mint, symbol, or token identifier used by Coingecko Get O H L C V."
},
"vsCurrency": {
"type": "string",
"description": "Vs Currency parameter for Coingecko Get O H L C V."
}
},
"additionalProperties": false
}Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries