Servers
AFL (Australian Football League) MCP Server
@willvelida
This is a Model Context Protocol (MCP) server that provides AFL (Australian Football League) data from Squiggle API.
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-afl-server": {
"command": "dotnet",
"args": [
"run",
"--project",
"C:\\path\\to\\mcp-afl-server\\src",
"--no-build"
]
}
}
}