Skip to main content
Glama

Stampchain MCP Server

Official

search_stamps

Query Bitcoin stamps using specific filters like creator, collection, or stamp type on the Stampchain MCP Server to retrieve precise stamp data and related blockchain information.

Instructions

Search for Bitcoin stamps with various filtering criteria including creator, collection, and stamp type

Input Schema

NameRequiredDescriptionDefault
collection_idNoFilter by collection ID
cpidNoFilter by CPID
creatorNoFilter by creator address
is_btc_stampNoFilter for BTC stamps only
is_cursedNoFilter for cursed stamps only
pageNoPage number
page_sizeNoItems per page
queryNoSearch query string
sort_orderNoSort order by stamp IDDESC

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "description": "Filter by collection ID", "type": "string" }, "cpid": { "description": "Filter by CPID", "type": "string" }, "creator": { "description": "Filter by creator address", "type": "string" }, "is_btc_stamp": { "description": "Filter for BTC stamps only", "type": "boolean" }, "is_cursed": { "description": "Filter for cursed stamps only", "type": "boolean" }, "page": { "default": 1, "description": "Page number", "minimum": 1, "type": "number" }, "page_size": { "default": 20, "description": "Items per page", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query string", "type": "string" }, "sort_order": { "default": "DESC", "description": "Sort order by stamp ID", "enum": [ "ASC", "DESC" ], "type": "string" } }, "required": [], "type": "object" }
Install Server

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