Skip to main content
Glama

Stampchain MCP Server

Official

get_token_info

Retrieve detailed SRC-20 token information by ticker symbol, including optional holder statistics and transfer data, using Stampchain MCP Server for Bitcoin Stamps insights.

Instructions

Retrieve detailed information about a specific SRC-20 token by its ticker symbol

Input Schema

NameRequiredDescriptionDefault
include_holdersNoWhether to include holder statistics
include_transfersNoWhether to include recent transfer data
tickYesThe ticker symbol of the SRC-20 token

Input Schema (JSON Schema)

{ "properties": { "include_holders": { "default": false, "description": "Whether to include holder statistics", "type": "boolean" }, "include_transfers": { "default": false, "description": "Whether to include recent transfer data", "type": "boolean" }, "tick": { "description": "The ticker symbol of the SRC-20 token", "type": "string" } }, "required": [ "tick" ], "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/stampchain-io/stampchain-mcp'

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