MCP.so
ログイン

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.

基本情報

カテゴリ

その他

ライセンス

MIT

ランタイム

c#

トランスポート

stdio

公開者

willvelida

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ