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
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.
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.
claude mcp add mcp-server -- npx -y @icedq/mcp-server
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@icedq/mcp-server"
],
"command": "npx"
}
}
}
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "@icedq/mcp-server"]
{
"mcpServers": {
"mcp-server": {
"args": [
"-y",
"@icedq/mcp-server"
],
"command": "npx"
}
}
}
{
"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.
MCP server for RescueTime productivity data
MCP server for Appcircle mobile CI/CD platform.
MCP server for Pylon customer support platform
MCP server for plausible
MCP server for Security
MCP Server for RQ-SCAN - AI-powered document OCR and data extraction platform
MCP server for recurly
MCP server for DealSurface.com sales intelligence platform.
Answers built from our own checks of this server.