{
  "markdown": "# Vublox Agent Tools\n\n> **Let AI agents discover live football matches, players, and fan clips on Vublox.**\n\nAn 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.\n\nNo API key required — just install and use.\n\n## Quick Start\n\n### 1. Install & Configure\n\n**Claude Desktop:**\n```json\n// claude_desktop_config.json\n{\n  \"mcpServers\": {\n    \"vublox-sports\": {\n      \"command\": \"npx\",\n      \"args\": [\"@vublox/agent-tools\"]\n    }\n  }\n}\n```\n\n**VS Code Copilot:**\n```json\n// .vscode/mcp.json\n{\n  \"servers\": {\n    \"vublox-sports\": {\n      \"type\": \"stdio\",\n      \"command\": \"npx\",\n      \"args\": [\"@vublox/agent-tools\"]\n    }\n  }\n}\n```\n\n### 2. Ask Your Agent\n\nTry these in your agent:\n- \"What football matches are live right now?\"\n- \"How did Arsenal do today?\"\n- \"Show me today's Premier League scores\"\n- \"Who is Kylian Mbappé?\"\n- \"Tell me about the Barcelona vs Real Madrid match\"\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_sports_events` | Search matches by team, league, or keyword |\n| `search_players` | Search football players by name — returns profile links |\n| `get_live_matches` | All currently live football matches |\n| `get_match_summary` | Match info for a specific match |\n| `get_todays_goals` | Recent match scores across leagues (last 48h) |\n| `get_recent_matches` | Recently finished matches (last 48h) |\n\n## Local Development\n\n```bash\nnpm install\nnpm run dev\n```\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `VUBLOX_API_BASE_URL` | No | Override API base URL (default: production) |\n\n## License\n\nMIT — Vublox\n",
  "bytes": 1820,
  "sha": "6e70af1c5a2b1bb1208edd07c89488db3625acd4cd5f4ea5de3dfdacb02e5ad9",
  "repo_slug": "vublox/vublox-agent-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_vublox_sports_d7056e50/readme"
}