erp-query-mcp

k1ek1ng/erp-query-mcp
★ 0 stars JavaScript Database Updated 4d ago
Ask a manufacturing ERP database questions in plain English - MCP server with validated, read-only SQL over a synthetic demo DB
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "erp-query-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "k1ek1ng/erp-query-mcp"
      ]
    }
  }
}

README Excerpt

Ask a manufacturing ERP database questions in plain English. This is an [MCP](https://modelcontextprotocol.io) server that gives an LLM (Claude Desktop, or any MCP client) safe, **read-only** access to an ERP-style SQL database. You ask things like: > "Which parts are below their reorder point?" > "Who are our top 5 customers by invoiced amount this quarter?"

Tools (3)

describe_tablelist_tablesrun_query
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →