meican-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., "@meican-mcplist my orders for today"
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.
meican-mcp
美餐(Meican)MCP Server。支持查询餐次、餐厅、菜单、订单,以及下单和取消订单。
可用工具
工具 | 用途 |
| 查询组织信息和取餐地址。 |
| 查询某天可用餐次。 |
| 查询某个餐次下可用餐厅。 |
| 查询某个餐厅在指定餐次下的菜单。 |
| 查询某天已有订单和未支付项目摘要。 |
| 查询单个订单详情。 |
| 下单。调用前必须向用户确认。 |
| 取消订单。调用前必须向用户确认。 |
工具返回一个 MCP text content block,内容是 JSON 字符串:
{ "ok": true, "data": {} }失败时:
{ "ok": false, "error": { "message": "...", "status": 400, "body": {}, "kind": "MeicanError" } }如果返回 _rotation,说明 token 已刷新,客户端应在下一次调用前保存新的 access_token 和 refresh_token。
Related MCP server: CookUnity MCP
快速使用
{
"mcpServers": {
"meican": {
"command": "npx",
"args": ["-y", "meican-mcp"],
"env": {
"MEICAN_CLIENT_ID": "...",
"MEICAN_CLIENT_SECRET": "...",
"MEICAN_ACCESS_TOKEN": "...",
"MEICAN_REFRESH_TOKEN": "...",
"MEICAN_NAMESPACE": "..."
}
}
}
}MEICAN_ACCESS_TOKEN 对应美餐的 cookie sat,MEICAN_REFRESH_TOKEN 对应美餐的 cookie srt。
环境变量
变量 | 必填 | 说明 |
| 是 | 美餐的 OAuth client id,去 Web 端找,或抓包。 |
| 是 | 美餐的 OAuth client secret,去 Web 端找,或抓包。 |
| 是 | 美餐 |
| 是 | 美餐 |
| 否 | 默认组织/站点 namespace。也可以在工具调用参数里传。 |
| 否 | 默认 |
HTTP 模式相关:
变量 | 必填 | 说明 |
| 是 | HTTP |
| 否 | 默认 |
| 否 | 默认 |
| 否 | 默认 |
HTTP 模式
npm install
cp .env.example .env
# 编辑 .env
npm run build
npm start健康检查:
curl http://127.0.0.1:3000/healthzHTTP MCP 配置示例:
{
"mcpServers": {
"meican": {
"url": "http://127.0.0.1:3000/mcp",
"headers": {
"Authorization": "Bearer ${MCP_API_KEY}"
}
}
}
}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
- 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/cxOrz/meican-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server