mcpbeat Sign in

Helldivers2 MCP Server

answering

Helldivers2 MCP is answering right now. Last checked 14 min ago. 39 installs a week from npm. It exposes 7 tools. Last commit 15 Sep 2026.

MCP server exposing live Helldivers 2 galactic war data.

Installs per day peak 21 · avg 6 · -14% w/w
a month agotoday
Uptime history 48 days of history · worst day 99%
48 days agonow
100.0%
Uptime 24h
91 of 91 checks
7
Tools
read from the server
385 ms
Response time
average over 24h
39
Installs / week
npm and PyPI

What the code does

We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const filePath = path.join(JSON_DIR, relativePath);

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 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 377 ms 14 min ago

Alternatives to Helldivers2 MCP

same job, measured the same way
MCP Z3 Prover
by daedalus

MCP server exposing Z3 solver API

47 installs/wk local only
MCP Exa
by daedalus

MCP server exposing Exa websearch API

63 installs/wk local only
MCP Sqlite3
by daedalus

MCP server exposing sqlite3 library functionality

72 installs/wk local only
MCP Mysql Connector
by daedalus

MCP server exposing MySQL database functionalities as tools

70 installs/wk local only
Dwarf Fortress (DFHack)
by alexanderolvera

MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools

64 installs/wk local only
MCP Parigp
by daedalus

MCP server exposing cypari2 (PARI/GP) number theory library

55 installs/wk local only
AEMET
by mmillan76

MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.

29 installs/wk local only
MCP Cryptography
by daedalus

MCP server exposing cryptography library functionality

59 installs/wk local only

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 91 of 91 checks got a reply (100.0%), average response time 385 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 385 ms on average, which is faster than 40% 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 39 times in the last week. Week over week that is -14%. 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.