AFL (Australian Football League) MCP Server
@willvelida
About AFL (Australian Football League) MCP Server
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-afl-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\mcp-afl-server\\src",
"--no-build"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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 Other MCP servers
Servers
modelcontextprotocolModel Context Protocol Servers
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Unity MCP โจ
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MaxKB
1Panel-dev๐ฅ MaxKB is an open-source platform for building enterprise-grade agents. ๅผบๅคงๆ็จ็ๅผๆบไผไธ็บงๆบ่ฝไฝๅนณๅฐใ
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments