Vublox Agent Tools
OfficialClick on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Vublox Agent ToolsWhat football matches are live right now?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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"
Related MCP server: mcp-thesportsdb
Available Tools
Tool | Description |
| Search matches by team, league, or keyword |
| Search football players by name — returns profile links |
| All currently live football matches |
| Match info for a specific match |
| Recent match scores across leagues (last 48h) |
| Recently finished matches (last 48h) |
Local Development
npm install
npm run devEnvironment Variables
Variable | Required | Description |
| No | Override API base URL (default: production) |
License
MIT — Vublox
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables querying community-run, keyless football/soccer match data from OpenLigaDB through natural language or direct tool calls.Last updated6MIT
- Alicense-qualityCmaintenanceEnables AI agents to query sports data including teams, players, events, and standings from TheSportsDB through natural language or direct tool calls.Last updated2MIT
- Flicense-qualityDmaintenanceProvides live football match data from Sofascore, including formations, injuries, betting odds, and league positions, enabling natural language queries about matches.Last updated
- AlicenseAqualityBmaintenanceLive football/soccer data from top European leagues, enabling queries for standings, fixtures, scorers, and team comparisons via natural language.Last updated636MIT
Related MCP Connectors
API-Football MCP — comprehensive soccer/football data
The best web search for your AI Agent
15 media & data tools for AI agents: search, transcribe, subtitles, voiceover, translate & more.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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