Skip to main content
Glama

Stampchain MCP Server

Official

search_tokens

Search and filter SRC-20 tokens on the Stampchain MCP Server by ticker, deployer, holders, minted percentage, or sort by timestamp. Retrieve detailed token data without authentication.

Instructions

Search for SRC-20 tokens with various filtering criteria

Input Schema

NameRequiredDescriptionDefault
deployerNoFilter by deployer address
min_holdersNoMinimum number of holders
min_percent_mintedNoMinimum percent minted
pageNoPage number
page_sizeNoItems per page
queryNoSearch query for token ticker
sort_byNoSort field (Note: only deploy_timestamp is supported by the API)deploy_timestamp
sort_orderNoSort orderDESC

Input Schema (JSON Schema)

{ "properties": { "deployer": { "description": "Filter by deployer address", "type": "string" }, "min_holders": { "description": "Minimum number of holders", "minimum": 0, "type": "number" }, "min_percent_minted": { "description": "Minimum percent minted", "maximum": 100, "minimum": 0, "type": "number" }, "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 for token ticker", "type": "string" }, "sort_by": { "default": "deploy_timestamp", "description": "Sort field (Note: only deploy_timestamp is supported by the API)", "enum": [ "deploy_timestamp", "holders", "percent_minted" ], "type": "string" }, "sort_order": { "default": "DESC", "description": "Sort order", "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