Back to Home
KNU-team-kim icon

barrier-free-kiosk-mcp-server

Verified Safe

by KNU-team-kim

Overview

The server acts as a Multi-Channel Platform (MCP) server for a barrier-free kiosk, facilitating civic services such as move-in registration and resident registration document issuance through an AI-guided conversational flow.

Installation

Run Command
uv run python server.py

Environment Variables

  • OPENAI_API_KEY
  • OPENAI_API_URL
  • KIOSK_APP_URL

Security Notes

Environment variables are correctly used for API keys and external service URLs, avoiding hardcoded secrets. No 'eval' or obvious obfuscation techniques are present. The system's overall security heavily depends on the trustworthiness and security of the `KIOSK_APP_URL` and `OPENAI_API_URL` endpoints it interacts with.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens750
Stars0
Forks0
Last Update2025-11-29

Tags

KioskAI AssistantConversational AICivic ServicesPython