{"openapi":"3.1.0","info":{"title":"교육부 학교기본정보","description":"학교알리미 API는 전국 초·중·고·대학교의 학교명, 주소, 설립유형, 학급 수, 학생 수, 교원 수 등 기본 정보를 제공합니다. 교육 관련 앱, 학군 분석, 부동산 학군 정보, 교육 통계 시각화에 활용됩니다.","version":"1.0.0","x-fusepie-id":"school-info","x-fusepie-category":"data","x-fusepie-provider":"교육부"},"servers":[],"paths":{"/":{"get":{"operationId":"call_school_info","summary":"교육부 학교기본정보","description":"학교알리미 API는 전국 초·중·고·대학교의 학교명, 주소, 설립유형, 학급 수, 학생 수, 교원 수 등 기본 정보를 제공합니다. 교육 관련 앱, 학군 분석, 부동산 학군 정보, 교육 통계 시각화에 활용됩니다.","parameters":[{"name":"q","in":"query","description":"Search query or main parameter","required":false,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"application/json":{"schema":{"type":"object"}}}}},"security":[{"apiKey":[]}]}}},"components":{"securitySchemes":{"apiKey":{"type":"apiKey","in":"header","name":"Authorization","description":"Get your API key from: https://open.neis.go.kr/"}}},"x-mcp-config":{"mcpServers":{"school-info":{"command":"npx","args":["-y","@fusepie/mcp-school-info"],"env":{"API_KEY":""}}}}}