Skip to main content
Glama

FindClass MCP adapter

The adapter is local stdio only. It forwards the 20 bounded tools to the authenticated backend workflow API.

Trade and fulfillment tools cover permission-filtered order/refund/settlement/slot reads, order rescheduling, fulfillment recording, and tutor-slot create/close. Payment callbacks are never MCP tools. Refund review remains in the admin UI because it requires the existing dedicated refund permission and a fresh TOTP; settlement writes remain in the finance workflow. Record search and detail lookup cover content, external applications, orders, refunds, settlements, and tutor slots; every result is filtered by the live permissions of the account that owns the MCP token. Coupon grants freeze at most 100 selected users and issue one coupon per user; larger or multi-coupon grants stay in the admin 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"
      }
    }
  }
}

Install from the hash lock:

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

Or run ./install-mcp-adapter.sh; it installs the same hash-locked adapter without writing a token.

The token is reveal-once and must not be written into this repository or ordinary client logs.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    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
    20
    2
    AGPL 3.0
  • A
    license
    Not graded
    quality
    C
    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
  • F
    license
    Not graded
    quality
    A
    maintenance
    Local stdio MCP server for working on Intern-hosted sites through guarded Git checkouts. It enables authentication, site preparation, testing, validation, and publishing via coding harnesses like Codex and Claude Code.
    690
    -

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