mcpbeat Sign in

HOI4 Agent Tools MCP Server

by klimpaskov Your server? Claim it
local only

HOI4 Agent Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 734 installs a week from npm. Last commit 20 Sep 2026.

Analyze HOI4 events, decisions, impact, tech, AI, and MTTH; build focus trees, GUIs, and maps.

Installs per day peak 892 · avg 227 · -79% w/w
a month agotoday
734
Installs / week
npm · hoi4-agent-tools
5
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 11 h ago · 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 manifest = await readArtifactManifest(path.join(directory, entryName), signal);
    const child = spawn(

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

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add hoi4-agent-tools -- npx -y hoi4-agent-tools
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "hoi4-agent-tools": {
      "args": [
        "-y",
        "hoi4-agent-tools"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.hoi4-agent-tools]
command = "npx"
args = ["-y", "hoi4-agent-tools"]
.cursor/mcp.json
{
  "mcpServers": {
    "hoi4-agent-tools": {
      "args": [
        "-y",
        "hoi4-agent-tools"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "hoi4-agent-tools": {
      "args": [
        "-y",
        "hoi4-agent-tools"
      ],
      "command": "npx"
    }
  }
}

Alternatives to HOI4 Agent Tools

same job, measured the same way
Syke
by khalomsky

AI code impact analysis — dependency graphs, cascade detection, and build gates for AI agents

53 installs/wk local only
OSA Procurement Guard
by omarfff

Pre-purchase trust, pricing and budget decisions for AI agents buying APIs and MCP tools.

1 tools answering
Athena Protocol
by n0zer0d4y

AI tech lead for coding agents with validation and impact analysis

48 installs/wk local only
Agent Decision & Evidence Tools (MCP + x402)
by patrickpi1312

40 MCP tools: multi-chain RPC, market and transaction decisions, AI, EU compliance and US imports

40 tools answering
Discord MCP
by cappyeo

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

501 installs/wk local only
Batru — Competitive Game Intelligence for AI Agents
by batru

Live competitive-game predictions, meta data and decision tools for AI agents.

110 installs/wk 17 tools answering
Energyai
by energyaisolution

Solar, weatherization, EV charging, battery and heat-pump decision tools for AI agents.

30 tools answering
Axon Research
by raysker

AI agent ecosystem research, DeFi analysis, and market research tools

18 installs/wk local only

HOI4 Agent Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for HOI4 Agent Tools?
HOI4 Agent Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package hoi4-agent-tools was installed 734 times last week.
How do I connect HOI4 Agent Tools?
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 runs locally, so the command pulls hoi4-agent-tools straight from npm; nothing to host, nothing to sign up for.
How many people use HOI4 Agent Tools?
The npm package hoi4-agent-tools was installed 734 times in the last week. Week over week that is -79%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is HOI4 Agent Tools open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 5 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.