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.jpka/shopify-operations-mcp · v0.1.2
Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.
shopify-operations-mcp 是一个MCP Server,收录自 官方 MCP Registry。支持 stdio 传输。本页提供 Cursor、Claude Code 等客户端的安装配置片段。
选择你的平台查看安装方式
{
"mcpServers": {
"shopify-operations-mcp": {
"command": "npx",
"args": [
"-y",
"shopify-operations-mcp"
],
"env": {
"SHOPIFY_STORE_DOMAIN": "<SHOPIFY_STORE_DOMAIN>",
"SHOPIFY_ADMIN_TOKEN": "<SHOPIFY_ADMIN_TOKEN>"
}
}
}
}SHOPIFY_STORE_DOMAIN必填The myshopify.com store domain, e.g. my-store.myshopify.com. Overrides shopify.storeDomain from the config file.
SHOPIFY_ADMIN_TOKEN必填secretShopify Admin API access token. Required and only ever read from the environment — never from the config file.
SHOPIFY_CONFIG可选Path to a config.json with shopify/plans/approvalServer/protectedTags settings. Defaults to ./config.json in the working directory.
SHOPIFY_PLAN_TTL_MS可选How long a plan token stays valid before it must be executed or expires, in milliseconds. Default 60000.
SHOPIFY_APPROVAL_SERVER_PORT可选Port the localhost human-approval HTTP server binds to (127.0.0.1 only). Default 4319.
SHOPIFY_PROTECTED_TAGS可选Comma-separated tags that plans may never modify; any plan touching an item carrying one is refused. Default do-not-touch.
SHOPIFY_CALLER_ID可选Identity recorded as the caller on every audit log row. Default unknown.
SHOPIFY_AUDIT_PATH可选File path for the tamper-evident JSONL audit log. Default shopify-operations-audit.jsonl in the working directory.
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.jpka/shopify-operations-mcp",
"type": "mcp-server",
"version": "0.1.2",
"displayName": "shopify-operations-mcp",
"description": "Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.",
"repository": {
"url": "https://github.com/jpka/shopify-operations-mcp",
"source": "github"
},
"distribution": {
"packages": [
{
"registryType": "npm",
"identifier": "shopify-operations-mcp",
"version": "0.1.2",
"transport": "stdio",
"environmentVariables": [
{
"name": "SHOPIFY_STORE_DOMAIN",
"description": "The myshopify.com store domain, e.g. my-store.myshopify.com. Overrides shopify.storeDomain from the config file.",
"isRequired": true
},
{
"name": "SHOPIFY_ADMIN_TOKEN",
"description": "Shopify Admin API access token. Required and only ever read from the environment — never from the config file.",
"isRequired": true,
"isSecret": true
},
{
"name": "SHOPIFY_CONFIG",
"description": "Path to a config.json with shopify/plans/approvalServer/protectedTags settings. Defaults to ./config.json in the working directory."
},
{
"name": "SHOPIFY_PLAN_TTL_MS",
"description": "How long a plan token stays valid before it must be executed or expires, in milliseconds. Default 60000."
},
{
"name": "SHOPIFY_APPROVAL_SERVER_PORT",
"description": "Port the localhost human-approval HTTP server binds to (127.0.0.1 only). Default 4319."
},
{
"name": "SHOPIFY_PROTECTED_TAGS",
"description": "Comma-separated tags that plans may never modify; any plan touching an item carrying one is refused. Default do-not-touch."
},
{
"name": "SHOPIFY_CALLER_ID",
"description": "Identity recorded as the caller on every audit log row. Default unknown."
},
{
"name": "SHOPIFY_AUDIT_PATH",
"description": "File path for the tamper-evident JSONL audit log. Default shopify-operations-audit.jsonl in the working directory."
}
]
}
],
"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.jpka/shopify-operations-mcp",
"originalUrl": "https://registry.modelcontextprotocol.io/v0.1/servers/io.github.jpka%2Fshopify-operations-mcp/versions/latest",
"isOfficial": true,
"status": "active"
}
}