GameScorekeeper Connector for AI agents.
10 live capabilities
Get real-time football scores and player stats for tactical analysis.
Waiting for input…
Why people use GameScorekeeper
GameScorekeeper : Stop Manual Sports Data Hunting
With this Connector, you just tell your AI what you need. It pulls the live scores, checks the get_fixture_lineup, and looks up get_team_form in one go. You get a complete tactical picture in a single chat window instead of a messy browser history.
What Vinkius changes
You get real-time football intelligence directly inside your AI chat.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 6,100+ Connectors
- Real-world use case 01
Tactical Scouting
An analyst asks for a team's recent form and the starting lineup for a match to prepare a strategy.
- Real-world use case 02
Fantasy Drafting
A user looks up the historical stats of a specific player to see if they're worth a draft pick.
- Real-world use case 03
Live Score Tracking
A fan asks for the current score and status of a specific league match while watching the game.
Complete set · 10capabilities
The complete GameScorekeeper capability set.
These are the exact actions your AI can choose when you ask it to work with GameScorekeeper.
01—04
4 capabilities in this set.
Part of 10 available through GameScorekeeper.
- 01 Capability
Get competition details
Get detailed info for a specific tournament. This provides the context needed for league-specific analysis.
- 02 Capability
Get team form
Get recent performance form for a team. It shows how a club has been performing in their latest outings.
- 03 Capability
Get team details
Get basic information and logos for a team. This is useful for identifying clubs and getting quick facts.
- 04 Capability
List competition stages
List stages like Playoffs or Group Stages for a competition. Use this to see the structure of a tournament.
05—07
3 capabilities in this set.
Part of 10 available through GameScorekeeper.
- 05 Capability
List competitions
List all supported esports tournaments and leagues. This helps you see the full scope of available football data.
- 06 Capability
List fixtures
List upcoming and past esports matches. This gives you a clear view of the schedule for various leagues.
- 07 Capability
Get fixture lineup
Get the starting lineup for a specific match. This helps you see who is on the pitch along with their positions and numbers.
08—10
3 capabilities in this set.
Part of 10 available through GameScorekeeper.
- 08 Capability
Get fixture details
Get specific match info and results. This provides the core details needed to understand a specific football fixture.
- 09 Capability
Get player stats
Retrieve historical performance metrics for a player. Use this to see career trends and season-long data.
- 10 Capability
Get player details
Get a detailed profile for an individual football player. This gives you a complete look at a player's background and info.
Set up in minutes
One URL. Then ask GameScorekeeper to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use GameScorekeeper from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it GameScorekeeper, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable GameScorekeeper for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the GameScorekeeper URL.
- Step 03
Save and start
Save the connection and enable GameScorekeeper in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"gamescorekeeper": {
"url": "https://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using GameScorekeeper
Open Agent mode in chat and ask: "Using GameScorekeeper, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"gamescorekeeper": {
"url": "https://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using GameScorekeeper
Ask Copilot: "Using GameScorekeeper, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"gamescorekeeper": {
"url": "https://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using GameScorekeeper
Open Cascade and ask: "Using GameScorekeeper, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"gamescorekeeper": {
"url": "https://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using GameScorekeeper
Ask Cline: "Using GameScorekeeper, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add gamescorekeeper --transport http "https://edge.vinkius.com/vk_preview_AWMxN315pQZd32h4Mb9cI7g8wqBdrQ6HYqXJxePV/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using GameScorekeeper
Ask Claude: "Using GameScorekeeper, show me...". 10 tools are ready
Where the request belongs
Work GameScorekeeper can move forward.
For sports analysts who need to move faster than a browser tab, fantasy football players hunting for the next big pick, and developers building sports features.
Sports Analyst
Drafting tactical reports by comparing team forms and player stats for specific matches.
Fantasy Football Manager
Finding undervalued players using historical performance data to optimize their roster.
Sports App Developer
Building natural language interfaces for live score updates and league navigation.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsAPI-Football
Comprehensive football data platform. get live scores, standings, and player stats via AI.
SportDB
Access live scores, standings, fixtures, and player data across football, basketball, hockey, and tennis from any AI agent.
Broadage Sports
Access real-time sports data via Broadage. track scores, matches, and lineups directly from any AI agent.
Football-Data.org
Access real-time football scores, standings, and player statistics from major global leagues via Football-Data.org.
SportsDB
Access global sports data via AI. search teams, players, and events, track scores, league tables, and match history across 200+ leagues.
OpenLigaDB
Manage football results. audit match data, standings, and leagues via AI.
Bring your own AI
Change the model, client or framework. Keep GameScorekeeper connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about GameScorekeeper.
The practical details behind the request, access and result.
Can GameScorekeeper MCP show live scores?
Yes, it pulls real-time scores and match results for major football competitions worldwide, allowing you to stay updated on live games.
Does GameScorekeeper MCP work for different leagues?
It covers major football leagues and tournaments, allowing you to browse all supported competitions and get data for your favorite teams.
Can I use GameScorekeeper MCP for fantasy football?
It is a great way to get historical player stats and current team form to help you make more informed picks for your fantasy roster.
Can GameScorekeeper MCP see player positions?
Yes, it provides the full starting lineup including player numbers and their specific positions on the pitch.
Does GameScorekeeper MCP provide historical data?
It lets you pull career statistics and historical performance metrics for individual players to see how they've performed over time.
Can I see tournament stages with GameScorekeeper MCP?
You can browse different phases of a competition, such as the group stage or the playoffs, to understand the tournament structure.
Can I get live match lineups?
Yes! Use the get_fixture_lineup capability with a fixture ID to get the full starting lineup, substitutes, and formations for both teams.
One connection away
Give your agent a direct line to GameScorekeeper.
Connect GameScorekeeper once. Keep it beside 6,100+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available