Generates jQuery-based client code examples for AIApp BaaS authentication integration in vanilla JavaScript applications
Provides Next.js middleware and API route templates for integrating with AIApp BaaS authentication APIs
Generates React components, hooks, and Context patterns for AIApp BaaS authentication system integration with TypeScript support
Provides pre-styled authentication UI components using Tailwind CSS classes for AIApp BaaS integration
Generates TypeScript type definitions and typed client code for AIApp BaaS authentication API integration
@mbaas/baas-mcp
AIApp BaaS 인증 시스템 MCP 서버
소개
@mbaas/baas-mcp
는 AIApp BaaS 인증 시스템과의 연동을 위한 표준 입출력 기반 MCP(Model Context Protocol) 서버입니다.
이 서버는 LLM(대형 언어 모델)이 AIApp BaaS 공식 문서에서 키워드 기반으로 관련 정보를 탐색하고, 프레임워크별 클라이언트 코드를 자동 생성할 수 있도록 다양한 MCP 도구를 제공합니다.
설치
이 패키지는 Node.js 18+ 환경에서 동작합니다.
아래와 같이 설정하여 설치할 수 있습니다.
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: mbaas.tech@gmail.com
- 🐛 버그 리포트: https://github.com/mbaas-inc/BaaS-MCP/issues
- 📖 문서: https://docs.aiapp.link
Built with ❤️ by mBaaS Team
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Enables interaction with AIApp BaaS authentication system through keyword-based document search and automatic generation of framework-specific client code. Supports React, Next.js, Vue, and Vanilla JS with TypeScript integration and automatic project ID injection.