Skip to main content
Glama
ScaDS

Mensa TUD MCP Server

by ScaDS

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_canteensA

List all available canteens from the Studentenwerk Dresden.

Returns canteen IDs, names, addresses, and coordinates for all available canteens.

list_canteen_daysA

List all days for which a canteen has meal data available.

Args: canteen_id: The ID of the canteen to query (e.g., 9 for Alte Mensa)

Returns dates for which you can query meals.

get_mealsA

Get all meals available at a specific canteen on a specific date.

Notes:

  • To figure out the ID of a specific canteen, first use the list_canteens tool.

  • Also make sure to check which days have meal data available using the list_canteen_days tool.

Args: canteen_id: The ID of the canteen to query (e.g., 9 for Alte Mensa) date: The date in YYYY-MM-DD format (e.g., 2026-01-13). If not provided, uses today's date.

Returns meal names, categories, prices, and dietary information.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ScaDS/mensa-tud-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server