Skip to main content
Glama

Alchemy MCP Server

Official

fetchTokenPriceBySymbol

Retrieve real-time cryptocurrency prices using token symbols via the Alchemy MCP Server. Input an array of symbols like ["BTC", "ETH"] to access current market values.

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