Canteen MCP
Kantine MCP
Ein Model Context Protocol (MCP)-Server, der über eine einfache API-Integration Zugriff auf das Mittagsmenü der Kantine bietet.
Beschreibung
Canteen MCP ist ein FastMCP-basierter Server, der ein Tool zum Abrufen täglicher Mittagsmenüs aus der Kantine bereitstellt. Es verbindet sich mit einer Menü-API und bietet eine strukturierte Schnittstelle zum Abfragen von Menüdaten für bestimmte Tage.
Related MCP server: Strapi MCP Server
Merkmale
Holen Sie sich das Mittagsmenü für ein bestimmtes Datum
httpStream-basierter Transport für Echtzeitkommunikation
Umgebungsbasierte Konfiguration
Typsichere API mit Eingabevalidierung
Installation
npm installKonfiguration
Kopieren Sie die Beispielumgebungsdatei und aktualisieren Sie sie mit Ihren Werten:
cp .env.example .envUmgebungsvariablen
Variable | Beschreibung | Beispiel |
API_URL | URL der Mittagsmenü-API | |
HAFEN | Port für den MCP-Server | 8080 |
ENDPUNKT | HTTP-Endpunkt | /Endpunkt |
Verwendung
Starten Sie den Server:
npm startVerfügbare Tools
Mittagsmenü erhalten
Ruft das Mittagsmenü für ein bestimmtes Datum ab.
Parameter :
date: Zeichenfolge im Format JJJJ-MM-TT
Gibt zurück : JSON-Zeichenfolge mit den Menüdaten
Beispiel :
const result = await tool.execute({ date: "2024-10-05" });
Entwicklung
Voraussetzungen
Node.js >= 18
npm
Ausführen im Entwicklungsmodus
npm run devDocker
Erstellen des Bildes
docker build -t canteen-mcp .Ausführen des Containers
docker run -d \
-p 8080:3000 \
-e API_URL=your_api_url \
-e PORT=3000 \
-e ENDPOINT=/http \
--name canteen-mcp \
canteen-mcpVerwenden der GitHub Container Registry
Rufen Sie das neueste Bild ab:
docker pull ghcr.io/[your-username]/canteen-mcp:latestEinsatz
Bereitstellung für Hetzner
Melden Sie sich per SSH bei Ihrem Hetzner-Server an:
ssh root@your-server-ipInstallieren Sie Docker, falls es noch nicht installiert ist:
curl -fsSL https://get.docker.com | shErstellen Sie eine docker-compose.yml-Datei:
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=/httpStarten Sie den Dienst:
docker-compose up -dLizenz
Dieses Projekt ist unter der MIT-Lizenz lizenziert – Einzelheiten finden Sie in der Datei LICENSE.
Basierend auf https://github.com/punkpeye/fastmcp-boilerplate
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