coingecko_getTokenPrice
InactiveTool of SAP MCP Server
Get token price and market 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": {
"tokenId": {
"type": "string",
"description": "CoinGecko token ID or contract address"
},
"vsCurrency": {
"type": "string",
"description": "Vs Currency parameter for Coingecko Get Token Price."
},
"include24hChange": {
"type": "boolean",
"description": "Include24h Change parameter for Coingecko Get Token Price."
},
"include24hVolume": {
"type": "boolean",
"description": "Include24h Volume parameter for Coingecko Get Token Price."
},
"includeMarketCap": {
"type": "boolean",
"description": "Include Market Cap parameter for Coingecko Get Token Price."
}
},
"additionalProperties": false
}Parent server
SAP MCP Server
https://github.com/OOBE-PROTOCOL/sap-mcp
2/7 registries