# helldivers2-mcp MCP server

MCP server exposing live Helldivers 2 galactic war data.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-xerno42-helldivers2-mcp
- Repository: https://github.com/xerno42/helldivers2-mcp

## Install
- Command: `npx -y helldivers2-mcp`
- Endpoint: https://mcp.avengersofsuperearth.com/mcp
- Auth: Not captured

## Setup notes
- Package: Npm helldivers2-mcp v1.0.0
- Remote endpoint: https://mcp.avengersofsuperearth.com/mcp

## Tools
- get_war_status (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). Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_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). Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_all_planets (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. Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_planet_details (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). Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_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). Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_steam_news (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). Endpoint: https://mcp.avengersofsuperearth.com/mcp
- get_space_station_details (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)). Endpoint: https://mcp.avengersofsuperearth.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.xerno42
- Version: 1.0.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 21, 2026
- Source: https://registry.modelcontextprotocol.io
