← Back to Plugins
MCP Server MCP

Noice.work

MCP Registry publisher By MCP Registry publisher 👁 4 views ▲ 0 votes

Operate one Noice.work site with role-scoped tools for content, media, workflows, and publishing.

Homepage Verified source

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://{site}/api/mcp",
      "headers": [
        {
          "description": "A role-scoped Noice.work management key in the form: Bearer pk_...",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "placeholder": "Bearer pk_...",
          "name": "Authorization"
        }
      ],
      "variables": {
        "site": {
          "description": "The full hostname of the Noice.work site to operate, without https:// or a path.",
          "isRequired": true,
          "format": "string",
          "placeholder": "your-site.example.com"
        }
      }
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...