MCP Server
MCP
Noice.work
Operate one Noice.work site with role-scoped tools for content, media, workflows, and publishing.
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