Connect Claude, Cursor, or any MCP-capable assistant to SportsVisio. Ask for standings, box scores, player rankings, and AI game analysis — or spin up a highlight reel — in plain language. No API keys, no glue code.
https://mcp.sportsvisio-api.com/mcp
Client ID · 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx
Connect in under a minute
Every client needs two things: the endpoint URL and the client ID 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx. The client ID identifies the app, not you — it's public, not a secret. On first use a browser window opens to sign in with your SportsVisio account.
Settings → Connectors → Add custom connector.
1. Name it SportsVisio and paste the URL below as the Remote MCP server URL.
2. Open Advanced settings and paste the Client ID into OAuth Client ID.
3. Click Connect — a browser tab opens to sign in. That's it.
One command adds it as an HTTP transport.
Run it, then use /mcp in a session to authenticate.
Add to ~/.cursor/mcp.json (or a project .cursor/mcp.json).
Cursor signs you in through the browser. If it asks for a client ID, paste 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx.
Any client that speaks remote MCP with OAuth. Same shape everywhere.
If your client has a client-ID field (or asks during sign-in), use 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx.
What you can do
Reads are open to anything your account can see. Writes and admin actions run under your permissions.
Real prompts, real work
These aren't scripted commands — they're normal requests. The model figures out which tools to call and in what order. Copy one, swap in your own team or division, and go.
Give me a scouting report on our next opponent — team stats, their top three scorers, and how they've trended over their last five games.→ team lookup · stat rollup · player rankings · game logs
Which of my players improved the most this month, and on what?→ roster · per-player game stats over time
Build a highlight reel of our point guard's assists this season.→ player profile · highlight reel generation
Set up the Spring division: create it, add these eight teams, and schedule a round-robin.→ create division · add teams · create games
Show me current standings across every division in the program.→ list divisions · team standings
Move last night's games to final and update the scores.→ update game status · update results
Pull my daughter's season stats and where she ranks in her division.→ search profiles · player stats · division rankings
Make a highlight reel from Saturday's game.→ find game · generate game highlights
What trophies and top performances has she earned this year?→ player trophies · top performances
Give me the box score and AI analysis for the championship game.→ game player stats · AI game analysis
Rank the top ten performances across the whole event this weekend.→ stats by event · top game performances
Build a scoring-leaders leaderboard by division and export the numbers.→ stats by division · player rankings
How sign-in & access work
Paste the server URL and the public client ID. The client ID identifies the SportsVisio app to the sign-in service — it's not a secret and not tied to your account.
A window opens to the SportsVisio identity provider. You authenticate once with your normal account — the assistant never sees your password.
Authorization-code flow with PKCE returns a short-lived access token bound to your account and its permissions. It refreshes silently.
The assistant can only read and change what your account already allows. Not an admin? The admin tools simply won't work for you.
Questions
https://mcp.sportsvisio-api.com/mcp and the client ID 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx. In Claude it goes under Advanced settings → OAuth Client ID; in Claude Code it's the --client-id flag. The client ID is public — it identifies the app, not you, and grants nothing by itself./mcp; (2) you entered the client ID 2cCpQ5NGtCgEAh1yMsvQc5afDNXczVdx (in Claude it's under Advanced settings — sign-in fails without it); (3) your client is set to a remote / HTTP server, not a local command. If the browser sign-in didn't complete, remove the connector and re-add it to restart the flow. Still stuck? Email info@sportsvisio.com.