Skip to main content
Glama

agentek-eth

by NaniDAO

getCryptoPrice

Retrieve the current USD price of any cryptocurrency using its symbol or CoinGecko ID. Ideal for real-time crypto research and Ethereum automation tasks on the agentek-eth MCP server.

Instructions

Get the current price of a cryptocurrency in USD

Input Schema

NameRequiredDescriptionDefault
symbolYesCryptocurrency symbol (e.g., BTC, ETH, SOL) or CoinGecko ID (e.g., bitcoin, ethereum, solana) for better accuracy and wider asset support

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbol": { "description": "Cryptocurrency symbol (e.g., BTC, ETH, SOL) or CoinGecko ID (e.g., bitcoin, ethereum, solana) for better accuracy and wider asset support", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from agentek-eth

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/NaniDAO/agentek'

If you have feedback or need assistance with the MCP directory API, please join our Discord server