Skip to main content
Glama

Mempool MCP Server

get-historical-price

Retrieve Bitcoin (BTC) price for a specific date in YYYY-MM-DD format. Designed for accessing historical financial data via the Mempool MCP Server.

Instructions

Returns the BTC price for a specific date (YYYY-MM-DD)

Input Schema

NameRequiredDescriptionDefault
dateYesThe date in YYYY-MM-DD format

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "date": { "description": "The date in YYYY-MM-DD format", "pattern": "^\\d{4}-\\d{2}-\\d{2}$", "type": "string" } }, "required": [ "date" ], "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/alexandresanlim/mempool-mcp-server'

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