NEIS MCP
Overview
NEIS MCP exposes a Model Control Protocol (MCP) endpoint for Korean school data from the NEIS OpenAPI. It provides access to meals, timetables, and school information through a single standardized API.
Setup
1. Get a NEIS OpenAPI Key
Log in to NEIS OpenAPI: https://open.neis.go.kr/portal/user/oauth/authorizePage.do
After logging in, go to 마이페이지 → 인증키 발급: https://open.neis.go.kr/portal/myPage/actKeyPage.do
Apply for an API key for the data services you need (e.g., 급식정보, 시간표, 학사일정).
Copy your issued 인증키 (API Key).
2. Deploy on Render
Push your repository to GitHub.
On Render:
Create a Web Service.
Connect your repository.
Add an environment variable:
NEIS_API_KEY=your_api_key_hereDeploy the service.
3. Verify Endpoint
After deployment, access:
to confirm the MCP endpoint is running.
Usage with MCP Client
Connect your endpoint to an MCP-compatible client such as Claude Desktop or Poke.