mcpbeat Sign in

ERP Report Engine MCP Server

local only

ERP Report Engine runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from pypi. Last commit 31 Jul 2026.

Read-only MCP for the SQL database behind an ERP: provably read-only guard, public benchmark.

Installs per day peak 28 · avg 9 · -30% w/w
a month agotoday
46
Installs / week
pypi · erp-report-engine
1
Stars
0 open issues
31 Jul 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

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

        dpath = os.path.join(cfg.out_dir, f"dashboard_{rr.kpis['this_week']}.html")
      SELECT
        s.sip_evrakno_seri + '-' + CAST(s.sip_evrakno_sira AS varchar(12)) AS order_id,

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 erp-report-engine -- uvx erp-report-engine
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "erp-report-engine": {
      "args": [
        "erp-report-engine"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.erp-report-engine]
command = "uvx"
args = ["erp-report-engine"]
.cursor/mcp.json
{
  "mcpServers": {
    "erp-report-engine": {
      "args": [
        "erp-report-engine"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "erp-report-engine": {
      "args": [
        "erp-report-engine"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to ERP Report Engine

same job, measured the same way
ECZ-ID Trust MCP
by ecocitizenz

Read-only ECZ-ID Business Passport state lookup via the public ECZ-ID Resolver. Reports state only.

7 tools answering
Inforcer
by wyre-technology

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Inforcer
by wyre-ai

Read-only MCP server for Inforcer M365 baseline governance, plus assessment and report runs.

local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
Katzilla
by codeislaw101

300+ free public & government data sources behind one API key, for AI agents.

37 installs/wk local only
1C OData MCP
by alexgrebeshok-coder

Read-only MCP server for 1C:Enterprise via OData with metadata and query builder tools.

35 installs/wk local only
Agentloopkit
by abhiyoheswaran1

Read-only MCP server for AgentLoopKit tasks, policies, reports, handoffs, and status.

127 installs/wk local only
SQLBot MCP Proxy
by wenrou21

MCP server proxy for SQLBot Text-to-SQL queries and report generation.

local only

ERP Report Engine — questions

Answers built from our own checks of this server.

Why is there no uptime for ERP Report Engine?
ERP Report Engine 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 pypi package erp-report-engine was installed 46 times last week.
How do I connect ERP Report Engine?
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 erp-report-engine straight from pypi; nothing to host, nothing to sign up for.
How many people use ERP Report Engine?
The pypi package erp-report-engine was installed 46 times in the last week. Week over week that is -30%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is ERP Report Engine open source?
Yes — it is published under the MIT licence, written in Python and 1 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.