
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@vublox/agent-tools
Advanced 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.
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.
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 |
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) |
npm install
npm run dev
| Variable | Required | Description |
|---|---|---|
VUBLOX_API_BASE_URL | No | Override API base URL (default: production) |
MIT — Vublox
FAQs
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.
We found that @vublox/agent-tools demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

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.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.