MCP server that integrates with the Squiggle API to provide information on Australian Football League teams, ladder standings, results, tips, and power rankings.
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from the Squiggle API. It allows you to retrieve information about past AFL games, current and past standings, team information, power rankings, tips, and projections.
This MCP Server offers comprehensive access to AFL data, providing tools for:
Edit the Claude for Desktop config file:
~/Library/Application Support/Claude/claude_desktop_config.json
%APPDATA%\Claude\claude_desktop_config.json
Add the server configuration:
{
"mcpServers": {
"mcp-afl-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\mcp-afl-server\\src",
"--no-build"
]
}
}
}
Here are some example prompts you can try once connected:
This server uses the Squiggle API to retrieve AFL data. The API provides comprehensive methods to fetch:
Please use the API responsibly! All information about proper usage can be found at api.squiggle.com.au.
The server exposes the following tools through the Model Context Protocol:
Tool | Description |
---|---|
GetGameResult |
Gets result from a played game |
GetRoundResultsByYear |
Get the results from a round of a particular year |
Tool | Description |
---|---|
GetCurrentStandings |
Gets the current standings of the AFL |
GetStandingsByRoundAndYear |
Get the standings for a particular round and year |
Tool | Description |
---|---|
GetTeamInfo |
Gets information for an AFL team |
GetTeamsBySeason |
Gets a list of teams who played in a particular season |
Tool | Description |
---|---|
GetFutureTips |
Get the tips for current and future games |
GetTipsByGame |
Get the tips of a particular game |
GetTipsByRoundAndYear |
Get the tips for a particular round and year |
Tool | Description |
---|---|
GetPowerRankingByRoundAndYear |
Get Power Ranking by Round and Year |
GetPowerRankingByRoundYearAndSource |
Get Power Ranking by Round, Year, and Model Source |
GetTeamPowerRankingByRoundAndYear |
Get Power Ranking for Team by Round, Year, and Model Source |
GetProjectedLadderByRoundAndYear |
Get the projected ladder for a particular round and year |
GetProjectedLadderByRoundAndYearBySource |
Get the projected ladder by source for a particular round and year |
Tool | Description |
---|---|
GetSources |
Gets a list of sources |
GetSourceById |
Gets a source |
This project is licensed under the MIT License - see the LICENSE file for details.
We're building this in the open and your feedback is much appreciated!
🐛 Report a bug or request a feature
Your input helps shape the future of the AFL MCP Server and makes it better for everyone in the AFL community.
The Australian Football League (AFL) is the premier professional Australian rules football competition in Australia. This server provides programmatic access to comprehensive AFL data to enhance your analysis, applications, and understanding of the game.
Built with ❤️ for the AFL community