AFL (Australian Football League) MCP Server
@willvelida
关于 AFL (Australian Football League) MCP Server
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-afl-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\mcp-afl-server\\src",
"--no-build"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器

EverArt
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
评论