intelligence-ops-mcp

EurekaMD-net/intelligence-ops-mcp
★ 0 stars Unknown language Code/Dev Tools Updated 1d ago
MCP server + SQL agent layer for retail intelligence — self-hosted alternative to Wilab, runs on the client's own data warehouse
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "intelligence-ops-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "EurekaMD-net/intelligence-ops-mcp"
      ]
    }
  }
}

README Excerpt

> MCP server + SQL agent layer for retail intelligence — runs on the client's own data warehouse. Part of the [EurekaMS](https://github.com/EurekaMD-net) Intelligence Ops module. Replaces third-party data connectors with a self-owned, client-side stack. --- Exposes 3 MCP tools that enable a natural-language SQL agent over any client database:

Tools (3)

describe_tableexecute_querylist_tables