Domino's India
Browse the Domino's India menu, build a cart and place a real food order from your AI agent. 16 tools, one of them places an order that costs money. OTP sign-in, India only.
Verified connector
Listed by Anthropic as a partner connector in its Connectors Directory.
Connection checked by Agentman on .
Anthropic states this reflects the level of review a connector received, not a security audit.
Connect Domino's India via MCP
https://genai-prod-ext.dominos.co.in/order-mcp/mcpWorks in any MCP-compatible client. In Agentman Studio it is one click — no config file to edit.
Domino's India Tools & Capabilities (16)
Returns curated menu categories or products for a Domino's India store. With no curatedCategoryId it returns predefined categories (CURATED_CATEGORIES); with a curatedCategoryId it returns that category's products (CURATED_PRODUCTS) or sub-categories (SUB_CATEGORIES). Set showAll=true with page to get the full paginated product list (PAGINATED_PRODUCTS). The legacy categoryId path fetches products for a specific category.
Returns applicable promotional offers and coupons for the current cart.
Returns value combo offers for a store, grouped by selectable product groups.
Returns the authenticated user's saved delivery addresses. Alongside the saved addresses, the user may instead enter a landmark to add a new address, which is resolved via resolve-delivery-store using the landmark as searchQuery. Whenever the user asks to change the delivery address, list the saved addresses plus this landmark option before proceeding.
Returns product recommendations for a store. type=BESTSELLER returns top items; type=NUTRITION returns bestsellers with nutritional facts.
Returns the user's last 3 orders with item and address details for reordering.
Returns the authenticated user's Domino's wallet (Piggybank) balance and loyalty balance (points and available free items) for the current cart context.
Creates a cart with the given items and optional promo or wallet settings. Each cart item carries a skuId, quantity, optional sizeId, and a menuType (MAIN, LOYALTY, or DYNAMIC_COMBO); DYNAMIC_COMBO items also carry childItems (one per combo group). When size/crust is unspecified, medium and new hand tossed are used by default. promoCode with applyDefaultPromo controls promo application, and useWallet toggles paying from the Domino's wallet. Returns cart summary, pricing, discounts, delivery ETA, and wallet balance.
Sends or verifies a mobile OTP for Domino's India sign-in. action=SEND requests an OTP; action=VERIFY validates the OTP and, on success, returns a sessionToken (a unique per-login identifier) plus saved addresses and recent orders. The returned sessionToken MUST be passed on every subsequent tool call to resolve the authenticated session. Also used to switch to a different mobile number: send and verify an OTP for the new number (this is allowed; do not refuse a request to change/use a different number) - a fresh sessionToken is issued each time, replace the old one. When presenting the returned addresses, the user may instead enter a landmark to add a new address, which is resolved via resolve-delivery-store using the landmark as searchQuery.
Returns the current delivery status for a specific order ID. Only the numeric part of the order ID is used.
Refreshes the expired OTP session for the given sessionToken. Call after receiving a 401 from another tool, then retry the failed tool.
Resolves the nearest Domino's delivery store. Provide either latitude/longitude (returns store details and delivery ETA), a searchQuery landmark (returns location predictions), or a placeId from a selected prediction (returns store details). When using searchQuery or placeId, leave latitude and longitude empty. Falls back to store 6585R when none is resolved.
Submits the current cart for delivery with the selected address and payment method. paymentMode is CASH or UPI (UPI maps to UPI_WALLET internally), or WALLET_ONLY when paying fully from the Domino's wallet. price is the grandTotal from cart initialization. For a newly added address, leave the address id empty. Returns order confirmation and payment details, including a QR/publicUrl for online payment (or a upiIntent when the client channel is WHATSAPP).
Returns live delivery tracking for the user's most recent order, including status, ETA, rider details, and a map URL.
Returns a paginated loyalty (POTP) free-item menu for enrolled users with available free items.
Checks or completes Cheesy Rewards loyalty enrollment. action=CHECK returns status; action=ENROLL registers the user.
Read from the server on 2026-08-16, including each tool's own safety annotations.
Limits
- This connector transacts.
place-orderplaces a real, paid food order. Keep per-call approval on, and do not run this server in an unattended agent loop. - India only. Anthropic's directory describes it as an India-only ordering MCP. Stores, menu, wallet and UPI are all India-specific.
- Two payment methods. Domino's README states COD and UPI via QR code are what it currently supports. Cards are not listed.
- Almost nothing works signed out. 15 of 16 tools take a required
sessionToken— every tool exceptmanage-auth-otp, the login tool itself. Anthropic's entry says menu browse and store lookup "may work without sign-in" — hedged in its own wording, and we did not test it, because testing would have meant calling tools on a live ordering system. - The directory's tool list is out of date. Anthropic's snapshot lists 15 tools; the live server returned 16 on 2026-08-16. The snapshot names two tools the server does not expose (get-product-recommendations and get-wallet-balance — named here without backticks because they are not live tools), and omits
get-combos,get-bestsellersandget-wallet-and-loyalty-balance, which it does expose. The live handshake is authoritative here. - No troubleshooting documentation. The README has no troubleshooting or error-code section, and publishes no rate limits or data-handling statement. Domino's India's general privacy policy is linked below; it is not MCP-specific.
- We did not exercise any tool. Our check was a read-only
tools/listhandshake. Every behavioural claim above comes from the server's own tool descriptions or from Domino's README.
Frequently asked questions
Can this connector actually spend my money?
Yes. The place-order tool submits your cart for delivery with a payment method, and the server annotates it destructiveHint true — the only tool it marks that way. Domino's README says payment is cash on delivery or UPI via QR code, so an order becomes a real financial commitment once placed.
Do you need to sign in to use the Domino's India MCP server?
Yes, for almost everything. Domino's README has an OTP Based Login section saying you are prompted to log in once the server is added. Fifteen of the sixteen tools require a sessionToken parameter — every tool except the login tool itself — and manage-auth-otp only returns that token after you verify a one-time password sent to your mobile number.
Which Domino's tools are safe to let an agent call?
Ten of the sixteen carry a read-only annotation from the server, covering menu browsing, store lookup, promos, saved addresses and order status. Of the other six, place-order is annotated destructive and the remaining five are not annotated for safety at all. Read the annotations rather than the tool names before granting automatic approval.
Does the Domino's India MCP server work outside India?
No. Anthropic's directory entry describes it as an India-only ordering connector, and the endpoint is hosted on the dominos.co.in domain operated by Jubilant FoodWorks. Menu, stores, delivery addresses, wallet and UPI payment are all India-specific, so the connector has no function in other Domino's markets.
What payment methods does the Domino's MCP server accept?
Cash on delivery and UPI. Domino's README states it currently supports COD and UPI through QR code. The live place-order tool description adds a WALLET_ONLY mode for paying fully from the Domino's wallet, and returns a QR or public URL for online payment once the order is submitted.
Sources
- Domino's India MCP README (retrieved 2026-08-16, HTTP 200; setup, OTP login, payment modes and example prompts) · retrieved 2026-08-16
- Live
tools/listhandshake againsthttps://genai-prod-ext.dominos.co.in/order-mcp/mcp— 16 tools with descriptions, input schemas and safety annotations (2026-08-16) · retrieved 2026-08-16 - Anthropic Connectors Directory entry (from the 2026-08-16 directory snapshot; tier, categories, endpoint, India-only description) · retrieved 2026-08-16
- Domino's India support (HTTP 200, 2026-08-16) · Privacy (HTTP 200, 2026-08-16) · retrieved 2026-08-16
- Operator: Jubilant FoodWorks Limited
Use in Agentman
Connect once and your agents call these tools on their own — on a schedule, in a workflow, with nobody at the keyboard.
Open in Agentman StudioServer Info
- Category
- E-commerce
- Developer
- Domino's India
- Tools
- 16
- Domain
- genai-prod-ext.dominos.co.in
Using Claude Desktop or another MCP client? Setup docs — the connection URL above works anywhere.