🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@vublox/agent-tools

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vublox/agent-tools

MCP server that gives AI agents access to live football scores, player profiles, and match summaries from Vublox. Each result includes links to match pages and fan clips on Vublox.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
1
Created
Source

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

Keywords

mcp

FAQs

Package last updated on 03 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts