Canteen

Queries canteen attendance data for given date ranges and returns breakfast, lunch, and total counts.
  • python

0

GitHub Stars

python

Language

7 months ago

First Indexed

3 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "wrdan-mcp-server-canteen": {
      "command": "uvx",
      "args": [
        "mcp-server-canteen"
      ],
      "env": {
        "CANTEEN_API_BASE": "YOUR_API_BASE",
        "CANTEEN_API_TOKEN": "YOUR_API_TOKEN"
      }
    }
  }
}

Available tools

get_canteen_data

Queries the canteen attendance within a specified date range and period, returning a text summary that includes breakfast, lunch, and total counts.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
Canteen MCP Server - wrdan/mcp-server-canteen | VeilStrat