← Registry

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.

1 endpoint8 known toolsFirst detected September 21, 2026Last detected September 21, 2026

ENDPOINT 1

https://api.compteam.io/mcp

No auth detected

MCP server metadata

Name
Compteam
Version
0.1.1
Capabilities
experimentalpromptsresourcestools
Server instructions

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

search_clubs

Search clubs with a public class schedule by club name.

Inferred read-only
list_public_classes

Show the public schedule for a club and week.

Inferred read-only
list_my_subjects

List my own member profile and children linked to my account.

Inferred read-only
list_my_classes

Show upcoming classes for me or a linked child in a club I belong to.

Inferred read-only
get_account_status

Read limited membership and payment status for me or a linked child.

Potential side effects
set_class_rsvp

Confirm or cancel my or a linked child's RSVP for a class.

Inferred read-only
show_free_trial_form

Open a free trial inquiry form after Compteam sign-in.

Inferred read-only
submit_free_trial_inquiry

Send an inquiry for an eligible free trial class after the user confirms the form.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.