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

@saeroon/mcp-server

v2.2.15

Published

Saeroon unified MCP server — curated saeroon_* workflow tools (site backend capabilities, ContentType meta-CRUD, form/board/booking/members provisioning) + (A4) platform admin. stdio + Streamable HTTP + OAuth 2.1 + JWT ES256 + Rug Pull 3-defense.

Readme


Quick Start

Claude Desktop / Cursor / VS Code 등 MCP 클라이언트 설정에 한 줄이면 됩니다.

{
  "mcpServers": {
    "saeroon": {
      "command": "npx",
      "args": ["-y", "@saeroon/mcp-server@latest"]
    }
  }
}

Modes

Guide-only (기본) — 환경변수 없이 동작합니다. 키 없이 읽을 수 있는 saeroon_guide 문서 도구를 제공합니다.

FullSAEROON_SITE_ID + SAEROON_API_KEY(사이트별 발급)를 설정하면 해당 사이트에 바인딩된 saeroon_* 워크플로 도구가 추가됩니다: 사이트 백엔드 요약(saeroon_describe_site_backend), 폼 연결(saeroon_attach_form), 게시판·예약·회원 정의, 그리고 모든 ContentType 을 커버하는 메타툴 3종(saeroon_content_list_types · saeroon_content_get_schema · saeroon_content_invoke).

{
  "mcpServers": {
    "saeroon": {
      "command": "npx",
      "args": ["-y", "@saeroon/mcp-server@latest"],
      "env": {
        "SAEROON_API_KEY": "sk_live_xxx",
        "SAEROON_SITE_ID": "00000000-0000-0000-0000-000000000000"
      }
    }
  }
}

API 키 발급·전체 도구 레퍼런스·원격(Streamable HTTP) 연결은 문서를 참고하세요: https://developers.saeroon.com/docs/mcp.md

Notes

  • v2.0.0부터 이 패키지는 통합 MCP 서버입니다. v1.0.1(오프라인 블록 카탈로그 CLI)은 폐기 대상입니다.
  • bin 이름은 saeroon-mcp로 v1과 동일합니다. 기존 설정은 수정 없이 동작합니다.