mcpbeat Sign in

Icedq Tools MCP Server

by icedq-tools Your server? Claim it
local only

Icedq Tools runs on your own machine — the client starts it, so there is no endpoint to ping. 177 installs a week from npm. Last commit 15 Sep 2026.

MCP Server for iceDQ Data Reliability Platform

Installs per day peak 129 · avg 24 · +4% w/w
a month agotoday
177
Installs / week
npm · @icedq/mcp-server
1
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check Icedq Tools every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y @icedq/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@icedq/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "@icedq/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ICEDQ_BASE_URL (The base URL of your iceDQ instance (e.g., https://app.icedq.net)), ICEDQ_REALM (The authentication realm name (e.g., icedq or iam.icedq)), ICEDQ_CLIENT_ID (OAuth client ID for API authentication), AUTH_TYPE (How to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead), ICEDQ_CLIENT_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 (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 (Your iceDQ organization ID (e.g., org-icedq or 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). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Icedq Tools

same job, measured the same way
MCP server for RescueTime productivity data
by adelaidasofia

MCP server for RescueTime productivity data

local only
Appcircle MCP
by appcircle

MCP server for Appcircle mobile CI/CD platform.

answering
Pylon MCP
by justinbeckwith

MCP server for Pylon customer support platform

84 installs/wk local only
Plausible
by pipeworx-io

MCP server for plausible

answering
Security Mcp
by varvararatta

MCP server for Security

answering
Rq Scan
by recerqa

MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform

21 installs/wk local only
Recurly
by pipeworx-io

MCP server for recurly

answering
C
Dealsurface
by dealsurface

MCP server for DealSurface.com sales intelligence platform.

123 installs/wk local only

Icedq Tools — questions

Answers built from our own checks of this server.

Why is there no uptime for Icedq Tools?
Icedq Tools runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @icedq/mcp-server was installed 177 times last week.
How do I connect Icedq Tools?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @icedq/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Icedq Tools?
The npm package @icedq/mcp-server was installed 177 times in the last week. Week over week that is +4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Icedq Tools open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.