There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@icedq/mcp-server · npm · 1.0.3
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.icedq-tools/mcp-server",
"description": "MCP Server for iceDQ Data Reliability Platform",
"repository": {
"url": "https://github.com/icedq-tools/mcp-server",
"source": "github"
},
"version": "1.0.3",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@icedq/mcp-server",
"version": "1.0.3",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The base URL of your iceDQ instance (e.g., https://app.icedq.net)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_BASE_URL"
},
{
"description": "The authentication realm name (e.g., icedq or iam.icedq)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_REALM"
},
{
"description": "OAuth client ID for API authentication",
"isRequired": true,
"format": "string",
"name": "ICEDQ_CLIENT_ID"
},
{
"description": "How to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead",
"isRequired": true,
"format": "string",
"name": "AUTH_TYPE"
},
{
"description": "OAuth client secret. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"isSecret": true,
"name": "ICEDQ_CLIENT_SECRET"
},
{
"description": "Your iceDQ username. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"name": "ICEDQ_USERNAME"
},
{
"description": "Your iceDQ password. Required when AUTH_TYPE is 'username_password'.",
"format": "string",
"isSecret": true,
"name": "ICEDQ_PASSWORD"
},
{
"description": "Path to JSON file containing access_token and refresh_token. Required when AUTH_TYPE is 'access_token'.",
"format": "filepath",
"name": "TOKENS_PATH"
},
{
"description": "Your iceDQ organization ID (e.g., org-iam.icedq)",
"isRequired": true,
"format": "string",
"name": "ICEDQ_ORG_ID"
},
{
"description": "Enable SSL certificate verification. Set to false only for self-signed certs in testing.",
"format": "boolean",
"name": "VERIFY_SSL"
},
{
"description": "Timeout for API requests, in seconds",
"format": "number",
"name": "REQUEST_TIMEOUT"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-12T20:10:16.203252Z",
"publishedAt": "2026-08-12T20:10:16.203252Z",
"updatedAt": "2026-08-12T20:10:16.203252Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.0.3last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.