hansung-university-regulation-mcp

hansung-university-regulation-mcp

Enables searching and retrieving regulations from the Hansung University regulation management system.

Category
Visit Server

README

hansung-university-regulation-mcp

한성대학교 규정관리시스템의 규정을 검색하고 조회할 수 있는 MCP(Model Context Protocol) 서버입니다.

stdio(로컬) 방식과 Remote HTTP(Cloudflare Workers) 방식 모두 지원합니다.

설치

Claude Desktop (로컬 stdio)

claude_desktop_config.json에 추가:

{
  "mcpServers": {
    "hansung-regulation": {
      "command": "npx",
      "args": ["-y", "hansung-university-regulation-mcp"]
    }
  }
}

Claude Desktop (Remote HTTP)

{
  "mcpServers": {
    "hansung-regulation": {
      "url": "https://hansung-regulation-mcp.clayop.workers.dev/mcp"
    }
  }
}

Claude Code

claude mcp add hansung-regulation -- npx -y hansung-university-regulation-mcp

Claude Web / Claude Mobile

  1. Settings > MCP Servers (or Integrations)
  2. "Add MCP Server" 클릭
  3. URL 입력: https://hansung-regulation-mcp.clayop.workers.dev/mcp

ChatGPT

  1. Settings > MCP (또는 Connectors/Tools)
  2. "Add MCP Server" 선택
  3. URL 입력: https://hansung-regulation-mcp.clayop.workers.dev/mcp

Cursor / Windsurf 등 IDE

MCP 설정 파일에 추가:

{
  "mcpServers": {
    "hansung-regulation": {
      "command": "npx",
      "args": ["-y", "hansung-university-regulation-mcp"]
    }
  }
}

또는 Remote HTTP URL 사용: https://hansung-regulation-mcp.clayop.workers.dev/mcp

도구 (Tools)

search_regulations

키워드로 규정을 검색합니다.

  • query (string): 검색 키워드 (예: "학칙", "장학금", "교원임용")

list_regulations

전체 규정 목록을 반환합니다.

  • includeOldVersions (boolean, optional): true이면 구버전 포함

get_regulation

특정 규정의 전문을 Markdown으로 조회합니다.

  • id (number): 규정의 SEQ_HISTORY ID

get_regulation_article

특정 규정의 특정 조항만 조회합니다.

  • id (number): 규정의 SEQ_HISTORY ID
  • article (string): 조항 번호 (예: "제5조", "5")

사용 예시

  • "한성대학교 학칙에서 수강신청 관련 조항을 찾아줘"
  • "교원 임용 관련 규정 목록을 보여줘"
  • "장학금규정 제3조 내용이 뭐야?"

데이터 업데이트

서버 시작 시 자동으로 신규/개정 규정을 감지합니다. 번들된 인덱스 이후에 추가된 규정이 있으면 자동으로 메모리 인덱스에 반영됩니다.

인덱스를 수동으로 재빌드하려면:

npm run build-index

개발

npm install
npm run build

라이선스

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured