Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
shopify-operations-mcp · npm · 0.1.2
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.jpka/shopify-operations-mcp",
"description": "Safe-write Shopify operations: plan-before-execute writes with out-of-band approval and audit.",
"title": "shopify-operations-mcp",
"repository": {
"url": "https://github.com/jpka/shopify-operations-mcp",
"source": "github"
},
"version": "0.1.2",
"packages": [
{
"registryType": "npm",
"identifier": "shopify-operations-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "The myshopify.com store domain, e.g. my-store.myshopify.com. Overrides shopify.storeDomain from the config file.",
"isRequired": true,
"format": "string",
"name": "SHOPIFY_STORE_DOMAIN"
},
{
"description": "Shopify Admin API access token. Required and only ever read from the environment — never from the config file.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "SHOPIFY_ADMIN_TOKEN"
},
{
"description": "Path to a config.json with shopify/plans/approvalServer/protectedTags settings. Defaults to ./config.json in the working directory.",
"format": "string",
"name": "SHOPIFY_CONFIG"
},
{
"description": "How long a plan token stays valid before it must be executed or expires, in milliseconds. Default 60000.",
"format": "string",
"name": "SHOPIFY_PLAN_TTL_MS"
},
{
"description": "Port the localhost human-approval HTTP server binds to (127.0.0.1 only). Default 4319.",
"format": "string",
"name": "SHOPIFY_APPROVAL_SERVER_PORT"
},
{
"description": "Comma-separated tags that plans may never modify; any plan touching an item carrying one is refused. Default do-not-touch.",
"format": "string",
"name": "SHOPIFY_PROTECTED_TAGS"
},
{
"description": "Identity recorded as the caller on every audit log row. Default unknown.",
"format": "string",
"name": "SHOPIFY_CALLER_ID"
},
{
"description": "File path for the tamper-evident JSONL audit log. Default shopify-operations-audit.jsonl in the working directory.",
"format": "string",
"name": "SHOPIFY_AUDIT_PATH"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-17T01:24:41.99129Z",
"publishedAt": "2026-08-17T01:24:41.99129Z",
"updatedAt": "2026-08-17T01:24:41.99129Z",
"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 0.1.2last 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.