Server data from the Official MCP Registry
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
About
Live football scores, match summaries, and fan clip links from Vublox. No API key required.
Security Report
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.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
What You'll Need
Set these up before or after installing:
Environment variable: VUBLOX_API_BASE_URL
How to Install
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"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
Vublox Agent Tools
Let AI agents discover live football matches, players, and fan clips on Vublox.
An MCP (Model Context Protocol) server that lets AI agents find football matches and players on Vublox — which matches are live or recent, what the score is, player profiles, and links to fan-shot video clips. Each result links to the match or profile page on Vublox.
No API key required — just install and use.
Quick Start
1. Install & Configure
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"]
}
}
}
2. Ask Your Agent
Try these in your agent:
- "What football matches are live right now?"
- "How did Arsenal do today?"
- "Show me today's Premier League scores"
- "Who is Kylian Mbappé?"
- "Tell me about the Barcelona vs Real Madrid match"
Available Tools
| Tool | Description |
|---|---|
search_sports_events | Search matches by team, league, or keyword |
search_players | Search football players by name — returns profile links |
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) |
Local Development
npm install
npm run dev
Environment Variables
| Variable | Required | Description |
|---|---|---|
VUBLOX_API_BASE_URL | No | Override API base URL (default: production) |
License
MIT — Vublox
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
