Serversio.github.06ketan/substack-ops
O

substack-ops

io.github.06ketan/substack-ops · v0.3.5
▦ pypi
v0.3.5pypi pypi: substack-ops↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.06ketan/substack-ops",
  "description": "Substack CLI + 26-tool MCP server. Your IDE drafts replies via propose_reply. No API keys.",
  "title": "substack-ops",
  "repository": {
    "url": "https://github.com/06ketan/substack-ops",
    "source": "github"
  },
  "version": "0.3.5",
  "websiteUrl": "https://substack-ops.chavan.in",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "substack-ops",
      "version": "0.3.5",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "value": "serve",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "Your Substack publication URL (e.g. https://you.substack.com/). Optional if set in ~/.cursor/mcp.json's mcpServers.substack-api.env.",
          "name": "SUBSTACK_PUBLICATION_URL"
        },
        {
          "description": "Your Substack numeric user id. Optional if set in ~/.cursor/mcp.json.",
          "name": "SUBSTACK_USER_ID"
        },
        {
          "description": "Your Substack session cookie value (the s%3A... string). Required for authenticated calls. Easier path: run `substack-ops auth login --browser chrome` and the cookie is auto-grabbed.",
          "isSecret": true,
          "name": "SUBSTACK_SESSION_TOKEN"
        },
        {
          "description": "Override path to the mcp.json file the auth layer reads. Defaults to ~/.cursor/mcp.json.",
          "name": "SUBSTACK_OPS_MCP_PATH"
        },
        {
          "description": "Optional: override the host CLI used by the unattended daemon path (default: auto-detect claude / cursor-agent / codex on PATH). Use {prompt} placeholder if your CLI takes the prompt as an arg.",
          "name": "SUBSTACK_OPS_LLM_CMD"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "tool": "manual",
      "version": "0.3.5"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}