Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Sports
  3. MCP Afl Server
  4. README

MCP Afl Server README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the MCP Afl Server listing page.

Back to MCP Afl Server View source on GitHub

🏈 AFL (Australian Football League) MCP Server

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.

.NET License MCP

✨ Features

This MCP Server offers comprehensive access to AFL data, providing tools for:

  • 🏆 Retrieving current AFL standings
  • 📊 Retrieving past AFL standings by round and year
  • 🎯 Retrieving results from particular games or rounds
  • 👥 Retrieving basic information about teams
  • 📅 Retrieving lists of teams who played in particular seasons
  • 🔮 Getting tips and predictions for games
  • 📈 Accessing power rankings and projected ladders
  • 🔍 Managing data sources and configurations

📋 Prerequisites

  • .NET 9.0 or later
  • A Model Context Protocol (MCP) compatible client (e.g., Claude for Desktop)
  • Internet connection for accessing the Squiggle API

⚡ Quick Install

🎯 Claude Desktop Integration

  1. Edit the Claude for Desktop config file:

    • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
    • Windows: %APPDATA%\Claude\claude_desktop_config.json
  2. Add the server configuration:

config.json
{
    "mcpServers": {
        "mcp-afl-server": {
            "command": "dotnet",
            "args": [
                "run",
                "--project",
                "C:\\path\\to\\mcp-afl-server\\src",
                "--no-build"
            ]
        }
    }
}

🚀 What can you do with the AFL MCP Server?

Here are some example prompts you can try once connected:

🏆 Current Season Information

  • "What are the current AFL standings?"
  • "Show me the results from Round 10, 2024"
  • "Get information about the Richmond Tigers"
  • "List all teams that played in the 2024 season"

📊 Historical Data

  • "What were the standings after Round 15 in 2023?"
  • "Show me all results from Round 1, 2022"
  • "Get the result of a specific game"

🔮 Tips & Predictions

  • "What are the current tips for upcoming games?"
  • "Show me tips for Round 5, 2024"
  • "Get tips for a specific game"

📈 Advanced Analytics

  • "Show me the power rankings for Round 20, 2023"
  • "Get the projected ladder for Round 15, 2024"
  • "List all available data sources"

📡 Squiggle API

This server uses the Squiggle API to retrieve AFL data. The API provides comprehensive methods to fetch:

  • 🎯 Live scores and fixtures
  • 📊 Historical match results
  • 👥 Team information and statistics
  • 🏆 Ladder positions and standings
  • 🔮 Tips and predictions
  • 📈 Power rankings and projections

Please use the API responsibly! All information about proper usage can be found at api.squiggle.com.au.

🛠️ MCP Tools

The server exposes the following tools through the Model Context Protocol:

🎯 Game Information

ToolDescription
GetGameResultGets result from a played game
GetRoundResultsByYearGet the results from a round of a particular year

🏆 Standings Information

ToolDescription
GetCurrentStandingsGets the current standings of the AFL
GetStandingsByRoundAndYearGet the standings for a particular round and year

👥 Team Information

ToolDescription
GetTeamInfoGets information for an AFL team
GetTeamsBySeasonGets a list of teams who played in a particular season

🔮 Tips & Predictions

ToolDescription
GetFutureTipsGet the tips for current and future games
GetTipsByGameGet the tips of a particular game
GetTipsByRoundAndYearGet the tips for a particular round and year

📈 Power Rankings & Projections

ToolDescription
GetPowerRankingByRoundAndYearGet Power Ranking by Round and Year
GetPowerRankingByRoundYearAndSourceGet Power Ranking by Round, Year, and Model Source
GetTeamPowerRankingByRoundAndYearGet Power Ranking for Team by Round, Year, and Model Source
GetProjectedLadderByRoundAndYearGet the projected ladder for a particular round and year
GetProjectedLadderByRoundAndYearBySourceGet the projected ladder by source for a particular round and year

🔍 Sources & Configuration

ToolDescription
GetSourcesGets a list of sources
GetSourceByIdGets a source

📜 License

This project is licensed under the MIT License - see the LICENSE file for details.

💬 Feedback

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.

🏈 About AFL

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