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.
| Tool | What it does | Callable through Ghostget |
|---|---|---|
add_to_cart | Add a visible saree to customer cart. | Listed for discovery; the registry allows read-only calls only |
add-saree-to-cart | Add an available Vaanzari saree to the current cart. | Listed for discovery; the registry allows read-only calls only |
cancel_order | Request cancellation for an eligible customer order after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
cancel_payment_attempt | Cancel an unpaid hosted payment attempt after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
close_support_ticket | Close a customer support ticket after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
compare-sarees | Compare 2 to 4 Vaanzari sarees by public product attributes. | Callable read-only tool |
create_support_ticket | Create a customer support ticket after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
get_account | Read the authorized customer account profile. | Listed for discovery; the registry allows read-only calls only |
get_artisan | Get one public Vaanzari artisan profile. | Listed for discovery; the registry allows read-only calls only |
get_cart | Read customer cart and current totals. | Listed for discovery; the registry allows read-only calls only |
get_checkout_summary | Revalidate cart, discounts, points, addresses, and checkout total without placing an order. | Listed for discovery; the registry allows read-only calls only |
get_order | Get one authorized customer order. | Listed for discovery; the registry allows read-only calls only |
get_payment_status | Read latest provider status for a customer payment attempt. | Listed for discovery; the registry allows read-only calls only |
get_picks | Read saved Vaanzari picks. | Listed for discovery; the registry allows read-only calls only |
get_rewards | Read customer reward balance and recent point transactions. | Listed for discovery; the registry allows read-only calls only |
get_saree | Get one visible Vaanzari saree by public catalogue ID or canonical locator. | Listed for discovery; the registry allows read-only calls only |
get_support_ticket | Get one authorized customer support ticket and its messages. | Listed for discovery; the registry allows read-only calls only |
get-saree | Get safe public details and canonical URL for one Vaanzari saree. | Callable read-only tool |
inspect_image_c2pa | Fetch 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 signin | Listed for discovery; the registry allows read-only calls only |
list_artisans | List public artisan profiles connected to the visible Vaanzari catalogue. | Listed for discovery; the registry allows read-only calls only |
list_orders | List authorized customer orders. | Listed for discovery; the registry allows read-only calls only |
list_support_tickets | List authorized customer support tickets. | Listed for discovery; the registry allows read-only calls only |
open-cart | Open Vaanzari cart without starting checkout. | Listed for discovery; the registry allows read-only calls only |
open-saree | Open one public Vaanzari saree in the current storefront view. | Listed for discovery; the registry allows read-only calls only |
remove_from_cart | Remove one customer cart item. | Listed for discovery; the registry allows read-only calls only |
remove_pick | Remove one saree from customer picks. | Listed for discovery; the registry allows read-only calls only |
reply_support_ticket | Reply to a customer support ticket after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
resume_payment | Resume an unpaid hosted payment attempt after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
retry_payment | Retry an unpaid hosted payment attempt after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
save_pick | Save one visible saree to customer picks. | Listed for discovery; the registry allows read-only calls only |
scan_images_c2pa | Scan 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_sarees | Search visible Vaanzari sarees using verified catalogue fields. Missing attributes remain unset. | Listed for discovery; the registry allows read-only calls only |
search-sarees | Search Vaanzari public sarees by text, craft details, price, and availability. | Callable read-only tool |
set_cart_quantity | Set quantity for one customer cart item. | Listed for discovery; the registry allows read-only calls only |
start_checkout | Create 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_profile | Update customer name, phone, and delivery address after signed-in browser approval. | Listed for discovery; the registry allows read-only calls only |
validate_coupon | Validate 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.getalways 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.