mcpbeat Sign in

Japan Business Operations MCP Server

local only

Japan Business Operations runs on your own machine — the client starts it, so there is no endpoint to ping. 62 installs a week from npm. Last commit 1 Sep 2026.

Japan Operations OS for AI agents — 14 knowledge domains, 31 tools via REST+MCP.

Installs per day peak 41 · avg 14 · -61% w/w
a month agotoday
62
Installs / week
npm · edition-mcp-server
0
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
HTML

What the code does

We read the source, 22 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.

      grid.innerHTML = data.map(a => {

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 japan-business-operations -- npx -y edition-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "japan-business-operations": {
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.japan-business-operations]
command = "npx"
args = ["-y", "edition-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "japan-business-operations": {
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "japan-business-operations": {
      "args": [
        "-y",
        "edition-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EDITION_API_URL (EDITION API base URL), EDITION_API_KEY (API key for authentication (free beta key provided by default)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Japan Business Operations

same job, measured the same way
Ckg MCP
by yarmoluk

97-domain knowledge graphs for AI agents — 4× F1 of RAG, 11× fewer tokens. MCP-native.

193 installs/wk local only
Shelbymcp
by studio-moser

Knowledge-graph memory server for AI tools via MCP

43 installs/wk local only
iknow
by iknow

Knowledge base MCP for AI agents on iknow.dev. Search, read, and maintain via OAuth.

answering
Forensic Deepdive
by dhevenddra

Persistent code knowledge graph + 9 composite MCP tools for AI coding agents.

147 installs/wk local only
AgentMesh
by lugdwei

MCP delegation fallback for AI agents to discover capabilities, knowledge, tools, and collaborators.

5 tools answering
Mac Use MCP
by antbotlab

Zero-dependency macOS desktop automation for AI agents. 18 tools via MCP. macOS 13+.

90 installs/wk local only
Edition API
by hiroshic9-png

Japan business regulations, compliance, travel, protocols, memory — 10 knowledge domains, 23 tools.

local only
DocsMint
by hiai-gg

Cloud or self-hosted knowledge for AI agents: hybrid search, reranking, GraphRAG, scoped MCP tools.

983 installs/wk answering

Japan Business Operations — questions

Answers built from our own checks of this server.

Why is there no uptime for Japan Business Operations?
Japan Business Operations 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 edition-mcp-server was installed 62 times last week.
How do I connect Japan Business Operations?
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 edition-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Japan Business Operations?
The npm package edition-mcp-server was installed 62 times in the last week. Week over week that is -61%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Japan Business Operations open source?
Yes — it is published under the MIT licence, written in HTML and 0 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.