LiveScore MCP

Real-time football scores, fixtures, team & player data via the Model Context Protocol

SSE Transport • 10 Tools • Multi-language

Connect to LiveScore MCP

SSE Endpoint

Connect any MCP client to: https://livescoremcp.com/sse

Claude Desktop / claude_desktop_config.json

{
  "mcpServers": {
    "livescore": {
      "url": "https://livescoremcp.com/sse"
    }
  }
}

Health Check

curl https://livescoremcp.com/health

Available Football Data Tools

get_live_scores

Currently live matches with real-time scores and minute-by-minute updates from leagues worldwide

get_fixtures

Competition fixtures for Champions League, Europa League, World Cup, and 1000+ tournaments

search

Search teams, players, or competitions by name with optional country filter

get_league_fixtures

League-specific fixtures for Eredivisie, Premier League, La Liga, Serie A, Bundesliga and more

get_team

Detailed team info including squad, statistics, upcoming matches, and recent results

get_player

Player profiles with career statistics, current team, transfer history, and performance data

get_match

Full match details with events, lineups, statistics, and head-to-head records

get_day_fixtures

All matches for a specific date across every league and competition worldwide

get_team_image

Team logo PNG URL for embedding in responses and AI-powered applications

health

Connectivity check — echo back a message to verify the MCP server is alive

🌐 Multi-Language Support

All tools support a language parameter: en (English), nl (Dutch), de (German), fr (French), es (Spanish), pt (Portuguese), it (Italian), and more. All timestamps are in GMT/UTC.

Frequently Asked Questions

What is LiveScore MCP?
LiveScore MCP is a free Model Context Protocol (MCP) server that provides real-time football live scores, fixtures, team statistics, player data, and match details. It connects AI agents like Claude, Cursor, and other MCP-compatible clients to comprehensive football data from 1000+ leagues worldwide.
How do I connect to LiveScore MCP?
Connect any MCP client to the SSE endpoint at https://livescoremcp.com/sse. For Claude Desktop, add the URL to your claude_desktop_config.json under mcpServers. For Cursor and other IDE-based clients, configure the SSE URL in your MCP settings.
Is LiveScore MCP free to use?
Yes, LiveScore MCP is completely free and open source. The source code is available on GitHub. There are no rate limits, API keys, or paid tiers.
What leagues and competitions are supported?
LiveScore MCP covers 1000+ football leagues and competitions worldwide, including the Premier League, La Liga, Serie A, Bundesliga, Eredivisie, Ligue 1, Champions League, Europa League, World Cup, and many more domestic and international tournaments.
What MCP clients work with LiveScore MCP?
LiveScore MCP uses the SSE (Server-Sent Events) transport and works with any MCP-compatible client, including Claude Desktop, Claude Code, Cursor, Windsurf, Cline, and any other tool that supports the Model Context Protocol over SSE.