Content
# MCP-Gen UI Gateway
Open-source MCP gateway for public-benefit discovery and Gen UI rendering.
The MVP focuses on Korean public-benefit and Government24-style service discovery. It exposes deterministic MCP tools, validates domain JSON with Zod, records snapshots and change logs in SQLite, and renders fixture-backed results in a Vite React demo UI.
## Scope
- Local stdio MCP server
- Transport-neutral core tool service
- Zod domain schemas with JSON Schema export
- Fixture-backed public-benefit search
- Rule-based consistency checks
- SQLite snapshot/change-log store
- Vite React demo for `domain JSON -> A2UI -> UI`
- Experimental Playwright browser-assist boundary, documented but isolated from core
Out of scope: Government24 login automation, identity verification, automatic form submission, resident registration numbers, passwords, certificates, auth tokens, definitive eligibility decisions, scheduled crawling, and hosted HTTP/SSE gateway mode.
## Quick Start
```bash
pnpm install
pnpm build
pnpm test
pnpm dev
```
Run the MCP server over stdio:
```bash
pnpm mcp
```
Export JSON Schemas:
```bash
pnpm schemas
```
## MCP Tools
- `searchBenefits`: find benefit candidates from non-identifying profile conditions.
- `getBenefitDetail`: return structured details for a benefit.
- `buildChecklist`: produce application preparation items.
- `getApplicationGuide`: return step-by-step application guidance.
- `getChangeLog`: return recorded snapshot and diff events.
The server does not include an LLM. The MCP host is expected to orchestrate natural language, follow-up questions, and tool calls.
Connection Info
You Might Also Like
Train-in-Silence
The first Task-Aware MCP server and automated VRAM calculator for LLM...
stacklit
108,000 lines of code. 4,000 tokens of index. One command makes any repo...
AppClaw
AI-powered mobile automation agent — describe what you want in plain...
pdf-mcp
Production-ready MCP server for PDF processing with intelligent caching....
kotadb
Local-only code intelligence API for AI developer workflows (Bun +...
gemini-api-docs-mcp
A remote HTTP MCP server for searching Google Gemini API documentation.