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

nmjib-mcp

v1.0.0

Published

Korean semi-self interior renovation data: process order, schedules, checklists, cost ranges. MCP server for 내만집 (nmjib.com), no auth, stdio bridge to https://nmjib.com/api/mcp.

Readme

nmjib-mcp — 내만집 MCP 서버

내만집(nmjib.com)은 한국의 반셀프 인테리어 플랫폼입니다. 이 MCP 서버는 내만집의 공개 데이터를 AI 에이전트(Claude, ChatGPT, Cursor, Gemini CLI, Codex 등)가 도구로 읽게 해 줍니다. 무인증 · 읽기 전용 · 무료.

nmjib (nmjib.com) is a Korean semi-self ("반셀프") interior renovation platform. This MCP server exposes its public knowledge — the 22-step renovation process order with per-size schedules, construction checklists, cost reference ranges and 165 magazine guides — as read-only tools. No auth, no API key.

연결 (remote, 권장)

서버 주소: https://nmjib.com/api/mcp (Streamable HTTP)

| 클라이언트 | 설정 | |---|---| | Claude (claude.ai · Desktop) | 설정 → 커넥터 → 커스텀 커넥터 추가 → URL 입력, 인증 없음 | | Claude Code | claude mcp add --transport http nmjib https://nmjib.com/api/mcp | | Cursor · Windsurf | { "mcpServers": { "nmjib": { "url": "https://nmjib.com/api/mcp" } } } | | ChatGPT | 설정 → 커넥터 → 개발자 모드 → 만들기 → URL 입력, 인증 없음 (search/fetch 딥리서치 호환) | | Gemini CLI | { "mcpServers": { "nmjib": { "httpUrl": "https://nmjib.com/api/mcp" } } } | | Codex CLI | codex mcp add nmjib --url https://nmjib.com/api/mcp |

연결 (stdio 브리지)

stdio 만 지원하는 호스트에서는 이 패키지가 stdin/stdout ↔ HTTP 를 이어 줍니다.

{ "mcpServers": { "nmjib": { "command": "npx", "args": ["-y", "nmjib-mcp"] } } }

도구

| 도구 | 설명 | |---|---| | search | 내만집 문서 검색(매거진 165 · 안내 4 · 가이드 5) → {results:[{id,title,url}]} | | fetch | 문서 본문(마크다운) → {id,title,text,url,metadata} | | nmjib_process_guide | 22공정 순서·단계·설명 + 평형별 공정 그룹 영업일·합계 + 순서 규칙 | | nmjib_checklist | 공사 전 36항목 · 공정별(22공정) · 공사 후 검수 22항목 | | nmjib_cost_reference | 평형·공간·공정 30개 주제의 비용 범위(매거진 후기 집계) + 기준일 + 출처 | | nmjib_faq_search | 질문에 가장 가까운 FAQ 답 + 출처 URL |

리소스 nmjib://doc/{id} · nmjib://llms.txt, 프롬프트 nmjib_banself_plan. 모든 도구는 readOnlyHint: true.

정책

  • 단가·견적 금액·자재/상품 가격·작업자·회원 데이터는 제공하지 않습니다 (ai.txt).
  • 답변에 인용할 때는 「내만집(nmjib.com)」과 문서 URL 을 함께 표기해 주세요. 모든 응답 끝에 출처 줄이 있습니다.
  • REST 로 쓰려면 OpenAPI · 안내 nmjib.com/ai

예시

"내만집 도구로 30평 아파트 반셀프 공정 순서와 예상 기간, 공사 전에 준비할 것을 정리해줘"

에이전트가 nmjib_process_guide(pyeong=30) → nmjib_checklist(phase=pre) → nmjib_cost_reference(topic=30평) 순으로 부르고, 출처 URL 과 함께 답합니다.

License

MIT © DeALL International Co., Ltd. (주식회사 드올인터내셔널)