willvelida/mcp-afl-server
by Various
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
MCP
willvelida/mcp-afl-server
Added 1 June 2026
Overview
This is a Model Context Protocol (MCP) server written in C# that provides Australian Football League (AFL) data from the Squiggle API. It allows AI agents and tools using the MCP standard to query match results, fixtures, and team information.
Best for
Best for
Developers building MCP-compatible AI agents that require Australian rules football data
Use cases
- Retrieve AFL match scores and fixtures for live data feeds
- Build an AI assistant that answers questions about AFL teams and players
- Integrate AFL statistics into a conversational agent or chatbot
How to use
Tools exposed
GetGameResultGetRoundResultsByYearGetCurrentStandingsGetStandingsByRoundAndYearGetTeamInfoGetTeamsBySeasonGetFutureTipsGetTipsByGameGetTipsByRoundAndYearGetPowerRankingByRoundAndYearGetPowerRankingByRoundYearAndSourceGetTeamPowerRankingByRoundAndYearGetProjectedLadderByRoundAndYearGetProjectedLadderByRoundAndYearBySourceGetSourcesGetSourceById
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "mcp-afl-server": {\n "command": "dotnet",\n "args": [\n "run",\n "--project",\n "C:\\path\\to\\mcp-afl-server\\src",\n "--no-build"\n ]\n }\n }\n} Notes
This is a Model Context Protocol (MCP) server written in C# that provides Australian Football League (AFL) data from the Squiggle API. It allows AI agents and tools using the MCP standard to query match results, fixtures, and team information.
15 stars on GitHub. Last updated 2025-11-24. Licensed MIT.
Use cases
- Retrieve AFL match scores and fixtures for live data feeds
- Build an AI assistant that answers questions about AFL teams and players
- Integrate AFL statistics into a conversational agent or chatbot
Pros
- Provides structured AFL data through a standard MCP interface
- Lightweight C# implementation easy to embed in .NET projects
- Leverages the well-documented Squiggle API for reliable data
Cons
- Limited to Australian Football League data only
- Dependency on Squiggle API availability and rate limits
- Small community (15 stars) means limited support and updates
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Provides structured AFL data through a standard MCP interface
- Lightweight C# implementation easy to embed in .NET projects
- Leverages the well-documented Squiggle API for reliable data
Cons
- Limited to Australian Football League data only
- Dependency on Squiggle API availability and rate limits
- Small community (15 stars) means limited support and updates
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.