This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-afl-server": {
"args": [
"run",
"--project",
"C:\\path\\to\\mcp-afl-server\\src",
"--no-build"
],
"command": "dotnet"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationBe the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in entertainment
The official MCP Server for the Mux API
MCP Server for Text to Speech
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to control Unreal E…
Unity MCP Server — 268 tools for AI-assisted game development. Connect Claude, Cursor, or any MCP client to Unity Editor & Unity Hub. Scene management, GameObjects, components, builds, profiling, Shader Graph, Amplify, terrain, physics, NavMesh, animation, MPPM multiplayer & more. Free & open source by AnkleBreaker Studio.
MCP Security Weekly
Get CVE alerts and security updates for Mcp Afl Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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.jsonAdd 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 |