barrier-free-kiosk-mcp-server
Verified Safeby 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
uv run python server.pyEnvironment 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
Frappe_Assistant_Core
AI-powered business data analysis and document management by connecting Claude Desktop (or other LLMs) to Frappe ERP systems.
mcp-android-server-python
Provides an MCP server for AI agents to automate Android devices using uiautomator2.
Varon-AI
A multi-agent AI system designed to coordinate specialized AI tools for complex real-world task execution and automation, including coding, research, scraping, and content generation.
cozyreq
Facilitates interaction between AI agents and a custom API.