{"name":"com.vaanzari/commerce","slug":"vaanzari-commerce","title":"Vaanzari Commerce","description":"Discover Banarasi sarees and manage authorized Vaanzari shopping workflows with hosted checkout.","url":"https://mcp.market/server/vaanzari-commerce","rating":null,"grade":"C","score":57,"certified":false,"status":"active","category":"other","tags":[],"presence":{"score":5,"stars":null,"forks":null,"downloads_week":null,"last_push_at":null,"license":null},"uptime":{"percent":100,"checks":8,"ok":8,"last_checked_at":"2026-09-21T08:35:38.451Z","last_ok_at":"2026-09-21T08:35:38.451Z","latency_ms":235},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":null,"website":null,"version":"1.0.0","remotes":[{"type":"streamable-http","url":"https://vaanzari.com/mcp"}],"packages":[],"tools":[{"name":"add_to_cart","description":"Add a visible saree to customer cart.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"saree_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"quantity":{"default":1,"type":"integer","minimum":1,"maximum":20}},"required":["saree_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cancel_order","description":"Request cancellation for an eligible customer order after signed-in browser approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"reason":{"type":"string","minLength":3,"maxLength":500},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["order_id","reason"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"cancel_payment_attempt","description":"Cancel an unpaid hosted payment attempt after signed-in browser approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"attempt_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["attempt_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"close_support_ticket","description":"Close a customer support ticket after signed-in browser approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticket_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["ticket_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"create_support_ticket","description":"Create a customer support ticket after signed-in browser approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"subject":{"type":"string","minLength":3,"maxLength":200},"message":{"type":"string","minLength":3,"maxLength":4000},"order_id":{"type":"integer","exclusiveMinimum":0,"maximum":9007199254740991},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["subject","message"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_account","description":"Read the authorized customer account profile.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_artisan","description":"Get one public Vaanzari artisan profile.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_cart","description":"Read customer cart and current totals.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_checkout_summary","description":"Revalidate cart, discounts, points, addresses, and checkout total without placing an order.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"points_to_redeem":{"type":"integer","minimum":0,"maximum":10000000},"coupon_code":{"type":"string","maxLength":50}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_order","description":"Get one authorized customer order.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"order_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["order_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_payment_status","description":"Read latest provider status for a customer payment attempt.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"attempt_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["attempt_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_picks","description":"Read saved Vaanzari picks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_rewards","description":"Read customer reward balance and recent point transactions.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_saree","description":"Get one visible Vaanzari saree by public catalogue ID or canonical locator.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"get_support_ticket","description":"Get one authorized customer support ticket and its messages.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticket_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["ticket_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_artisans","description":"List public artisan profiles connected to the visible Vaanzari catalogue.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_orders","description":"List authorized customer orders.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"list_support_tickets","description":"List authorized customer support tickets.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"remove_from_cart","description":"Remove one customer cart item.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"item_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["item_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"remove_pick","description":"Remove one saree from customer picks.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"saree_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["saree_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"reply_support_ticket","description":"Reply to a customer support ticket after signed-in browser approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"ticket_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"message":{"type":"string","minLength":1,"maxLength":4000},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["ticket_id","message"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"resume_payment","description":"Resume an unpaid hosted payment attempt after signed-in browser approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"attempt_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["attempt_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"retry_payment","description":"Retry an unpaid hosted payment attempt after signed-in browser approval.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"attempt_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["attempt_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"save_pick","description":"Save one visible saree to customer picks.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"saree_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"}},"required":["saree_id"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"search_sarees","description":"Search visible Vaanzari sarees using verified catalogue fields. Missing attributes remain unset.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"q":{"type":"string","maxLength":120},"page":{"default":1,"type":"integer","minimum":1,"maximum":1000},"limit":{"default":12,"type":"integer","minimum":1,"maximum":50},"fabric":{"type":"string","maxLength":100},"technique":{"type":"string","maxLength":100},"region":{"type":"string","maxLength":100},"occasion":{"type":"string","maxLength":100}},"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"set_cart_quantity","description":"Set quantity for one customer cart item.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"item_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9][A-Za-z0-9._:-]*$"},"quantity":{"type":"integer","minimum":1,"maximum":20}},"required":["item_id","quantity"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"start_checkout","description":"Create a hosted Cashfree or PhonePe checkout after signed-in browser approval. No payment is captured by this tool.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"payment_method":{"type":"string","enum":["cashfree","phonepe","online"]},"payment_mode":{"type":"string","enum":["upi","card","netbanking","wallet","international_card"]},"shipping_address":{"type":"string","minLength":10,"maxLength":500},"billing_address":{"type":"string","minLength":10,"maxLength":500},"points_to_redeem":{"type":"integer","minimum":0,"maximum":10000000},"coupon_code":{"type":"string","maxLength":50},"idempotency_key":{"type":"string","minLength":1,"maxLength":64,"pattern":"^[A-Za-z0-9._:-]+$"},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["payment_method","idempotency_key"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"update_profile","description":"Update customer name, phone, and delivery address after signed-in browser approval.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"name":{"type":"string","minLength":1,"maxLength":120},"phone":{"type":"string","minLength":7,"maxLength":32},"address":{"type":"string","minLength":10,"maxLength":500},"confirmation_id":{"type":"string","minLength":1,"maxLength":200,"pattern":"^[A-Za-z0-9_-]+$"}},"required":["name","phone","address"],"$schema":"https://json-schema.org/draft/2020-12/schema"}},{"name":"validate_coupon","description":"Validate a coupon against the authorized customer cart.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"code":{"type":"string","minLength":1,"maxLength":50}},"required":["code"],"$schema":"https://json-schema.org/draft/2020-12/schema"}}],"scan":{"score":57,"grade":"C","scanned_at":"2026-09-20T20:56:53.601Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:56:53.580Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 541ms"]},"poisoning":{"score":15,"max":15,"notes":["29 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 8 write-action tools with no auth"]},"maintenance":{"score":3,"max":15,"notes":["no repository listed"]},"identity":{"score":2,"max":10,"notes":["no repository or website to verify"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"},{"id":"maint.no-repo","severity":"low","component":"maintenance","title":"No source repository listed"}],"inputs":{"probes":[{"url":"https://vaanzari.com/mcp","reachable":true,"authRequired":false,"latencyMs":541,"serverInfo":{"name":"com.vaanzari/commerce","version":"1.0.0"}}],"packages":[],"repo":{"found":false},"icon":{"url":"https://vaanzari.com/vaanzari-mark.svg","source":"registry"},"presence":{"stars":null,"forks":null,"downloadsWeek":null,"license":null,"lastPushAt":null,"score":5}}}},"grade_history":[],"reviews":[]}