Skip to main content
Glama
Vublox

Vublox Agent Tools

Official
by Vublox

Vublox Agent Tools

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.

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"

  • "Tell me about the Barcelona vs Real Madrid match"

Related MCP server: mcp-thesportsdb

Available Tools

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)

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

Install Server
F
license - not found
A
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Vublox/vublox-agent-tools'

If you have feedback or need assistance with the MCP directory API, please join our Discord server