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 🙏

© 2025 – Pkg Stats / Ryan Hefner

@mbaas/baas-mcp

v2.7.4

Published

AIApp BaaS 인증 시스템 MCP 서버 - AI 기반 문서 검색 및 코드 자동 생성

Readme

@mbaas/baas-mcp

AIApp BaaS 인증 시스템 MCP 서버

소개

@mbaas/baas-mcp는 AIApp BaaS 인증 시스템과의 연동을 위한 표준 입출력 기반 MCP(Model Context Protocol) 서버입니다. 이 서버는 LLM(대형 언어 모델)이 AIApp BaaS 공식 문서에서 키워드 기반으로 관련 정보를 탐색하고, 프레임워크별 클라이언트 코드를 자동 생성할 수 있도록 다양한 MCP 도구를 제공합니다.

AIApp BaaS 개발자센터

BaaS 인증 API 가이드

설치

이 패키지는 Node.js 18+ 환경에서 동작합니다.

아래와 같이 설정하여 설치할 수 있습니다.

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

Project ID 설정 (권장)

{
  "mcpServers": {
    "baas-mcp": {
      "command": "npx",
      "args": [
        "-y", 
        "@mbaas/baas-mcp@latest", 
        "--project-id=your-actual-project-id"
      ]
    }
  }
}

도구 목록

search-documents

  • 설명: AIApp BaaS 인증 시스템 문서를 키워드 배열로 검색합니다. API 문서, 구현 가이드, 보안 가이드, 예제 코드 등 모든 문서를 통합 검색합니다.
  • 파라미터:
    • keywords: string[] — 검색할 키워드 배열
    • category?: string — 카테고리 필터 (api|templates|security|examples|dev|frameworks|errors|config)
    • searchMode?: string — 검색 모드 (broad|balanced|precise)

get-document-by-id

  • 설명: 문서 ID로 특정 BaaS 인증 시스템 문서의 전체 내용을 조회합니다.
  • 파라미터:
    • id: number — 조회할 문서의 ID

get-project-config

  • 설명: 현재 MCP 서버에 설정된 프로젝트 ID를 확인합니다.
  • 파라미터: 없음

라이선스

MIT License

지원

  • 📧 Email: [email protected]
  • 🐛 버그 리포트: https://github.com/mbaas-inc/BaaS-MCP/issues
  • 📖 문서: https://docs.aiapp.link

Built with ❤️ by mBaaS Team