Skip to main content
Glama

Stampchain MCP Server

Official

get_stamp_dependencies

Generate hierarchical dependency graphs for Bitcoin Stamps, mapping referenced stamps and their relationships. Supports customizable depth, metadata inclusion, and multiple output formats for clear data visualization.

Instructions

Create a hierarchical dependency graph for a recursive stamp, showing all referenced stamps and their relationships

Input Schema

NameRequiredDescriptionDefault
formatNoOutput format for the dependency structuretree
include_metadataNoInclude full stamp metadata for each dependency
max_depthNoMaximum depth to traverse dependencies
resolve_allNoAttempt to resolve all dependencies (may be slow for deep graphs)
stamp_idYesThe ID or CPID of the stamp to map dependencies for

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "tree", "description": "Output format for the dependency structure", "enum": [ "tree", "graph", "mermaid", "json" ], "type": "string" }, "include_metadata": { "default": true, "description": "Include full stamp metadata for each dependency", "type": "boolean" }, "max_depth": { "default": 5, "description": "Maximum depth to traverse dependencies", "maximum": 10, "minimum": 1, "type": "number" }, "resolve_all": { "default": true, "description": "Attempt to resolve all dependencies (may be slow for deep graphs)", "type": "boolean" }, "stamp_id": { "description": "The ID or CPID of the stamp to map dependencies for", "type": [ "number", "string" ] } }, "required": [ "stamp_id" ], "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