.png)
.png)
How to Connect Your AI to SportsVisio via MCP
SportsVisio runs an MCP server, so you can connect an AI assistant like Claude or Cursor straight to the platform and ask it about your teams, players, stats, and games in plain language. This is the short version. The full walkthrough, with copy-paste setup for every client, lives at mcp.sportsvisio.com.
What you need
- A SportsVisio account, the one you already use.
- An AI assistant that supports remote MCP: Claude (desktop and web), Claude Code, or Cursor.
- The server endpoint:
https://mcp.sportsvisio-api.com/mcp
There are no API keys. You sign in through your browser, and the assistant only ever sees and changes what your account allows.
Claude (Desktop or Web)
- Open Settings, then Connectors.
- Add a custom connector and name it SportsVisio.
- Paste the endpoint as the remote MCP server URL:
https://mcp.sportsvisio-api.com/mcp - Click Connect. A browser tab opens. Sign in with your SportsVisio account.
- Start asking.
Claude Code
Run this once, then type /mcp in a session to sign in:
claude mcp add --transport http sportsvisio https://mcp.sportsvisio-api.com/mcp
Cursor
Add the server to your mcp.json:
{
"mcpServers": {
"sportsvisio": {
"url": "https://mcp.sportsvisio-api.com/mcp"
}
}
}
Try a few
Once you're connected, ask in plain language:
- "Show the standings for my division."
- "Pull [player]'s season stats and where they rank."
- "Make a highlight reel from Saturday's game."
Full guide and every other client
Setup for other MCP clients, troubleshooting, and more examples are at mcp.sportsvisio.com.
Book a Demo and Get a Free Trial
Set up time to speak with our team and see our product in action.


