Loading languages...
MC

mcp-afl-server

@willvelida6

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

AFL
MCP
sports

# mcpServer Config

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

# stdio

dotnet run --project C:\path\to\mcp-afl-server\src --no-build
Transport:
stdio
言語:
C#
更新日:7/23/2025