findclass-mcp
FindClass MCP 适配器
该适配器仅支持本地 stdio。它将 20 个受限工具转发到经过身份验证的后端工作流 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;它会安装同一个哈希锁定的适配器,而无需写入令牌。
This server cannot be installed
Maintenance
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
- Alicense-qualityCmaintenanceMCP 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
- AlicenseAqualityBmaintenanceStdio 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.56191AGPL 3.0
- Alicense-qualityAmaintenanceSearch and read locally-recorded meeting transcripts over stdio. Read-only, no network. Exposes list_sessions, get_session, and search_transcripts to any MCP client.6MIT
- Alicense-qualityDmaintenanceMCP 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
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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