@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.
Maintainers
Readme
Quick Start
Claude Desktop / Cursor / VS Code 등 MCP 클라이언트 설정에 한 줄이면 됩니다.
{
"mcpServers": {
"saeroon": {
"command": "npx",
"args": ["-y", "@saeroon/mcp-server@latest"]
}
}
}Modes
Guide-only (기본) — 환경변수 없이 동작합니다. 키 없이 읽을 수 있는 saeroon_guide 문서 도구를 제공합니다.
Full — SAEROON_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과 동일합니다. 기존 설정은 수정 없이 동작합니다.
