teamsnap_auth
Authenticate with TeamSnap using OAuth 2.0 to access teams, rosters, events, and availability data through the MCP server.
Instructions
Authenticate with TeamSnap. Opens a browser window for OAuth login. Credentials are loaded from environment variables (TEAMSNAP_CLIENT_ID, TEAMSNAP_CLIENT_SECRET) or can be passed as arguments.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | Your TeamSnap OAuth client ID (optional if set in environment) | |
| client_secret | No | Your TeamSnap OAuth client secret (optional if set in environment) |