Productivity
compteam.io
An MCP server for managing club memberships and class schedules, allowing users to search clubs, view public and personal class schedules, and check account status for themselves or linked children.
ENDPOINT 1
https://api.compteam.io/mcp
MCP server metadata
- Name
- Compteam
- Version
- 0.1.1
Find public clubs and classes. After account connection, show only the member's own or linked children's information. Ask for confirmation before changing an RSVP or submitting a free trial inquiry. Never use this plugin for paid checkout.
Known tools 8
list_my_classesShow upcoming classes for me or a linked child in a club I belong to.
Inferred read-onlyget_account_statusRead limited membership and payment status for me or a linked child.
Potential side effectssubmit_free_trial_inquirySend an inquiry for an eligible free trial class after the user confirms the form.
Potential side effectsCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.compteam]
url = "https://api.compteam.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"compteam": {
"type": "http",
"url": "https://api.compteam.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: compteam
Remote MCP URL: https://api.compteam.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"compteam": {
"url": "https://api.compteam.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"compteam": {
"type": "http",
"url": "https://api.compteam.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "compteam",
"transport": "streamable-http",
"url": "https://api.compteam.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.