Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
DEBUG | No | Enable debug logging | stampchain-mcp:* |
API_TIMEOUT | No | Request timeout in milliseconds | 30000 |
STAMPCHAIN_API_URL | No | API endpoint for Stampchain | https://stampchain.io/api/v2 |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_stamp | Retrieve detailed information about a specific Bitcoin stamp by its ID |
search_stamps | Search for Bitcoin stamps with various filtering criteria including creator, collection, and stamp type |
get_recent_stamps | Retrieve the most recently created Bitcoin stamps |
get_recent_sales | Retrieve recent stamp sales with enhanced transaction details (v2.3 feature) |
get_market_data | Retrieve market data for stamps with trading activity indicators (v2.3 feature) |
get_stamp_market_data | Retrieve detailed market data for a specific stamp (v2.3 feature) |
get_collection | Retrieve detailed information about a specific stamp collection by its ID |
search_collections | Search for stamp collections with various filtering criteria |
get_token_info | Retrieve detailed information about a specific SRC-20 token by its ticker symbol |
search_tokens | Search for SRC-20 tokens with various filtering criteria |
analyze_stamp_code | Analyze the code structure and dependencies of a recursive stamp, including JavaScript parsing, dependency resolution, and pattern detection |
get_stamp_dependencies | Create a hierarchical dependency graph for a recursive stamp, showing all referenced stamps and their relationships |
analyze_stamp_patterns | Analyze patterns across multiple recursive stamps to identify common libraries, frameworks, and coding techniques used in the ecosystem |