MCP.so
Sign In
Servers

AFL (Australian Football League) MCP Server

@willvelida

This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.

Overview

What is AFL (Australian Football League) MCP Server?

This is a Model Context Protocol (MCP) server that provides AFL data from the Squiggle API. It allows retrieval of information about past AFL games, current and past standings, team information, power rankings, tips, and projections.

How to use AFL (Australian Football League) MCP Server?

Install .NET 9.0 or later and an MCP-compatible client (e.g., Claude for Desktop). In the clientโ€™s configuration file, add the server entry under mcpServers with the command dotnet run --project <path>. Once connected, use natural language prompts to call the exposed tools.

Key features of AFL (Australian Football League) MCP Server

  • Retrieve current AFL standings
  • Get past standings by round and year
  • Fetch results from specific games or rounds
  • Look up team information and season lists
  • Access tips, predictions, power rankings, and projected ladders

Use cases of AFL (Australian Football League) MCP Server

  • Ask for current AFL ladder and upcoming match tips
  • Research historical standings and game results for a past season
  • Analyze team performance with power rankings by round and year
  • Automate retrieval of AFL data into AI-powered dashboards or reports

FAQ from AFL (Australian Football League) MCP Server

What prerequisites are needed to run the server?

You need .NET 9.0 or later, an MCP-compatible client, and an internet connection to reach the Squiggle API.

How do I integrate with Claude for Desktop?

Edit the Claude desktop config file (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json; Windows: %APPDATA%\Claude\claude_desktop_config.json) and add the server definition under mcpServers with the dotnet run command pointing to the project source.

What data sources does the server use?

It uses the Squiggle API (api.squiggle.com.au) to fetch live scores, fixtures, historical results, team stats, tips, and power rankings.

Can I get tips and predictions for upcoming games?

Yes. The server provides tools like GetFutureTips, GetTipsByGame, and GetTipsByRoundAndYear to retrieve tips for current, future, or past rounds.

Are there any known limitations or rate limits?

The README advises using the Squiggle API responsibly but does not specify explicit rate limits. No authentication or API key is mentioned.

More from Other