Mess MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Mess MCP ServerWhat's the menu for this week?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mess MCP Server
A Model Context Protocol (MCP) server for the IIIT-H Mess portal. This server provides robust, real-time integration enabling AI assistants to securely interact with the institution's mess dining and marketplace systems over standard STDIO transports.
Architecture & Features
The server interfaces via the official Anthropic mcp SDK, abstracting the mess.iiit.ac.in/api into easily digestible Resources, Tools, and Prompts.
Resources: Exposes static read-only constraints such as system capacities, current multi-week menus, available extras, operating hours, and standard meal rates.
Tools: Authorizes state mutations including modifying registrations (cancel, skip, un-cancel, register), applying for extras, and seamlessly filing formal qualitative feedback.
Prompts: Provides pre-programmed reasoning flows, assisting agents with weekly meal planning and historic billing analysis, mitigating overspending on non-essential items.
Related MCP server: mit-dining-mcp
Prerequisites
Python 3.10+
uv (recommended for seamless environments) or pip
Installation
Clone the repository to your local environment:
git clone https://github.com/shrey715/mess-mcp.git cd mess-mcpSync the dependencies and build the virtual environment:
uv sync # Or using standard pip pip install .
Configuration
The server operations are authenticated. You must set the correct environment variables before launch, preventing API tokens from passing unnecessarily through the language model context window.
export MESS_API_KEY="your-api-token"Usage Integration
The server operates exclusively via standard stdio, assuring strong compatibility with high-performance desktop clients.
Claude Desktop Integration
Locate your Claude Desktop JSON configuration and append the following:
{
"mcpServers": {
"mess-mcp": {
"command": "uv",
"args": ["run", "--directory", "/path/to/mess-mcp", "mess-mcp"],
"env": {
"MESS_API_KEY": "your-api-key"
}
}
}
}Cursor or VS Code Integration
Use standard integration settings inside Cursor or VS Code Copilot to register local MCPs. Provide the exact executable invocation:
Command Path: uv run --directory /path/to/mess-mcp mess-mcp
Documentation
Full architectural insights are encoded directly into the MCP introspection system (mcp list). Endpoints trace the official OpenAPI 3.0 specification available from the institution portal.
License
This software is released under the GNU General Public License v3.0 (GPLv3). Review the LICENSE file for strict distribution and modification stipulations.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Scraps Kitchen gives any AI agent a persistent, household-aware kitchen memory. Unlike generic chatbot recall, Scraps maintains structured cooking data: what's in your fridge (with freshness tracking), who you cook for (with allergens, dietary restrictions, and preferences), your recipe collection (with cook notes and per-diner ratings), your shopping list, and your kitchen equipment. 27 tools across 6 domains let agents read kitchen context, suggest meals that respect dietary safety, update the pantry after cooking, and build a history of what works for your household. Every interaction makes the data richer. Cooking history, preference signals, kitchen awareness = better suggestions next time. All tools work via oAuth and a free scraps.kitchen account.
AI-powered kitchen management — pantry, recipes, meal plans, shopping lists
Household-aware cooking brain: pantry, meal suggestions, dietary safety, recipes, shopping lists.
AI meal plans that fill your Kroger/Instacart cart - pantry-aware lists, all from chat.
Related MCP Servers
- AlicenseBqualityDmaintenanceEnables AI assistants to interact with the IIIT Hyderabad Mess Management System through natural language, allowing students to view menus, manage meal registrations, check bills, submit feedback, and configure preferences.2911MIT
- AlicenseNot gradedqualityDmaintenanceProvides real-time access to menus from all six MIT Bon Appétit dining halls. It enables users to query daily or weekly schedules and filter options by specific dietary requirements such as vegan, halal, or gluten-free.522MIT
- AlicenseAqualityDmaintenanceEnables LLMs to interact with the IIIT Hyderabad Mess System to manage meal registrations, view menus, and track billing. It supports conversational commands for tasks like cancelling meals, estimating nutrition, and checking account balances.455AGPL 3.0
- FlicenseNot gradedqualityCmaintenanceEnables an AI assistant to help students by providing tools for math calculations, attendance tracking, marks analysis, reading PDF notes, searching lecture notes, and checking college regulations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/shrey715/mess-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server