PluginBench
MCP Server
Active
Apache-2.0

io.github.icedq-tools/mcp-server MCP Server

io.github.icedq-tools/mcp-server

What is the io.github.icedq-tools/mcp-server MCP server?

MCP Server for iceDQ Data Reliability Platform

How to install io.github.icedq-tools/mcp-server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • ICEDQ_BASE_URL
    required

    The base URL of your iceDQ instance (e.g., https://app.icedq.net)

  • ICEDQ_REALM
    required

    The authentication realm name (e.g., icedq or iam.icedq)

  • ICEDQ_CLIENT_ID
    required

    OAuth client ID for API authentication

  • AUTH_TYPE
    required

    How to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead

  • ICEDQ_CLIENT_SECRET
    secret

    OAuth client secret. Required when AUTH_TYPE is 'username_password'.

  • ICEDQ_USERNAME

    Your iceDQ username. Required when AUTH_TYPE is 'username_password'.

  • ICEDQ_PASSWORD
    secret

    Your iceDQ password. Required when AUTH_TYPE is 'username_password'.

  • TOKENS_PATH

    Path to JSON file containing access_token and refresh_token. Required when AUTH_TYPE is 'access_token'.

  • ICEDQ_ORG_ID
    required

    Your iceDQ organization ID (e.g., org-iam.icedq)

  • VERIFY_SSL

    Enable SSL certificate verification. Set to false only for self-signed certs in testing.

  • REQUEST_TIMEOUT

    Timeout for API requests, in seconds

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "env": {
        "ICEDQ_BASE_URL": "<YOUR_ICEDQ_BASE_URL>",
        "ICEDQ_REALM": "<YOUR_ICEDQ_REALM>",
        "ICEDQ_CLIENT_ID": "<YOUR_ICEDQ_CLIENT_ID>",
        "AUTH_TYPE": "<YOUR_AUTH_TYPE>",
        "ICEDQ_CLIENT_SECRET": "<YOUR_ICEDQ_CLIENT_SECRET>",
        "ICEDQ_USERNAME": "<YOUR_ICEDQ_USERNAME>",
        "ICEDQ_PASSWORD": "<YOUR_ICEDQ_PASSWORD>",
        "TOKENS_PATH": "<YOUR_TOKENS_PATH>",
        "ICEDQ_ORG_ID": "<YOUR_ICEDQ_ORG_ID>",
        "VERIFY_SSL": "<YOUR_VERIFY_SSL>",
        "REQUEST_TIMEOUT": "<YOUR_REQUEST_TIMEOUT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "env": {
        "ICEDQ_BASE_URL": "<YOUR_ICEDQ_BASE_URL>",
        "ICEDQ_REALM": "<YOUR_ICEDQ_REALM>",
        "ICEDQ_CLIENT_ID": "<YOUR_ICEDQ_CLIENT_ID>",
        "AUTH_TYPE": "<YOUR_AUTH_TYPE>",
        "ICEDQ_CLIENT_SECRET": "<YOUR_ICEDQ_CLIENT_SECRET>",
        "ICEDQ_USERNAME": "<YOUR_ICEDQ_USERNAME>",
        "ICEDQ_PASSWORD": "<YOUR_ICEDQ_PASSWORD>",
        "TOKENS_PATH": "<YOUR_TOKENS_PATH>",
        "ICEDQ_ORG_ID": "<YOUR_ICEDQ_ORG_ID>",
        "VERIFY_SSL": "<YOUR_VERIFY_SSL>",
        "REQUEST_TIMEOUT": "<YOUR_REQUEST_TIMEOUT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "env": {
        "ICEDQ_BASE_URL": "<YOUR_ICEDQ_BASE_URL>",
        "ICEDQ_REALM": "<YOUR_ICEDQ_REALM>",
        "ICEDQ_CLIENT_ID": "<YOUR_ICEDQ_CLIENT_ID>",
        "AUTH_TYPE": "<YOUR_AUTH_TYPE>",
        "ICEDQ_CLIENT_SECRET": "<YOUR_ICEDQ_CLIENT_SECRET>",
        "ICEDQ_USERNAME": "<YOUR_ICEDQ_USERNAME>",
        "ICEDQ_PASSWORD": "<YOUR_ICEDQ_PASSWORD>",
        "TOKENS_PATH": "<YOUR_TOKENS_PATH>",
        "ICEDQ_ORG_ID": "<YOUR_ICEDQ_ORG_ID>",
        "VERIFY_SSL": "<YOUR_VERIFY_SSL>",
        "REQUEST_TIMEOUT": "<YOUR_REQUEST_TIMEOUT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "env": {
        "ICEDQ_BASE_URL": "<YOUR_ICEDQ_BASE_URL>",
        "ICEDQ_REALM": "<YOUR_ICEDQ_REALM>",
        "ICEDQ_CLIENT_ID": "<YOUR_ICEDQ_CLIENT_ID>",
        "AUTH_TYPE": "<YOUR_AUTH_TYPE>",
        "ICEDQ_CLIENT_SECRET": "<YOUR_ICEDQ_CLIENT_SECRET>",
        "ICEDQ_USERNAME": "<YOUR_ICEDQ_USERNAME>",
        "ICEDQ_PASSWORD": "<YOUR_ICEDQ_PASSWORD>",
        "TOKENS_PATH": "<YOUR_TOKENS_PATH>",
        "ICEDQ_ORG_ID": "<YOUR_ICEDQ_ORG_ID>",
        "VERIFY_SSL": "<YOUR_VERIFY_SSL>",
        "REQUEST_TIMEOUT": "<YOUR_REQUEST_TIMEOUT>"
      }
    }
  }
}
Claude Code
claude mcp add mcp-server --env ICEDQ_BASE_URL=<YOUR_ICEDQ_BASE_URL> --env ICEDQ_REALM=<YOUR_ICEDQ_REALM> --env ICEDQ_CLIENT_ID=<YOUR_ICEDQ_CLIENT_ID> --env AUTH_TYPE=<YOUR_AUTH_TYPE> --env ICEDQ_CLIENT_SECRET=<YOUR_ICEDQ_CLIENT_SECRET> --env ICEDQ_USERNAME=<YOUR_ICEDQ_USERNAME> --env ICEDQ_PASSWORD=<YOUR_ICEDQ_PASSWORD> --env TOKENS_PATH=<YOUR_TOKENS_PATH> --env ICEDQ_ORG_ID=<YOUR_ICEDQ_ORG_ID> --env VERIFY_SSL=<YOUR_VERIFY_SSL> --env REQUEST_TIMEOUT=<YOUR_REQUEST_TIMEOUT> -- npx -y @icedq/mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Live global intelligence: real-time markets, conflicts, country risk, chokepoints, energy. 39 tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.

68k
TypeScript
MIT
View repository →

Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.

67k
Python
BSD-3-Clause
View repository →