INDIVIDUAL MCP TOOL
get_account_status
Read limited membership and payment status for me or a linked child.
LIVE ENDPOINT
https://api.compteam.io/mcp
Connect to this endpoint to inspect the live schema for get_account_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
Parent server
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.
Related tools
search_clubs— Search clubs with a public class schedule by club name.list_public_classes— Show the public schedule for a club and week.list_my_subjects— List my own member profile and children linked to my account.list_my_classes— Show upcoming classes for me or a linked child in a club I belong to.set_class_rsvp— Confirm or cancel my or a linked child's RSVP for a class.show_free_trial_form— Open a free trial inquiry form after Compteam sign-in.submit_free_trial_inquiry— Send an inquiry for an eligible free trial class after the user confirms the form.