Bring Live Scores
to VS Code Copilot
Create your Vinkius account to connect SportDB to VS Code Copilot and start using all 18 AI tools in minutes. Fully managed, enterprise secure, and ready to use without writing a single line of code. No hosting, no server setup — just connect and start using.
Compatible with every major AI agent and IDE
What is the SportDB MCP Server?
Turn your AI agent into a dedicated sports analyst with SportDB. Query real-time match data, historical league tables, and deep player intelligence across multiple sports — all through natural conversation.
What you can do
- Live Match Tracking — Retrieve real-time scores for football, basketball, hockey, and tennis as they happen
- League Standings — Fetch full league tables with points, wins, draws, losses, and goal difference for any season
- Fixture Schedules — Browse completed and upcoming matches for specific leagues and seasons
- Match Deep Dive — Inspect individual matches with lineups, formations, substitutions, and in-game statistics
- Club Intelligence — Search for clubs, view profiles with stadium information, and retrieve current squad rosters
- Player Analytics — Search players, view career profiles, seasonal statistics, and complete transfer histories
How it works
- Subscribe to this server
- Enter your SportDB API Key from the SportDB Dashboard
- Start querying sports data from Claude, Cursor, or any MCP-compatible client
Your agent navigates the entire competition hierarchy — from country to league to season to match — so you never have to dig through sports websites manually.
Who is this for?
- Sports Analysts & Journalists — instantly pull live scores, standings, and player stats to enrich reporting
- Fantasy League Managers — monitor player form, transfer activity, and team performance from your workspace
- Developers & Data Engineers — integrate professional-grade multi-sport data into AI-powered applications
Built-in capabilities (18)
Requires the numeric club ID. List all players currently registered to a specific club
Requires the numeric club ID obtained from search results. Get the full profile of a club by its ID
g., "premier-league"), returns all available seasons. Use this to find the season identifier needed for standings and fixtures queries. List available seasons for a specific competition
g., "england", "spain", "germany"), returns all competitions available in that country. The response includes competition slugs needed to drill deeper into seasons and standings. List competitions (leagues/cups) available in a specific country for a sport
Includes dates, teams, scores for completed matches, and upcoming schedule. Requires sport, country_slug, competition_slug, and season. Get scheduled and completed match fixtures for a season
Use this when the user asks about ongoing basketball games or live NBA/EuroLeague results. Get live basketball match scores happening right now
Use this when the user asks about ongoing football games, current scores, or live results. Get live football (soccer) match scores happening right now
Use this when the user asks about ongoing hockey games or live NHL/KHL results. Get live ice hockey match scores happening right now
Use the match_id obtained from fixtures or live results. Get detailed information for a specific match by its ID
Returns player names and positions for each side. Get starting lineups and substitutions for a specific match
Requires a valid match_id. Get in-match statistics for a specific match
Requires the numeric player ID obtained from search results. Get the full profile of a player by their ID
Requires the numeric player ID. Get career and seasonal statistics for a specific player
Requires the numeric player ID. Get the complete transfer history of a specific player
Requires sport, country_slug, competition_slug, and season (e.g., "2024-2025"). This is the primary tool for answering "who is top of the league" questions. Get league table standings for a specific season of a competition
The sport parameter should be a slug like "football", "basketball", "hockey", or "tennis". Use this as the starting point to navigate the competition hierarchy. List all countries available for a given sport
Returns a list of matching clubs with their IDs and basic metadata. Use this to find a club ID before requesting its profile or player roster. Search for clubs/teams by name keyword
Returns matching players with their IDs and basic profile data. Use this to find a player ID before requesting their detailed profile, statistics, or transfer history. Search for players by name keyword
Why VS Code Copilot?
GitHub Copilot Agent mode brings SportDB data directly into your VS Code workflow. With a project-scoped config, the entire team shares access to 18 tools. Copilot queries live data, generates typed code, and writes tests from actual API responses, all without leaving the editor.
- —
VS Code is used by over 70% of developers. adding MCP tools to Copilot means your team can leverage external data without leaving their primary editor
- —
Project-scoped MCP configs (
.vscode/mcp.json) let you commit server configurations to your repository, ensuring the entire team shares the same tool access - —
Copilot's Agent mode integrates MCP tools seamlessly with file editing, terminal commands, and workspace search in a single agentic loop
- —
GitHub's enterprise compliance and audit features extend to MCP tool usage, providing visibility into how AI interacts with external services
SportDB in VS Code Copilot
Why run SportDB with Vinkius?
The SportDB connection runs on our fully managed, secure cloud infrastructure. We handle the hosting, maintenance, and security so you don't have to deal with servers or code. All 18 tools are ready to work instantly without any complex setup.
You stay in complete control of your data. Your AI only accesses the information you approve, keeping your sensitive passwords and private details completely safe. Plus, with automatic optimizations, your AI works faster and more efficiently.

* Every connection is hosted and maintained by Vinkius. We handle the security, updates, and infrastructure so you don't have to write code or manage servers. See our infrastructure
Over 4,000 integrations ready for AI agents
Explore a vast library of pre-built integrations, optimized and ready to deploy.
Connect securely in under 30 seconds
Generate tokens to authenticate and link external services in a single step.
Complete visibility into every agent action
Audit live requests, latency, success rates, and active security compliance policies.
Optimize spending and track token ROI
Analyze real-time token consumption and cost metrics detailed by connection.




Explore our live AI Agents Analytics dashboard to see it all working
This dashboard is included when you connect SportDB using Vinkius. You will never be left in the dark about what your AI agents are doing with your tools.
SportDB and 4,000+ other AI tools. No hosting, no code, ready to use.
Professionals who connect SportDB to VS Code Copilot through Vinkius don't need to write code, manage servers, or worry about security. Everything is pre-configured, secure, and runs automatically in the background.
Raw MCP | Vinkius | |
|---|---|---|
| Ready-to-use MCPs | Find and configure each manually | 4,000+ MCPs ready to use |
| Connection Setup | Manual coding & server setup | 1-click instant connection |
| Server Hosting | You host it yourself (needs 24/7 uptime) | 100% hosted & managed by Vinkius |
| Security & Privacy | Stored in plaintext config files | Bank-grade encrypted vault |
| Activity Visibility | Blind execution (no logs or tracking) | Live dashboard with real-time logs |
| Cost Control | Runaway AI token spend risk | Automatic budget limits |
| Revoking Access | Must delete files or code to stop | 1-click disconnect button |
How Vinkius secures
SportDB for VS Code Copilot
Every request between VS Code Copilot and SportDB is protected by our secure gateway. We automatically keep your sensitive data private, prevent unauthorized access, and let you disconnect instantly at any time.
Frequently asked questions
Can my AI agent show me live football scores while I work?
Yes! Simply ask your agent to run the get_live_football tool and it will instantly retrieve all ongoing matches with real-time scores, minute markers, and status updates. You can also use get_live_basketball or get_live_hockey for other sports.
How do I find the Premier League standings for the current season?
Navigate the hierarchy: first use list_countries with sport 'football', then get_country_competitions for 'england', then get_competition_seasons for 'premier-league', and finally get_standings with the season slug. Your agent can chain these steps automatically from a simple question like 'Show me the Premier League table'.
Can the integration modify any data on SportDB, or is it strictly read-only?
All 18 tools are strictly read-only query operations. The integration cannot create, update, or delete any data on SportDB. Your API key is used solely for authenticated reads, ensuring your account remains safe from any destructive operations.
Which VS Code version supports MCP?
MCP support requires VS Code 1.99 or later with the GitHub Copilot extension. Ensure both are updated to the latest version. Older versions of Copilot may not expose the Agent mode toggle.
How do I switch to Agent mode?
Open the Copilot Chat panel and look for two mode options: "Ask" and "Agent". Click "Agent" to enable autonomous tool calling. In Ask mode, Copilot provides conversational answers but cannot invoke MCP tools.
Can I restrict which MCP tools Copilot can access?
Yes. VS Code shows a tool consent dialog before any MCP tool is invoked for the first time. You can also configure tool access policies at the organization level through GitHub Copilot settings.
Does MCP work in VS Code Remote or Codespaces?
Yes. MCP servers configured via .vscode/mcp.json work in Remote SSH, WSL, and GitHub Codespaces environments. The MCP connection is established from the remote host, so ensure the server URL is accessible from that environment.
MCP tools not available
Ensure you are in Agent mode in Copilot Chat. MCP tools only appear in Agent mode.
Explore More MCP Servers
View all →
SEC EDGAR Financials — Revenue, Income, Assets, EPS & Industry Comparison
4 toolsExtract XBRL financial data from SEC filings: revenue, net income, total assets, liabilities, stockholders' equity, EPS, and cash for any U.S. public company. Compare financial metrics across all companies industry-wide using XBRL frames. Like a free mini-Bloomberg terminal.

Besitos Corp
10 toolsIntegrate mobile gaming and rewards via Besitos — list games, track user activity, and manage offers directly from any AI agent.

Chatham Financial
8 toolsManage financial risk and valuations via Chatham Financial — track trades, monitor debt, and access market data directly from any AI agent.

Kameleoon
10 toolsManage A/B testing, personalization, and experimentation workflows via AI agents.
