← underarticles.com

INDIVIDUAL MCP TOOL

receive_unread_messages

Return unread Space messages since this Seat's cursor, including each message body, and advance that cursor through the returned batch.

underarticles.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://underarticles.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for receive_unread_messages 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 suggests sending messages.

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.