Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HOU_TEA_API_BASENoOverride API host (e.g. for staging).https://hou-tea.com
HOU_TEA_PAY_BASENoOverride x402 middleware host.https://hou-tea.com/pay
HOU_TEA_STORE_IDNoDefault store_id.fengshui
HOU_TEA_AGENT_KEYNoOptional X-Agent-Key for higher rate limits / private skills. Contact support@hou-tea.com.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
hou_tea_browseB

[core] Browse the hou-tea Chinese tea catalog. Returns products with name, price (USD/USDC), images, taste profile, fermentation level, season, and a ready-to-render card object.

hou_tea_recommendA

[core] Get curated tea recommendations from a natural-language query. Returns ranked products with explanation. Best entry point when the user asks 'recommend me a tea for X' or describes a mood / occasion / use-case.

hou_tea_explainA

[core] Returns origin story, brewing guide (water temp, steep time, ratio), health benefits, talking points, cultural context, and cross-sell suggestions for one product.

hou_tea_get_payment_requirementsB

[core] Initiate an x402 USDC payment intent for a product. Returns HTTP 402-style payment requirements (recipient address, amount, Base chain network). Auto-includes buyer order grouping (register_buyer_list_token or env HOU_TEA_BUYER_LIST_TOKEN). The wallet MCP MUST POST the identical buy_request_body on retry plus header X-Payment.

hou_tea_check_orderA

[core] Poll the status of a previously created order. Status transitions: pending_payment → verifying → confirmed (after on-chain USDC settlement). Use exponential backoff (~2s, 4s, 8s …, max ~60s).

hou_tea_list_my_ordersC

[core] List USDC/x402 orders associated with the buyer_list_token (returned from a successful purchase or stored in env HOU_TEA_BUYER_LIST_TOKEN). No merchant API key required.

hou_tea_discover_extendedA

[meta] Reveal extended tools (compare / health-filter / agent-card) by adding them to tools/list. Optionally filter by groups or specific tools. Call this when the core 6 tools aren't enough for the user's intent. Idempotent.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
Hou Tea Recommendation GridDisplays product recommendations and follow-up actions.
Hou Tea Payment ReviewReviews x402 payment requirements before wallet handoff.
Hou Tea Order TimelineDisplays order status, payment state, and tracking progress.

Latest Blog Posts

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/jackrain19743/hou-tea-mcp-server'

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