Server data from the Official MCP Registry
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
This MCP server is well-structured with proper authentication, clean code, and permissions aligned to its sports data discovery purpose. The server requires an API key for backend access (enforced server-side), implements proper error handling, and has no malicious patterns or credential leakage. Minor areas for improvement include explicit auth documentation and standardized logging patterns. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
5 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: VUBLOX_API_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-vublox-sports": {
"env": {
"VUBLOX_API_BASE_URL": "your-vublox-api-base-url-here"
},
"args": [
"-y",
"@vublox/agent-tools"
],
"command": "npx"
}
}
}From the project's GitHub README.
Let AI agents discover live football matches and fan clips on Vublox.
An MCP (Model Context Protocol) server that lets AI agents find football matches on Vublox — which matches are live or recent, what the score is, when they kicked off, and links to fan-shot video clips. Each result links to the match page on Vublox where users can watch fan footage and join the discussion.
No API key required — just install and use.
Claude Desktop:
// claude_desktop_config.json
{
"mcpServers": {
"vublox-sports": {
"command": "npx",
"args": ["@vublox/agent-tools"]
}
}
}
VS Code Copilot:
// .vscode/mcp.json
{
"servers": {
"vublox-sports": {
"type": "stdio",
"command": "npx",
"args": ["@vublox/agent-tools"]
}
}
}
Try these in your agent:
| Tool | Description |
|---|---|
search_sports_events | Search matches by team, league, or keyword |
get_live_matches | All currently live football matches |
get_match_summary | Match info for a specific match |
get_todays_goals | Recent match scores across leagues (last 48h) |
get_recent_matches | Recently finished matches (last 48h) |
npm install
npm run dev
| Variable | Required | Description |
|---|---|---|
VUBLOX_API_BASE_URL | No | Override API base URL (default: production) |
MIT — Vublox
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.