LiveScore MCP

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

1000+ Leagues 10 Tools SSE Transport 8+ Languages
Get Started View on GitHub

How It Works

Connect any MCP-compatible AI client to live football data in three simple steps.

1

Copy the Endpoint

Use the SSE endpoint URL to connect your AI client to the LiveScore MCP server

2

Configure Your Client

Add the endpoint to Claude Desktop, Cursor, Claude Code, or any MCP-compatible client

3

Query Live Data

Ask your AI for live scores, fixtures, team stats, player profiles, and more


Connect to LiveScore MCP

Get started in seconds. Just point your MCP client to our SSE endpoint.

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

10 powerful tools to access real-time football data from leagues worldwide.

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 accept a language parameter. Get results in your preferred language. All timestamps are in GMT/UTC.

🇬🇧 English en 🇳🇱 Dutch nl 🇩🇪 German de 🇫🇷 French fr 🇪🇸 Spanish es 🇵🇹 Portuguese pt 🇮🇹 Italian it 🇷🇺 Russian ru 🇸🇦 Arabic ar 🇩🇰 Danish da 🇺🇦 Ukrainian uk 🇻🇳 Vietnamese vi 🇰🇷 Korean ko + more

Powered By

LiveScore MCP is built on top of comprehensive football data.

football-mania.com

Comprehensive football data platform providing real-time scores, fixtures, team statistics, player profiles, and match details from 1000+ leagues and competitions worldwide.


Get the App

Download Football Mania for live scores on the go.

Your home for live football — powered by football-mania.com


Usage Policy

LiveScore MCP is free for personal and non-commercial use. Please respect the following guidelines.

Rate Limits Apply

To ensure fair access for everyone, rate limits are enforced. Excessive or automated bulk requests may be throttled or blocked.

💼

Commercial Use

Using LiveScore MCP data in commercial products, paid services, or for-profit applications requires a commercial license. Contact gillis.haasnoot@gmail.com for details.

💜

Be Respectful

Do not abuse the service, scrape data aggressively, or use it in ways that degrade the experience for others. Keep it fair and friendly.

⚠ Note: Abuse of the service — including excessive requests, data scraping, or circumventing rate limits — may result in your access being permanently revoked. For commercial inquiries or higher rate limits, reach out to gillis.haasnoot@gmail.com.

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 free for personal and non-commercial use. The source code is available on GitHub. Rate limits apply to ensure fair access for all users. For commercial use or higher rate limits, please contact gillis.haasnoot@gmail.com.
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.