MCP Catalogs
首页halo-infinite-mcp screenshot

halo-infinite-mcp

by dend·6·综合分 31

为《光环无限》游戏数据提供的 MCP 服务器,可访问玩家统计、比赛记录和市场信息。

ai-llmmediaother
3
Forks
1
活跃 Issue
14 个月前
最近提交
2 天前
收录于

概述

OpenSpartan Forerunner 是一个用 C# 编写的自定义 MCP 服务器,通过 MCP 客户端将用户连接到他们的《光环无限》游戏数据。它可以访问玩家服务记录、比赛统计、生涯等级、装备配置和市场物品。服务器使用 Microsoft Account 凭据进行身份验证,并与 Xbox 和《光环无限》REST API 直接通信。目前处于 alpha 阶段,该工具正在积极开发中,定期添加新功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:查看《光环无限》最新比赛统计和胜率
:监控生涯等级进度和达到英雄等级所需时间
:浏览当前交易所市场可用物品
:需要什么身份验证?
:此工具是否积极维护?

什么时候选它

如果你是《光环无限》玩家,希望通过你喜欢的 MCP 客户端快速访问游戏数据,无需启动完整游戏,选择这个。

什么时候不要选它

如果你需要微软官方支持或当前实现之外的功能,不要选择这个,因为它是一个第三方 alpha 质量工具。

此 server 暴露的工具

从 README 抽取出 6 个工具
  • opsp_api_endpoints

    Returns a JSON-formatted list of all available endpoints in the Halo Infinite REST API.

  • opsp_my_service_record

    Returns the complete Halo Infinite player service record for matchmade games.

  • opsp_my_latest_matches

    Returns stats for the player's latest Halo Infinite matches.

  • opsp_exchange_list

    Lists all items currently available on the Halo Infinite exchange.

  • opsp_my_gear_configuration

    Returns Halo Infinite customizations with images for the authenticated user.

  • opsp_my_career_rank

    Returns the player's current Halo Infinite career rank and progress to Hero rank.

可对比工具

halo-api-clihalowaypoint-api-wrapperspartan-insider

安装

安装

  1. 安装 [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
  2. 下载[最新版本](https://github.com/dend/halo-infinite-mcp/releases)
  3. 在本地解压包
  4. 更新您的 MCP 客户端配置:

Claude Desktop

"mcpServers": {
    "mcp-halo-infinite": {
        "command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
        "args": [],
        "env": {}
    }
}

Visual Studio Code (Insiders 版)

"mcp": {
    "inputs": [],
    "servers": {
        "mcp-halo-infinite": {
            "command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
            "args": [],
            "env": {}
        }
    }
}

FAQ

需要什么身份验证?
服务器需要您的 Microsoft Account (MSA) 凭据,即您用于《光环无限》的 Xbox Live 账户。凭据会本地缓存,仅用于与 Xbox 和《光环无限》API 通信。
此工具是否积极维护?
是的,尽管目前处于 alpha 阶段,但随着 MCP 协议的发展,开发者正在积极添加新工具和功能。

halo-infinite-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。