← newsroomfloor.com

INDIVIDUAL MCP TOOL

send_test_mail

Send the desk's admin a test of one Signal Desk mail so they can see it as a reader would: kind invite (the reader invite, as if they had invited themselves; nobody is copied and the roster does not change) or kind digest (the last ten signals on the desk; no reader's digest moves).

newsroomfloor.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://newsroomfloor.com/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.
  • A tool name or description suggests sending messages.

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.