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.
We read the source, 22 h ago · tools taken from the live server · rules 3dff92dd89df
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.
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.
Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 14 min ago.
claude mcp add helldivers2-mcp --transport http https://mcp.avengersofsuperearth.com/mcp
{
"mcpServers": {
"helldivers2-mcp": {
"url": "https://mcp.avengersofsuperearth.com/mcp"
}
}
}
[mcp_servers.helldivers2-mcp]
url = "https://mcp.avengersofsuperearth.com/mcp"
{
"mcpServers": {
"helldivers2-mcp": {
"url": "https://mcp.avengersofsuperearth.com/mcp"
}
}
}
{
"mcpServers": {
"helldivers2-mcp": {
"url": "https://mcp.avengersofsuperearth.com/mcp"
}
}
}
Read directly from the server with tools/list, grouped by what they act on.
If a tool disappears, we record the date.
get_all_planets
get_assignments
get_dispatches
get_planet_details
get_space_station_details
get_steam_news
get_war_status
| URL | Transport | State | Latency | Checked |
|---|---|---|---|---|
| https://mcp.avengersofsuperearth.com/mcp | streamable-http | answering | 377 ms | 14 min ago |
MCP server exposing Z3 solver API
MCP server exposing Exa websearch API
MCP server exposing sqlite3 library functionality
MCP server exposing MySQL database functionalities as tools
MCP server exposing a live Dwarf Fortress fort to an AI agent as curated, semantic tools
MCP server exposing cypari2 (PARI/GP) number theory library
MCP server exposing AEMET (Spanish weather agency) forecasts, station data and warnings.
MCP server exposing cryptography library functionality
Answers built from our own checks of this server.