bilibili-huasheng-video
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
io.github.icedq-tools/mcp-server · v1.0.3
MCP Server for iceDQ Data Reliability Platform
mcp-server 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"mcp-server": {
"command": "npx",
"args": [
"-y",
"@icedq/mcp-server"
],
"env": {
"ICEDQ_BASE_URL": "<ICEDQ_BASE_URL>",
"ICEDQ_REALM": "<ICEDQ_REALM>",
"ICEDQ_CLIENT_ID": "<ICEDQ_CLIENT_ID>",
"AUTH_TYPE": "<AUTH_TYPE>",
"ICEDQ_ORG_ID": "<ICEDQ_ORG_ID>"
}
}
}
}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可选secretOAuth client secret. Required when AUTH_TYPE is 'username_password'.
ICEDQ_USERNAME可选Your iceDQ username. Required when AUTH_TYPE is 'username_password'.
ICEDQ_PASSWORD可选secretYour 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-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
v0.5.0
io.github.superlcr/bilibili-huasheng-video
Script to finished Bilibili video with Huasheng: storyboard, narration, footage, export, publish.
v0.7.0
com.cromanion/cromanion
Raise conversion on a site you manage. No API key, no human to wake — you prove the domain.
v0.1.2
io.github.agentwares/agentguard
MCP policy proxy: spend caps, approvals for destructive tools, kill switch, dry-run, audit log.
v0.1.0
io.github.pipeworx-io/china-air-quality
China Air Quality MCP — nationwide hourly AQI from CNEMC (中国环境监测总站).
v0.7.0
io.github.conorbronsdon/substack-mcp
Substack drafts, Notes, analytics and consented subscribers. Long-form posts stay draft-only.
v0.4.2
io.github.lvlrSajjad/simframe
Always-warm iOS Simulator frames: agents read the screen in ~20ms instead of screenshotting
{
"id": "io.github.icedq-tools/mcp-server",
"type": "mcp-server",
"version": "1.0.3",
"displayName": "mcp-server",
"description": "MCP Server for iceDQ Data Reliability Platform",
"repository": {
"url": "https://github.com/icedq-tools/mcp-server",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "@icedq/mcp-server",
"version": "1.0.3",
"transport": "stdio",
"environmentVariables": [
{
"name": "ICEDQ_BASE_URL",
"description": "The base URL of your iceDQ instance (e.g., https://app.icedq.net)",
"isRequired": true
},
{
"name": "ICEDQ_REALM",
"description": "The authentication realm name (e.g., icedq or iam.icedq)",
"isRequired": true
},
{
"name": "ICEDQ_CLIENT_ID",
"description": "OAuth client ID for API authentication",
"isRequired": true
},
{
"name": "AUTH_TYPE",
"description": "How to authenticate: 'username_password' uses credentials below, 'access_token' uses a token file instead",
"isRequired": true
},
{
"name": "ICEDQ_CLIENT_SECRET",
"description": "OAuth client secret. Required when AUTH_TYPE is 'username_password'.",
"isSecret": true
},
{
"name": "ICEDQ_USERNAME",
"description": "Your iceDQ username. Required when AUTH_TYPE is 'username_password'."
},
{
"name": "ICEDQ_PASSWORD",
"description": "Your iceDQ password. Required when AUTH_TYPE is 'username_password'.",
"isSecret": true
},
{
"name": "TOKENS_PATH",
"description": "Path to JSON file containing access_token and refresh_token. Required when AUTH_TYPE is 'access_token'."
},
{
"name": "ICEDQ_ORG_ID",
"description": "Your iceDQ organization ID (e.g., org-iam.icedq)",
"isRequired": true
},
{
"name": "VERIFY_SSL",
"description": "Enable SSL certificate verification. Set to false only for self-signed certs in testing."
},
{
"name": "REQUEST_TIMEOUT",
"description": "Timeout for API requests, in seconds"
}
]
}
],
"remotes": []
},
"dependencies": [],
"installTargets": [
"claude-code",
"claude-desktop",
"cursor",
"vscode",
"trae",
"cherry-studio",
"lingma",
"windsurf",
"cline",
"workbuddy"
],
"keywords": [],
"provenance": {
"origin": "official-mcp-registry",
"originalId": "io.github.icedq-tools/mcp-server",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.icedq-tools%2Fmcp-server/versions/latest",
"isOfficial": true,
"status": "active"
}
}