Ghostget

WebMCP Registry site · v0.18.35

Use Vaanzari with your agent.

Vaanzari (vaanzari.com) registers 37 WebMCP tools. 3 of 37 tools declares readOnlyHint, so an agent can invoke them through tools.call. The registry runs the tool in a fresh headless page on vaanzari.com and returns untrusted site content.

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

Use Vaanzari 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":"vaanzari.com"}' --json

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

ghostget webmcp tools.call --input '{"domain":"vaanzari.com","tool":"compare-sarees","input":"{}"}' --json

Registered WebMCP tools

Vaanzari publishes 37 tools on vaanzari.com; 3 declare readOnlyHint.

ToolWhat it doesCallable through Ghostget
add_to_cartAdd a visible saree to customer cart.Listed for discovery; the registry allows read-only calls only
add-saree-to-cartAdd an available Vaanzari saree to the current cart.Listed for discovery; the registry allows read-only calls only
cancel_orderRequest cancellation for an eligible customer order after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
cancel_payment_attemptCancel an unpaid hosted payment attempt after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
close_support_ticketClose a customer support ticket after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
compare-sareesCompare 2 to 4 Vaanzari sarees by public product attributes.Callable read-only tool
create_support_ticketCreate a customer support ticket after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
get_accountRead the authorized customer account profile.Listed for discovery; the registry allows read-only calls only
get_artisanGet one public Vaanzari artisan profile.Listed for discovery; the registry allows read-only calls only
get_cartRead customer cart and current totals.Listed for discovery; the registry allows read-only calls only
get_checkout_summaryRevalidate cart, discounts, points, addresses, and checkout total without placing an order.Listed for discovery; the registry allows read-only calls only
get_orderGet one authorized customer order.Listed for discovery; the registry allows read-only calls only
get_payment_statusRead latest provider status for a customer payment attempt.Listed for discovery; the registry allows read-only calls only
get_picksRead saved Vaanzari picks.Listed for discovery; the registry allows read-only calls only
get_rewardsRead customer reward balance and recent point transactions.Listed for discovery; the registry allows read-only calls only
get_sareeGet one visible Vaanzari saree by public catalogue ID or canonical locator.Listed for discovery; the registry allows read-only calls only
get_support_ticketGet one authorized customer support ticket and its messages.Listed for discovery; the registry allows read-only calls only
get-sareeGet safe public details and canonical URL for one Vaanzari saree.Callable read-only tool
inspect_image_c2paFetch a single image (by CSS selector or URL) and return its fully decoded C2PA manifest store: every manifest's claim, assertions (e.g. c2pa.actions edit history, schema.org authorship), and the COSE signature details (algorithm and signinListed for discovery; the registry allows read-only calls only
list_artisansList public artisan profiles connected to the visible Vaanzari catalogue.Listed for discovery; the registry allows read-only calls only
list_ordersList authorized customer orders.Listed for discovery; the registry allows read-only calls only
list_support_ticketsList authorized customer support tickets.Listed for discovery; the registry allows read-only calls only
open-cartOpen Vaanzari cart without starting checkout.Listed for discovery; the registry allows read-only calls only
open-sareeOpen one public Vaanzari saree in the current storefront view.Listed for discovery; the registry allows read-only calls only
remove_from_cartRemove one customer cart item.Listed for discovery; the registry allows read-only calls only
remove_pickRemove one saree from customer picks.Listed for discovery; the registry allows read-only calls only
reply_support_ticketReply to a customer support ticket after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
resume_paymentResume an unpaid hosted payment attempt after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
retry_paymentRetry an unpaid hosted payment attempt after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
save_pickSave one visible saree to customer picks.Listed for discovery; the registry allows read-only calls only
scan_images_c2paScan every <img> on the current page for C2PA Content Credentials (content provenance metadata) and return a per-image summary: whether a manifest is present, the claim generator (the tool that produced or edited the image), the title, and Listed for discovery; the registry allows read-only calls only
search_sareesSearch visible Vaanzari sarees using verified catalogue fields. Missing attributes remain unset.Listed for discovery; the registry allows read-only calls only
search-sareesSearch Vaanzari public sarees by text, craft details, price, and availability.Callable read-only tool
set_cart_quantitySet quantity for one customer cart item.Listed for discovery; the registry allows read-only calls only
start_checkoutCreate a hosted Cashfree or PhonePe checkout after signed-in browser approval. No payment is captured by this tool.Listed for discovery; the registry allows read-only calls only
update_profileUpdate customer name, phone, and delivery address after signed-in browser approval.Listed for discovery; the registry allows read-only calls only
validate_couponValidate a coupon against the authorized customer cart.Listed 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 Vaanzari changes its tools.
  • No account needed. These calls are credential-free registry reads. For tools that need a session on vaanzari.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