Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.xerno42/helldivers2-mcp

io.github.xerno42/helldivers2-mcp

MCP server exposing live Helldivers 2 galactic war data.

Uptime
100.0%
2 direct probes · 30d
Response
212ms
last probe
Tools
7
callable
Resources
0
readable
Prompts
0
available

Tools · 7

get_war_status

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…

get_assignments

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 …

get_all_planets

Fetch a list of all planets in the current galactic war. Returns a list of planets with their id (index), name, and sector.

get_planet_details

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…

get_dispatches

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…

get_steam_news

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…

get_space_station_details

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…

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"
    }
  }
}