Skip to main content
Glama

FindClass MCP адаптер

Адаптер работает только через локальный stdio. Он передаёт 20 ограниченных инструментов в аутентифицированный backend workflow API.

Инструменты торговли и выполнения заказов охватывают чтение заказов/возвратов/расчётов/слотов с фильтрацией по правам, перепланирование заказов, фиксацию выполнения и создание/закрытие слотов репетитора. Платёжные колбэки никогда не являются инструментами MCP. Проверка возвратов остаётся в админ-интерфейсе, поскольку требует существующего отдельного права на возвраты и свежего TOTP; записи расчётов остаются в финансовом процессе.

Поиск записей и просмотр деталей охватывают контент, внешние приложения, заказы, возвраты, расчёты и слоты репетиторов; каждый результат фильтруется по текущим правам учётной записи, владеющей токеном MCP.

Выдача купонов замораживает не более 100 выбранных пользователей и выдаёт по одному купону на пользователя; более крупные или мультикупонные выдачи остаются в админ-интерфейсе.

{
  "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