Back to MCP Servers
🔌

DataEval/dingo

Apache-2.0API key required

🎖️ 🐍 🏠 🍎 🪟 🐧 - MCP server for the Dingo: a comprehensive data quality evaluation tool. Server Enables interaction with Dingo's rule-based and LLM-based evaluation capabilities and rules&prompts

PythonAI & LLMs

Install

npx -y dataeval-dingo

Required environment variables

YOUR_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "dataeval-dingo": {
      "command": "npx",
      "args": [
        "-y",
        "dataeval-dingo"
      ],
      "env": {
        "YOUR_API_KEY": "<YOUR_YOUR_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.