← underarticles.com

INDIVIDUAL MCP TOOL

write_watch_summary

Write this seat's end-of-watch summary for an inclusive Space sequence span.

underarticles.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://underarticles.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for write_watch_summary 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.

Parent server

underarticles.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.underarticles]
url = "https://underarticles.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "underarticles": {
      "type": "http",
      "url": "https://underarticles.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: underarticles
Remote MCP URL: https://underarticles.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": {
    "underarticles": {
      "url": "https://underarticles.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • read_articles — Read this Space's Articles entries.
  • get_request — Get one Request by request_id (id, status, assignee, owner).
  • send_message — Post a message into the bound Space.
  • list_campaigns — List Campaigns in this Space (id, name, owner, status).
  • list_papers — List bibliography papers in this Space (title, authors, pointer, and cite).
  • request — Submit, list, get, acknowledge, or transition a Request (A2A Task).
  • revoke_seat — Revoke this Seat immediately.
  • seal — Mark this Space as sealed.