1. Conduid
  2. Developer Tools
  3. Football API MCP
MCP server · Developer Tools

Football API MCP

Football API MCP

Unclaimed MIT last commit 6 months ago devtools
59Fair

Scored 3 months ago · breakdown

About Football API MCP

Football API MCP is an MCP server published by ice1x in the Developer Tools category: football API MCP. It has been installed 0 times through Conduid.

Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx football-api-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Football API MCP

Powered by Claude · Grounded in docs

I know everything about Football API MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

README

football-api-mcp

PyPI Downloads CI Python License

MCP server for football-data.org API. Built on football-api.

Setup

pip install football-api-mcp

Get a free API key at football-data.org.

Claude Desktop

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "football-data": {
      "command": "python",
      "args": ["-m", "football_api_mcp"],
      "env": {
        "FOOTBALL_DATA_API_KEY": "your-api-key"
      }
    }
  }
}

Tools

Tool Description
get_standings League table
get_matches Matches by date/status
get_competition_matches Matches in a competition
get_team Team info
get_team_matches Team's matches
get_scorers Top scorers
get_person Player/coach info

Competition codes: PL BL1 SA FL1 PD CL EC WC ELC PPL DED BSA

License

MIT

README mirrored from the source repository 3 months ago. The original is authoritative.

Questions

About Football API MCP

How do I install Football API MCP?

Run npx football-api-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Football API MCP safe to use with an AI agent?

Its trust score is 59 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Football API MCP still maintained?

The last commit was 6 months ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.