Coingecko Get Token Price
coingecko_getTokenPriceRetrieve token prices and market data from CoinGecko for advisory context in SAP protocols. On-chain settlement remains authoritative.
Instructions
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.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tokenId | Yes | CoinGecko token ID or contract address | |
| vsCurrency | No | Vs Currency parameter for Coingecko Get Token Price. | |
| include24hChange | No | Include24h Change parameter for Coingecko Get Token Price. | |
| include24hVolume | No | Include24h Volume parameter for Coingecko Get Token Price. | |
| includeMarketCap | No | Include Market Cap parameter for Coingecko Get Token Price. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |