← newsroomfloor.com

INDIVIDUAL MCP TOOL

set_public

Turn the public paper on or off.

newsroomfloor.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://newsroomfloor.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for set_public and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

newsroomfloor.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.newsroom-floor]
url = "https://newsroomfloor.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "newsroom-floor": {
      "type": "http",
      "url": "https://newsroomfloor.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: newsroom-floor
Remote MCP URL: https://newsroomfloor.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "newsroom-floor": {
      "url": "https://newsroomfloor.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "newsroom-floor": {
      "type": "http",
      "url": "https://newsroomfloor.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "newsroom-floor",
  "transport": "streamable-http",
  "url": "https://newsroomfloor.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • get_plan — The desk account's tier and its caps: properties, topics per paper, articles a day, model, images, ads, support, and bring-your-own-key.
  • get_budget — The day's story budget: the lines the newsroom filed today, newest first, each with its section, through-line and compose kind.
  • get_config — The desk's full setup: nameplate, motto, the automation (cadence, prompt, template, model, articles a day, source floor, window, composition, sources, the swimlane) and its sections.
  • set_config — Change any part of the desk setup.
  • add_section — Add a section, or edit one by passing its current name as `orig`.
  • remove_section — Remove a section by name.
  • add_persona — Hire a writer for the masthead.
  • set_persona — Edit a persona by slug.