Skip to main content
Glama

NEIS MCP Server

by gandandev
page.tsx1.5 kB
export default function Home() { return ( <main className="min-h-screen p-8"> <div className="max-w-4xl mx-auto"> <h1 className="text-4xl font-bold mb-4">NEIS MCP Server</h1> <p className="text-lg mb-6"> MCP (Model Context Protocol) server for Korean NEIS (National Education Information System). </p> <div className="bg-gray-100 p-6 rounded-lg mb-6"> <h2 className="text-2xl font-semibold mb-3">Available Tools</h2> <ul className="space-y-2"> <li><strong>neis.school.search</strong> - Search for schools by name</li> <li><strong>neis.meal</strong> - Get school meal information</li> <li><strong>neis.timetable</strong> - Get class timetable</li> <li><strong>neis.schedule</strong> - Get school events and schedules</li> </ul> </div> <div className="bg-blue-50 p-6 rounded-lg"> <h2 className="text-2xl font-semibold mb-3">Connect via MCP</h2> <p className="mb-2">SSE Transport:</p> <code className="block bg-white p-2 rounded mb-4"> {typeof window !== 'undefined' ? `${window.location.origin}/api/sse` : '/api/sse'} </code> <p className="mb-2">HTTP Transport:</p> <code className="block bg-white p-2 rounded"> {typeof window !== 'undefined' ? `${window.location.origin}/api/http` : '/api/http'} </code> </div> </div> </main> ); }

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/gandandev/neis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server