Use Compteam with AI agents
Connect a compatible MCP client to discover public BJJ classes or securely manage your own Compteam attendance.
What the Compteam MCP server does
The Model Context Protocol (MCP) lets compatible AI agents use a small, controlled set of Compteam tools. Public discovery works without an account. Personal or linked-child information always requires a Compteam sign-in.
Available without signing in
- Find Compteam clubs that publish a public class schedule.
- List a club’s public classes for a selected week.
Available after connecting your Compteam account
- List your own member profile and children linked to your account.
- View upcoming classes and limited membership or payment status.
- Confirm or cancel an RSVP for yourself or a linked child.
- Open and submit an inquiry for an eligible free trial class.
Connect a compatible client
Registry-aware clients can find Compteam by its verified Registry name. Other MCP clients can connect directly to the HTTPS endpoint.
- Registry name
- io.compteam/compteam
- Endpoint
- https://api.compteam.io/mcp
- Transport
- Streamable HTTP
When a client accepts a JSON MCP server entry, use this generic configuration:
{
"mcpServers": {
"compteam": {
"type": "streamable-http",
"url": "https://api.compteam.io/mcp"
}
}
}Safety and account boundaries
- Connected tools can only access your profile or a child already linked to your account.
- The agent must ask for confirmation before changing an RSVP or submitting a free-trial inquiry.
- Paid class checkout and payments are not available through this MCP server.
- Authentication uses the client’s OAuth connection. Do not paste a normal Compteam web token into an MCP client.
Example prompts
After adding Compteam to your agent, try:
- “Find Compteam clubs with public BJJ classes.”
- “Show the public classes at this club next week.”
- “Show my upcoming Compteam classes.”
- “Cancel my RSVP for tomorrow’s class.”
- “Ask this club about a free trial class.”