UNPKG

@pizzamcp/server

Version:
36 lines (25 loc) 581 B
# MCPizza - Domino's Pizza MCP Server Simple MCP server for ordering Domino's pizza through AI assistants. ## Installation ```bash npm install -g @pizzamcp/server ``` ## Usage with Claude Desktop Add to your MCP configuration: ```json { "mcpServers": { "pizzamcp": { "command": "npx", "args": ["@pizzamcp/server@latest"] } } } ``` ## Available Tools - **find_dominos_store** - Find nearest Domino's by address/zip - **search_menu** - Search menu items - **add_to_order** - Add items to order - **view_order** - View current order ## License MIT