Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SHOPIFY_TOKEN | No | ||
| PRINTFUL_TOKEN | No |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_products | Search for products in the hat store. Returns available hats with names, descriptions, and prices. |
| get_product | Get full details for a specific product by its Shopify variant ID. |
| get_quote | Get a shipping quote and USDC payment amount for a product. Returns the wallet address to send payment to. |
| place_order | Place an order after sending USDC payment on Base. Verifies the on-chain transaction and creates the order. |
| get_order_status | Check the status of a placed order by order ID. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |