mcpie
Related Servers
Alternatives to mcpie
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that allows AI assistants to order Domino's Pizza through an unofficial API, with features for store location, menu browsing, and order management.11MIT
- FlicenseAqualityDmaintenanceAn educational MCP server that enables users to browse Domino's menus, find coupons, and configure customized pizza orders via natural language. It demonstrates complex tool orchestration and real-time API integration for order validation and pricing, though final placement is limited by CAPTCHA.12-
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enables AI agents to discover restaurants and place food delivery orders on Uber Eats and Thuisbezorgd (Just Eat Takeaway). It provides tools for restaurant discovery and order management through normalized platform APIs.03MIT
- AlicenseNot gradedqualityCmaintenanceMCP server that mimics a food delivery assistant, enabling natural language ordering, personalized recommendations, order tracking, and review/policy queries via a LangGraph ReAct agent with human-in-the-loop approval.MIT
- AlicenseAqualityDmaintenanceMCP server for Chipotle — let AI agents find locations, browse menus, build custom orders, and checkout for pickup or delivery.1831 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server that lets restaurants operate their point-of-sale through an LLM agent — edit menus, 86 items, check sales, restock inventory, monitor voids, and more via twenty tools over both stdio and Streamable HTTP transports with per-request tenancy from API keys.Apache 2.0
TDQS
Scored across 6 tools
Each tool targets a distinct stage of the pizza ordering workflow: status check, store discovery, menu lookup, specials listing, dry run, and final order. There is no overlap or ambiguity between them.
All tools follow the same snake_case pattern with the 'pizza_' prefix and clear verb-noun structure. This creates a predictable and consistent naming convention.
Six tools cover the entire pizza ordering process without being excessive. Each tool serves a distinct purpose and the count is well-scoped for the server's domain.
The tool surface covers the full lifecycle: discovery (find store, menu, specials), validation (dry run, status), and execution (order). There are no obvious gaps for the stated purpose of ordering pizza.