Skip to main content
Glama

Stampchain MCP Server

Official

get_recent_sales

Retrieve detailed recent stamp sales data within a specified date range, filter by stamp ID, and enable enhanced transaction information. Supports pagination and sorting for efficient data analysis.

Instructions

Retrieve recent stamp sales with enhanced transaction details (v2.3 feature)

Input Schema

NameRequiredDescriptionDefault
dayRangeNoNumber of days to look back for sales
fullDetailsNoEnable enhanced transaction information
pageNoPage number
page_sizeNoItems per page
sort_orderNoSort order by timestampDESC
stamp_idNoFilter by specific stamp ID

Input Schema (JSON Schema)

{ "properties": { "dayRange": { "default": 30, "description": "Number of days to look back for sales", "maximum": 365, "minimum": 1, "type": "number" }, "fullDetails": { "default": false, "description": "Enable enhanced transaction information", "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" }, "sort_order": { "default": "DESC", "description": "Sort order by timestamp", "enum": [ "ASC", "DESC" ], "type": "string" }, "stamp_id": { "description": "Filter by specific stamp ID", "type": "number" } }, "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