
halo-infinite-mcp
by dend·★ 6·综合分 31
为《光环无限》游戏数据提供的 MCP 服务器,可访问玩家统计、比赛记录和市场信息。
概述
OpenSpartan Forerunner 是一个用 C# 编写的自定义 MCP 服务器,通过 MCP 客户端将用户连接到他们的《光环无限》游戏数据。它可以访问玩家服务记录、比赛统计、生涯等级、装备配置和市场物品。服务器使用 Microsoft Account 凭据进行身份验证,并与 Xbox 和《光环无限》REST API 直接通信。目前处于 alpha 阶段,该工具正在积极开发中,定期添加新功能。
试试问 AI
装完之后,这里有 5 个你可以让 AI 做的事:
什么时候选它
如果你是《光环无限》玩家,希望通过你喜欢的 MCP 客户端快速访问游戏数据,无需启动完整游戏,选择这个。
什么时候不要选它
如果你需要微软官方支持或当前实现之外的功能,不要选择这个,因为它是一个第三方 alpha 质量工具。
此 server 暴露的工具
从 README 抽取出 6 个工具opsp_api_endpointsReturns a JSON-formatted list of all available endpoints in the Halo Infinite REST API.
opsp_my_service_recordReturns the complete Halo Infinite player service record for matchmade games.
opsp_my_latest_matchesReturns stats for the player's latest Halo Infinite matches.
opsp_exchange_listLists all items currently available on the Halo Infinite exchange.
opsp_my_gear_configurationReturns Halo Infinite customizations with images for the authenticated user.
opsp_my_career_rankReturns the player's current Halo Infinite career rank and progress to Hero rank.
可对比工具
安装
安装
- 安装 [.NET 9 SDK](https://dotnet.microsoft.com/download/dotnet/9.0)
- 下载[最新版本](https://github.com/dend/halo-infinite-mcp/releases)
- 在本地解压包
- 更新您的 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 对比
最后更新于 · 由 README + GitHub 公开数据自动生成。