io.github.xerno42/helldivers2-mcp
io.github.xerno42/helldivers2-mcpMCP server exposing live Helldivers 2 galactic war data.
Tools · 7
Fetch the current war status and active planets. Returns aggregated war statistics (impact multiplier, total missions won, total missions lost, total mission time, total terminid kills, total automato…
Fetch the currently active assignments (Major Orders) issued by Super Earth high command. Returns each assignment with title, briefing, task description, decoded task list (type and value information …
Fetch a list of all planets in the current galactic war. Returns a list of planets with their id (index), name, and sector.
Fetch detailed information about one or more planets by providing their planet index/indices. Requires: planetindices parameter (array of integers of planet indices, maximum of 5) Returns: For each pl…
Fetch the latest dispatches (news feed) from Super Earth high command. Returns recent dispatches with their published date (relative time) and message text. Optional `limit` parameter caps how many it…
Fetch the latest Steam news for Helldivers 2. Returns recent items with title, URL, published date (relative time), and content. Optional `limit` parameter caps how many items to return (default 10, m…
Fetch the current Democracy Space Station (DSS) details. Returns the planet the DSS is currently supporting (full planet details), election end (relative time until the next planet vote ends), and a l…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.github.xerno42/helldivers2-mcp": {
"url": "https://mcp.avengersofsuperearth.com/mcp",
"transport": "streamable-http"
}
}
}