mcpbeat

Helldivers2 MCP Server

io.github.xerno42/helldivers2-mcp
answering

Helldivers2 MCP is answering right now. Last checked moments ago. 30 installs a week from npm. It exposes 7 tools. Last commit 3 Aug 2026.

MCP server exposing live Helldivers 2 galactic war data.

Installs per day peak 21 · avg 6 · -6% w/w
a month agotoday
Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
92 of 92 checks
7
Tools
read from the server
163 ms
Response time
average over 24h
30
Installs / week
npm and PyPI

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 0 min ago.

run in your terminal
claude mcp add helldivers2-mcp --transport http https://mcp.avengersofsuperearth.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "helldivers2-mcp": {
      "url": "https://mcp.avengersofsuperearth.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.helldivers2-mcp]
url = "https://mcp.avengersofsuperearth.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "helldivers2-mcp": {
      "url": "https://mcp.avengersofsuperearth.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "helldivers2-mcp": {
      "url": "https://mcp.avengersofsuperearth.com/mcp"
    }
  }
}

Available tools 7

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

all
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.
assignments
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 including races, difficulties, and target planet names), current progress numbers, reward (type and amount), and expiration (seconds until expiry).
dispatches
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 items to return (default 20, max 50).
planet
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 planet - index, name, sector, biome (Biome: name, description), hazards (Hazard: name, description), position, list of waypoints (planet indices) the planet is connected to, max health, current health, initial owner, current owner, regen per second, event information if one is active (faction who initiated the event, current health, max health, start and end time), statistics (Statistics: missions won, missions lost, mission time, terminid kills, automaton kills, illuminate kills, bullets fired, bullets hit, time played, deaths, revives, friendly fire casualties, mission success rate, accuracy, player count), attacking (a list of planet indices this planet is currently attacking), regions (Region: name, description, health, max health, size, regen per second, active players).
space
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 list of active tactical actions (Tactical action: name, description, strategic description, status, status expire, effects (Effect: name, description), costs (Cost: item name, current value, delta per second, max donation amount)).
steam
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, max 30).
war
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 automaton kills, total illuminate kills, total bullets fired, total bullets hit, total deaths, total revives, total friendly fire casualties, overall mission success rate, overall accuracy), and a list of active planets (planets with active players or ownership change) with their name, sector, initial owner, current owner, player count, active event information if any (Event: faction, current health, max health, start and end time), the planets each active planet is currently attacking (id and name), and active regions (Region: name, health, max health, regen per second, size, active players).

Endpoints

URLTransportStateLatencyChecked
https://mcp.avengersofsuperearth.com/mcp streamable-http answering 194 ms 0 min ago

Helldivers2 MCP — questions

Answers built from our own checks of this server.

What can Helldivers2 MCP do?
It exposes 7 tools, read directly from the server on our last check. Among them: get_all_planets, get_assignments, get_dispatches, get_planet_details, get_space_station_details, get_steam_news and 1 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Helldivers2 MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 163 ms. The bar chart above shows every period we have measured.
How do I connect Helldivers2 MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Helldivers2 MCP need an API key?
No. Helldivers2 MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 7 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Helldivers2 MCP?
It answers our handshake in 163 ms on average, which is faster than 70% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Helldivers2 MCP?
The npm package helldivers2-mcp was installed 30 times in the last week. Week over week that is -6%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Helldivers2 MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.