Back to Browse

Vublox Agent Tools MCP Server

by Vublox
Developer ToolsModerate6.2MCP RegistryLocal
Free

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

6.2
Moderate6.2Moderate Risk

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.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

NoOptional

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 GitHub

From 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

ToolDescription
search_sports_eventsSearch matches by team, league, or keyword
search_playersSearch football players by name — returns profile links
get_live_matchesAll currently live football matches
get_match_summaryMatch info for a specific match
get_todays_goalsRecent match scores across leagues (last 48h)
get_recent_matchesRecently finished matches (last 48h)

Local Development

npm install
npm run dev

Environment Variables

VariableRequiredDescription
VUBLOX_API_BASE_URLNoOverride API base URL (default: production)

License

MIT — Vublox

Reviews

No reviews yet

Be the first to review this server!