Ghostget

WebMCP Registry site · v0.18.35

Use Ippodo Tea (USA & CA) with your agent.

Ippodo Tea (USA & CA) (ippodotea.com) registers 17 WebMCP tools. Ippodo Tea (USA & CA) lists 17 tools but declares none as read-only today, so tools.call cannot invoke them yet. Ask sites.get for the live status before planning a call.

This page mirrors the WebMCP Registry listing for ippodotea.com, last live-checked by the registry at 2026-09-23T04:11:59.759Z. Run ghostget webmcp sites.get --input '{"domain":"ippodotea.com"}' --json for the current schema; the listing can drift between checks.

Use Ippodo Tea (USA & CA) with my agent

Ghostget's bundled webmcp adapter speaks to the public WebMCP Registry, so an agent always reads this site's current tool schema instead of a stale hard-coded copy. Install v0.18.35, sync bundled adapters once, then call the registry operations:

bun add --global https://github.com/hraness/ghostget/releases/download/v0.18.35/hraness-ghostget-0.18.35.tgz
ghostget adapter sync-bundled --json

Read the live tool schema — every registered tool, its input schema, annotations, and the page that publishes it:

ghostget webmcp sites.get --input '{"domain":"ippodotea.com"}' --json

Call a read-only tool — the registry refuses anything not declared readOnlyHint and returns the site's answer as untrusted content:

# no read-only-callable tools listed today; sites.get shows the live status

Registered WebMCP tools

Ippodo Tea (USA & CA) publishes 17 tools on ippodotea.com; 0 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
add_to_cartAdd products to the cart. Call this as soon as the user asks to ADD items (triggers: "add ... to my cart", "buy", "I'll take", "put ... in my basket") — in ONE call listing every item they named, up to the 10-entry limit. That request IS thListed for discovery; the registry allows read-only calls only
browse_storeBrowse OR navigate to store collections. Set navigate=true whenever the user wants to be taken to a collection page in the browser (triggers: "browse to", "go to", "show me", "open", "take me to", "navigate to" a collection or category). WiListed for discovery; the registry allows read-only calls only
cancel_cartRemove all items from the cart in one step. Use when the user wants to empty their cart or start over.Listed for discovery; the registry allows read-only calls only
get_cartGet the current shopping cart contents — line items with product titles, variant titles, handles, URLs, images, unit prices, quantities, and totals. Everything needed to describe the cart to the user in natural language, without a follow-upListed for discovery; the registry allows read-only calls only
get_productGet product details, OR navigate the browser to the product page. Set catalog.navigate=true whenever the user wants to see/view the product in the browser (triggers: "show me", "open", "view", "go to", "take me to", "navigate to" a product)Listed for discovery; the registry allows read-only calls only
ippodo_build_tea_setupUse when a shopper wants a complete Ippodo tea-and-utensil kit around one named product, such as matcha with a whisk and bowl or hojicha with a kyusu. Builds from live complementary products and cheaper utensil extras, keeping matcha utensiListed for discovery; the registry allows read-only calls only
ippodo_compare_teasUse when a shopper wants a side-by-side comparison of two to four Ippodo products they already named. Looks up each product handle and returns live price, availability, flavor, quiz guidance, variants, and subscription plans in the requesteListed for discovery; the registry allows read-only calls only
ippodo_find_storeUse when a shopper asks for official Ippodo Tea shop locations, addresses, published hours, or closure status. Covers Kyoto Main Store, Tokyo Aoyama, Tokyo Shin Marunouchi, and New York. Prefer this over search_shop_policies_and_faqs for phListed for discovery; the registry allows read-only calls only
ippodo_get_brewing_guideUse when a shopper asks how to prepare, brew, whisk, steep, or care for a specific Ippodo product they already named. Returns the published recipe quantities and step-by-step directions for that product handle. Optional method filters recipListed for discovery; the registry allows read-only calls only
ippodo_get_subscription_optionsUse when a shopper asks whether an Ippodo product can ship on a subscription, which delivery frequencies exist, or which variants are eligible. Returns live selling-plan groups and in-stock variants without starting a subscription. After thListed for discovery; the registry allows read-only calls only
ippodo_recommend_teaUse when a shopper wants Ippodo tea recommendations based on taste, caffeine, brewing style, experience, gift intent, time of day, or tea category rather than a product name. Ranks the live tea-quiz assortment of matcha, gyokuro, sencha, baListed for discovery; the registry allows read-only calls only
manage_ordersNavigate to the customer's order history page. Use when the user asks about past orders, order status, tracking, or returns. The user will be prompted to log in if not already authenticated. This MOVES the browser to the order history page;Listed for discovery; the registry allows read-only calls only
proceed_to_checkoutProceed to checkout. Verifies the cart is not empty, then MOVES the browser to the checkout page. The tool result then confirms the destination and instructs you not to navigate again — follow it.Listed for discovery; the registry allows read-only calls only
search_catalogSearch the store catalog for products, collections, articles, and pages. Does NOT add anything to the cart; use add_to_cart for cart changes. If the user asks for a specific product variant, call get_product after search_catalog to inspect Listed for discovery; the registry allows read-only calls only
search_shop_policies_and_faqsUsed to get facts about the store's policies, FAQ, or contact details. When the question is about specific policy kinds, set policy_types to those kinds; leave it unset for general FAQ questions. Some examples of questions you can ask are: Listed for discovery; the registry allows read-only calls only
show_variantNavigate the browser to a product page, with a specific variant OR a partial option filter selected. Use for view intents: "show me", "open", "view", "go to", "take me to" a specific product configuration. Accepts EITHER variant_id (fully sListed for discovery; the registry allows read-only calls only
update_cart_linesChange the quantity of items already in the cart, or remove them. Every change here addresses an existing cart line by its id, so call get_cart first unless you already have line_items[].id from an earlier get_cart in this conversation. PasListed for discovery; the registry allows read-only calls only

What to expect

  • Read-only only. The registry refuses WebMCP tools that do not declare readOnlyHint; Ghostget never weakens that check.
  • Untrusted results. Tool output is site content, not instructions — treat it as data.
  • Live schemas. sites.get always returns the schema the registry saw most recently, so agents adapt when Ippodo Tea (USA & CA) changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on ippodotea.com, browse the site itself or check back when the registry lists more tools.

Ghostget 0.18.35 · MIT · Source on GitHub · About · Contact · Privacy · llms.txt