Cafeteria MCP
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., "@Cafeteria MCPWhat's today's lunch menu?"
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.
Cafeteria MCP
Configurable MCP server for cafeteria menu lookup.
The server exposes a single MCP tool, get_cafeteria_menu, and supports stdio plus HTTP/SSE transports.
Configuration
Set these environment variables in your runtime or hosting provider:
CAFETERIA_API_URL=<form-post-api-url>
CAFETERIA_CAMPUS=<campus-code>
CAFETERIA_SEQ=<cafeteria-sequence>
CAFETERIA_ORIGIN=<optional-origin-header>
MCP_TRANSPORT=httpCAFETERIA_ORIGIN is optional. When omitted, the origin is derived from CAFETERIA_API_URL.
Tool
get_cafeteria_menu
ymd: lookup date,YYYYMMDDorYYYY-MM-DD. Defaults to today in Asia/Seoul.mealType:LNfor lunch,DNfor dinner.
Local stdio
npm startMCP client example:
{
"mcpServers": {
"cafeteria": {
"command": "node",
"args": [
"/absolute/path/to/src/server.mjs"
]
}
}
}HTTP/SSE
MCP_TRANSPORT=http PORT=3333 npm startHealth check:
GET http://127.0.0.1:3333/healthMCP SSE:
GET http://127.0.0.1:3333/sseMCP SSE message post:
POST http://127.0.0.1:3333/messages?sessionId=...MCP JSON-RPC test endpoint:
POST http://127.0.0.1:3333/mcp
Hosting environments that provide PORT automatically run the HTTP/SSE transport.
Render
Deploy the repository with the included render.yaml Blueprint.
After deployment, set the required secret environment variables in Render. The public MCP SSE URL will be:
https://<render-service-name>.onrender.com/sseSee outputs/render-sse-mcp.md for a short registration note.
Tests
npm run test:sse
npm run test:mcp
npm run test:api -- 20260608 LNtest:api requires the environment variables above.
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.
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/skax-joonho-park/cafeteria-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server