AFL

v1.0.0Analyticsstable

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

mcp-aflmcpai-integration
Share:
15
Stars
0
Downloads
0
Weekly
0/5

What is AFL?

AFL is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to this is a model context protocol (mcp) server that provides afl (australian football league) data from squiggle api.

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

This server falls under the Analytics category on MCPgee, the world's largest MCP server directory with 33,000+ servers.

Features

  • This is a Model Context Protocol (MCP) server that provides

Use Cases

Access Australian Football League data from Squiggle API.
willvelida

Maintainer

LicenseMIT
Languagec#
Versionv1.0.0
UpdatedMar 27, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx mcp-afl

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

How to Set Up and Use AFL

The AFL MCP Server is a .NET 9-based MCP server that retrieves Australian Football League data from the public Squiggle API and makes it available to AI clients like Claude Desktop. It exposes tools for fetching live standings, historical game results, team information, tipping predictions, power rankings, and projected ladder positions — all without requiring any API key. AFL fans and data analysts can use it to ask natural language questions about current seasons, past rounds, and team performance trends.

Prerequisites

  • .NET 9.0 SDK or later installed (dotnet --version to verify)
  • Internet connectivity to reach the Squiggle API (api.squiggle.com.au)
  • An MCP-compatible client such as Claude Desktop
1

Clone the repository

Clone the mcp-afl-server repository to your local machine.

git clone https://github.com/willvelida/mcp-afl-server.git
cd mcp-afl-server
2

Restore .NET dependencies

Restore NuGet packages for the project before running or building.

dotnet restore src/
3

Build the project

Compile the project to ensure there are no build errors before wiring it into your MCP client.

dotnet build src/ --configuration Release
4

Configure Claude Desktop to run the server

Add the server to your Claude Desktop MCP configuration using dotnet run. Replace the path with the absolute path to your cloned src directory.

{
  "mcpServers": {
    "mcp-afl-server": {
      "command": "dotnet",
      "args": ["run", "--project", "/absolute/path/to/mcp-afl-server/src", "--no-build"]
    }
  }
}
5

Restart Claude Desktop and test an AFL query

Restart Claude Desktop to pick up the new config, then ask an AFL question to verify the server is working and returning data from Squiggle.

AFL Examples

Client configuration

Claude Desktop MCP config for the AFL server on macOS. Adjust the project path for your system.

{
  "mcpServers": {
    "mcp-afl-server": {
      "command": "dotnet",
      "args": [
        "run",
        "--project",
        "/Users/you/mcp-afl-server/src",
        "--no-build"
      ]
    }
  }
}

Prompts to try

Example prompts to explore AFL data through Claude.

- "What are the current AFL ladder standings?"
- "Show me the results from Round 10 of the 2024 AFL season."
- "What are the tipping predictions for this weekend's games?"
- "Give me the power rankings for Round 20, 2023 and compare them to the final ladder."
- "What is the projected ladder for the rest of this AFL season?"

Troubleshooting AFL

dotnet command not found when Claude Desktop tries to start the server

Install the .NET 9 SDK from https://dotnet.microsoft.com/download and ensure the dotnet binary is in your system PATH. On macOS, you may need to add /usr/local/share/dotnet to PATH in your shell profile.

Server starts but returns no data or empty responses

The server fetches data from api.squiggle.com.au. Confirm your machine has outbound internet access and the Squiggle API is reachable: curl 'https://api.squiggle.com.au/?q=standings' should return JSON.

'--no-build' flag causes an error about no published output

Run dotnet build src/ --configuration Release first to produce the compiled output, then the --no-build flag will work correctly in the Claude Desktop config.

Frequently Asked Questions about AFL

What is AFL?

AFL is a Model Context Protocol (MCP) server that this is a model context protocol (mcp) server that provides afl (australian football league) data from squiggle api. It connects AI assistants to external tools and data sources through a standardized interface.

How do I install AFL?

Follow the installation instructions on the AFL GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.

Which AI clients work with AFL?

AFL works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.

Is AFL free to use?

Yes, AFL is open source and available under the MIT license. You can use it freely in both personal and commercial projects.

Browse More Analytics MCP Servers

Explore all analytics servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.

Quick Config Preview

{ "mcpServers": { "mcp-afl": { "command": "npx", "args": ["-y", "mcp-afl"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

Ready to use AFL?

Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.

33,000+ ServersFree & Open SourceStep-by-Step Guides