Canteen MCP
매점 MCP
간단한 API 통합을 통해 식당의 점심 메뉴에 대한 액세스를 제공하는 MCP(모델 컨텍스트 프로토콜) 서버입니다.
설명
Canteen MCP는 구내식당의 일일 점심 메뉴를 검색하는 도구를 제공하는 FastMCP 기반 서버입니다. 메뉴 API에 연결하여 특정 날짜의 메뉴 데이터를 쿼리할 수 있는 구조화된 인터페이스를 제공합니다.
Related MCP server: Strapi MCP Server
특징
특정 날짜의 점심 메뉴를 받아보세요
실시간 통신을 위한 httpStream 기반 전송
환경 기반 구성
입력 검증을 통한 유형 안전 API
설치
지엑스피1
구성
예제 환경 파일을 복사하고 원하는 값으로 업데이트하세요.
cp .env.example .env환경 변수
변하기 쉬운 | 설명 | 예 |
API_URL | 점심 메뉴 API의 URL | |
포트 | MCP 서버용 포트 | 8080 |
엔드포인트 | HTTP 엔드포인트 | /엔드포인트 |
용법
서버를 시작합니다:
npm start사용 가능한 도구
점심 메뉴 받기
특정 날짜의 점심 메뉴를 검색합니다.
매개변수 :
date: YYYY-MM-DD 형식의 문자열
반환 : 메뉴 데이터를 포함하는 JSON 문자열
예 :
const result = await tool.execute({ date: "2024-10-05" });
개발
필수 조건
노드.js >= 18
엔피엠
개발 모드에서 실행
npm run dev도커
이미지 구축
docker build -t canteen-mcp .컨테이너 실행
docker run -d \
-p 8080:3000 \
-e API_URL=your_api_url \
-e PORT=3000 \
-e ENDPOINT=/http \
--name canteen-mcp \
canteen-mcpGitHub 컨테이너 레지스트리 사용
최신 이미지를 가져옵니다.
docker pull ghcr.io/[your-username]/canteen-mcp:latest전개
Hetzner에 배치
Hetzner 서버에 SSH를 실행합니다.
ssh root@your-server-ipDocker가 아직 설치되지 않았다면 설치하세요.
curl -fsSL https://get.docker.com | shdocker-compose.yml 파일을 만듭니다.
version: '3.8'
services:
canteen-mcp:
image: ghcr.io/c0dr/canteen-mcp:latest
restart: always
ports:
- "8080:3000"
environment:
- API_URL=your_api_url
- PORT=3000
- ENDPOINT=/http서비스 시작:
docker-compose up -d특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityCmaintenanceA Model Context Protocol server that facilitates integration with OpenCTI, allowing users to query and retrieve cyber threat intelligence data via a standardized interface.1640MIT
- AlicenseAqualityCmaintenanceA Model Context Protocol server that enables AI assistants to interact with Strapi CMS instances through a standardized interface, supporting content types and REST API operations.57976MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that provides health data from the Senechal API to LLM applications, enabling AI assistants to access, analyze, and respond to personal health information.GPL 3.0
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol Server that enables LLMs to interact with and execute REST API calls through natural language prompts, supporting GET/PUT/POST/PATCH operations on configured APIs.6Apache 2.0
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
BGG MCP provides access to the BoardGameGeek API through the Model Context Protocol, enabling retr…
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/c0dr/canteen-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server