Skip to main content
Glama

Alchemy MCP Server

Official

fetchTokenPriceHistoryByTimeFrame

Retrieve historical price data for specified tokens within defined time frames and intervals, supporting both structured queries and natural language inputs for flexible analysis.

Input Schema

NameRequiredDescriptionDefault
intervalNoThe interval to query. e.g. "1d" or "1h"1d
symbolYesThe token symbol to query. e.g. "BTC" or "ETH"
timeFrameYesTime frame like "last-week", "past-7d", "ytd", "last-month", etc. or use natural language like "last week"
useNaturalLanguageProcessingNoIf true, will interpret timeFrame as natural language

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "interval": { "default": "1d", "description": "The interval to query. e.g. \"1d\" or \"1h\"", "type": "string" }, "symbol": { "description": "The token symbol to query. e.g. \"BTC\" or \"ETH\"", "type": "string" }, "timeFrame": { "description": "Time frame like \"last-week\", \"past-7d\", \"ytd\", \"last-month\", etc. or use natural language like \"last week\"", "type": "string" }, "useNaturalLanguageProcessing": { "default": false, "description": "If true, will interpret timeFrame as natural language", "type": "boolean" } }, "required": [ "symbol", "timeFrame" ], "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