npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

hansung-university-regulation-mcp

v0.1.0

Published

MCP server for searching and querying Hansung University regulations (한성대학교 규정)

Downloads

41

Readme

hansung-university-regulation-mcp

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

설치

Claude Desktop

claude_desktop_config.json에 추가:

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

Claude Code

claude mcp add hansung-regulation -- npx -y hansung-university-regulation-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