Canteen MCPServer

c0dr
GitHub
API IntegrationLunch MenuFastMCP

Loading subscription status...

💡 Description

Canteen MCP is a server based on FastMCP that provides a tool to retrieve daily lunch menus. It connects to a menus API and offers a structured interface to query menu data for specific dates.

📝 JSON Entries

{
  "mcpServers": [
    {
      "canteen-mcp": {
        "env": {
          "PORT": "8080",
          "API_URL": "https://lunch-menu-ai.vercel.app/api/v1/menu",
          "ENDPOINT": "/http"
        },
        "args": [],
        "command": "npm start"
      }
    }
  ]
}

🛠️ Tools

get_lunch_menu

Features

  • Retrieve lunch menu for a specific date
  • HTTPStream based transport for real-time communication
  • Environment-based configuration
  • Type-safe API with input validation

💬 Example Queries

  • Get the lunch menu for 2024-10-05