PluginBench
MCP Server
Active
MIT

ERP Report Engine MCP Server

io.github.gulmezeren2-byte/erp-report-engine

What is the ERP Report Engine MCP server?

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

How to install ERP Report Engine

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "erp-report-engine": {
      "command": "uvx",
      "args": [
        "erp-report-engine",
        "mcp",
        "-c"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "erp-report-engine": {
      "command": "uvx",
      "args": [
        "erp-report-engine",
        "mcp",
        "-c"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "erp-report-engine": {
      "command": "uvx",
      "args": [
        "erp-report-engine",
        "mcp",
        "-c"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "erp-report-engine": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "erp-report-engine",
        "mcp",
        "-c"
      ]
    }
  }
}
Claude Code
claude mcp add erp-report-engine -- uvx erp-report-engine mcp -c

Related MCP servers

ihalent

Active

Turkish public-tender (EKAP) award intelligence: firm histories, discounts, competition, red flags

2
Python
MIT
View repository →

acikpoz

Active

Turkish public construction unit-price (birim fiyat) catalog PDFs into structured pozes

1
Python
MIT
View repository →

andon

Active

Deterministic verification for AI-generated analysis: run a spec, inspect or diff a workbook

1
Python
MIT
View repository →