Skip to main content
Glama

Alchemy MCP Server

Official

fetchTokenPriceBySymbol

Retrieve real-time cryptocurrency prices by providing token symbols like BTC or ETH. Simplify blockchain price queries with this Alchemy MCP Server tool.

Input Schema

NameRequiredDescriptionDefault
symbolsYesA list of blockchaintoken symbols to query. e.g. ["BTC", "ETH"]

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "symbols": { "description": "A list of blockchaintoken symbols to query. e.g. [\"BTC\", \"ETH\"]", "items": { "type": "string" }, "type": "array" } }, "required": [ "symbols" ], "type": "object" }

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/alchemyplatform/alchemy-mcp-server'

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