Skip to main content
Glama

Stampchain MCP Server

Official

get_stamp

Retrieve detailed information about a specific Bitcoin stamp, including optional base64 image data, using its unique ID from the Stampchain MCP Server’s Bitcoin Stamps API, enabling efficient data queries without authentication.

Instructions

Retrieve detailed information about a specific Bitcoin stamp by its ID

Input Schema

NameRequiredDescriptionDefault
include_base64NoWhether to include base64 image data
stamp_idYesThe ID of the stamp to retrieve

Input Schema (JSON Schema)

{ "properties": { "include_base64": { "default": false, "description": "Whether to include base64 image data", "type": "boolean" }, "stamp_id": { "description": "The ID of the stamp to retrieve", "type": [ "number", "string" ] } }, "required": [ "stamp_id" ], "type": "object" }

Other Tools from Stampchain MCP Server

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/stampchain-io/stampchain-mcp'

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