Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by gonzalo-cordova-pou • Uncategorized
A local Model Context Protocol server for managing food delivery operations.
Search for restaurants based on user preferences.
Retrieve restaurant menus as read-only context.
Place and track food delivery orders.
This MCP server provides a structured interface for a food delivery application, enabling AI agents to search restaurants, view menus, place orders, and check order statuses through defined MCP Resources and Tools. It cleanly separates database interactions from server logic, improving maintainability and testability. The server uses Firestore as its backend database and follows MCP best practices to expose read-only data as Resources and actionable operations as Tools.