Skip to main content
Glama

BaaS-MCP

by mbaas-inc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
search-documents

AIApp BaaS 인증 시스템 문서를 키워드 배열로 검색합니다. API 문서, 구현 가이드, 보안 가이드, 예제 코드 등 모든 문서를 통합 검색합니다.

사용 예시:

  • 로그인 React 컴포넌트: keywords=['로그인', 'React']

  • JWT 토큰 설정: keywords=['JWT', '토큰']

  • HTML 회원가입 폼: keywords=['회원가입', 'HTML']

  • 보안 가이드: keywords=['보안'], category='security'

  • API 문서: keywords=['API'], category='api'

키워드 배열 사용 (권장):

  • keywords: ['로그인', 'React'], ['JWT', '토큰'], ['쿠키', '설정']

카테고리 필터링:

  • category: api, templates, security, examples, dev, frameworks, errors, config

문장 사용 (폴백):

  • query: "React 로그인 컴포넌트"

get-document-by-id

문서 ID로 특정 BaaS 인증 시스템 문서의 전체 내용을 조회합니다.

get-project-config

현재 MCP 서버에 설정된 프로젝트 ID를 확인합니다.

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mbaas-inc/BaaS-MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server