🪐 MCP server for Halo Infinite.
🪐 MCP server for Halo Infinite. The openspartan forerunner mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.
Forerunner is a custom-built local MCP server that allows you to connect to your Halo Infinite data through whatever MCP client you're using.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.
Everything the assistant can do here goes through one of these:
opsp_api_endpoints — Returns a JSON-formatted list of all available endpoints that exist in the Halo Infinite REST API surfaceopsp_my_service_record — Returns the complete Halo Infinite player service record for matchmade games for the currently authenticated player. This tool does not have theopsp_my_latest_matches — Returns the stats for a player's latest Halo Infinite matches. This includes all match types, such as matchmade games, custom games, and LAN gamesopsp_exchange_list — Lists all of the items that are currently available on the Halo Infinite exchangeopsp_my_gear_configuration — Returns Halo Infinite customizations with their images for the authenticated useropsp_my_career_rank — Returns the player's current Halo Infinite career rank (or level) and progress to the top level (Hero). The player earns experience with every matchAuthentication — Once you add the tool to your MCP client, you will be prompted for your Microsoft Account (MSA) credentials. This is your Xbox Live account that youAmong the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. OpenSpartan Forerunner's toolset — opsp_api_endpoints, opsp_my_service_record, opsp_my_latest_matches and 4 more — is a fair guide to whether it matches your workflow. It is maintained by dend; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against OpenSpartan Forerunner's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| opsp_api_endpoints | Returns a JSON-formatted list of all available endpoints that exist in the Halo Infinite REST API surface. |
| opsp_my_service_record | Returns the complete Halo Infinite player service record for matchmade games for the currently authenticated player. This tool does not have the career rank. |
| opsp_my_latest_matches | Returns the stats for a player's latest Halo Infinite matches. This includes all match types, such as matchmade games, custom games, and LAN games. All match dates returned in UTC. |
| opsp_exchange_list | Lists all of the items that are currently available on the Halo Infinite exchange. |
| opsp_my_gear_configuration | Returns Halo Infinite customizations with their images for the authenticated user. |
| opsp_my_career_rank | Returns the player's current Halo Infinite career rank (or level) and progress to the top level (Hero). The player earns experience with every match and might want to know how long until Hero rank. |
| Authentication | Once you add the tool to your MCP client, you will be prompted for your Microsoft Account (MSA) credentials. This is your Xbox Live account that you use for Halo Infinite. No tokens (or any other credentials artifacts) e |
"mcpServers": {
"mcp-halo-infinite": {
"command": "PATH_TO_YOUR_OpenSpartan.Forerunner.MCP.exe",
"args": [],
"env": {}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.