Mensa TUD MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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:
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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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