Skip to main content
Glama

FindClass MCP 어댑터

이 어댑터는 로컬 stdio 전용입니다. 인증된 백엔드 워크플로 API에 20개의 제한된 도구를 전달합니다.

거래 및 이행 도구는 권한으로 필터링된 주문/환불/정산/슬롯 조회, 주문 일정 변경, 이행 기록, 튜터 슬롯 생성/종료를 다룹니다. 결제 콜백은 결코 MCP 도구가 아닙니다. 환불 검토는 기존의 전용 환불 권한과 새로운 TOTP가 필요하므로 관리자 UI에 남아 있습니다. 정산 쓰기는 재무 워크플로에 남아 있습니다.

기록 검색 및 상세 조회는 콘텐츠, 외부 애플리케이션, 주문, 환불, 정산, 튜터 슬롯을 다룹니다. 모든 결과는 MCP 토큰을 소유한 계정의 실시간 권한으로 필터링됩니다.

쿠폰 발급은 최대 100명의 선택된 사용자를 동결하고 사용자당 쿠폰 하나를 발급합니다. 더 크거나 다중 쿠폰 발급은 관리자 UI에 남아 있습니다.

{
  "mcpServers": {
    "findclass": {
      "command": "/absolute/path/to/.venv/bin/python",
      "args": ["/absolute/path/to/findclass-mcp/server.py"],
      "env": {
        "FINDCLASS_BASE_URL": "https://your-findclass-backend",
        "FINDCLASS_MCP_TOKEN": "set-in-the-client-secret-store"
      }
    }
  }
}

해시 잠금에서 설치합니다:

uv venv --python 3.14 .venv
uv pip install --python .venv/bin/python --require-hashes -r requirements.lock
.venv/bin/python -m unittest -v test_server.py

또는 ./install-mcp-adapter.sh를 실행하세요. 이 스크립트는 토큰을 기록하지 않고 동일한 해시 잠금된 어댑터를 설치합니다.

토큰은 한 번만 공개되며, 이 저장소나 일반 클라이언트 로그에 기록해서는 안 됩니다.

F
license - not found
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    MCP server for LambdaMOO administration. Connects to a MOO's admin port over TCP and exposes tools for eval, verb/property management, and inheritance chain walking.
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Stdio MCP server for curated GoHighLevel API v2 coverage, enabling create, update, and delete operations on custom fields, contacts, opportunities, tags, conversations, calendars, and more, with safe guarded destructive tools requiring explicit confirmation.
    56
    19
    1
    AGPL 3.0
  • A
    license
    -
    quality
    A
    maintenance
    Search and read locally-recorded meeting transcripts over stdio. Read-only, no network. Exposes list_sessions, get_session, and search_transcripts to any MCP client.
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    MCP server for regulated enterprises, providing per-tool RBAC, redacted audit logging, and structured error handling. Exposes bank tools for customer lookup, statement search, and dispute resolution over stdio and HTTPS transports.
    MIT

View all related MCP servers

Related MCP Connectors

  • Read-only MCP server for ClassQuill, a tutoring-business-management platform.

  • A paid remote MCP for ClawManager, built to return verdicts, receipts, usage logs, and audit-ready J

  • A paid remote MCP for CLI tool MCP, built to return verdicts, receipts, usage logs, and audit-ready

View all MCP Connectors

Latest Blog Posts

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/Harryanhuang/findclass-mcp'

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