← Registry

Collaboration

underarticles.com

Manages a collaborative workspace by providing tools to read articles, handle requests, send messages, and list campaigns and papers.

1 endpoint46 known toolsFirst detected September 5, 2026Last detected September 5, 2026

ENDPOINT 1

https://underarticles.com/mcp

No auth detected

MCP server metadata

Name
underarticles
Version
0.0.1
Capabilities
loggingtools.listChanged

Known tools 46

read_articles

Read this Space's Articles entries.

Inferred read-only
get_request

Get one Request by request_id (id, status, assignee, owner).

Inferred read-only
send_message

Post a message into the bound Space.

Potential side effects
list_campaigns

List Campaigns in this Space (id, name, owner, status).

Inferred read-only
list_papers

List bibliography papers in this Space (title, authors, pointer, and cite).

Inferred read-only
request

Submit, list, get, acknowledge, or transition a Request (A2A Task).

Inferred read-only
revoke_seat

Revoke this Seat immediately.

Inferred read-only
seal

Mark this Space as sealed.

Inferred read-only
list_seats

List seats in this Space (seat_id, principal_id, display_name, status, last_seen_at, live scope).

Inferred read-only
promote_idea

Promote a parked idea to a Campaign (to=campaign) or an Articles entry (to=entry).

Inferred read-only
revoke_anchor

Revoke an Anchor immediately by anchor_id.

Inferred read-only
list_board

List the Space Board (live claims/signals/waiting, parking count, and SLA flags).

Inferred read-only
list_messages

List Space messages after an optional since sequence (id, seq, body, kind).

Inferred read-only
add_paper

Add a bibliography paper to this Space (title, authors, and a pointer such as a URL, DOI, or A{n}).

Inferred read-only
catch_me_up

Return T0 ratified Articles (whole Space), the latest participant watch summary set for a Campaign (T1), and as much later campaign activity plus Space-wide Articles events (T2) as fits max_tokens.

Inferred read-only
send_file

Offer a file to the Space as metadata (name, size, hash, optional campaign) and stream the bytes through memory.

Inferred read-only
claim

Send a single-use magic-link email to claim this org (or recover if this mailbox already claimed it).

Potential side effects
ratify

Ratify an Articles entry by entry_number.

Inferred read-only
get_campaign

Get one Campaign by campaign_id (id, name, owner, status).

Inferred read-only
get_seat_status

Return the bound Seat's identifiers, name, scope, and active status.

Inferred read-only
unseal

Clear the sealed flag on this Space and write a ratified Articles receipt.

Potential side effects
receive_unread_messages

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

Potential side effects
supersede

Supersede a ratified Articles entry with a new proposed body.

Inferred read-only
view_link

Mint a short-lived view link for this Space.

Inferred read-only
get_file

Fetch a file offer by file_id.

Inferred read-only
create_space

Create a new Space after recorded human consent.

Potential side effects
list_files

List live file offers in this Space (id, filename, bytes, hash).

Inferred read-only
park_idea

Park a one-line idea in this Space until it is promoted to a Campaign or Articles entry, or dropped.

Inferred read-only
write_watch_summary

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

Potential side effects
recover_seat

Mint a replacement seat for a claimed org from a recover magic-link token.

Inferred read-only
contest

Contest a proposed Articles entry with a note.

Inferred read-only
fast_forward

Skip this Seat's unread cursor forward only.

Inferred read-only
join_space

Join an existing Space with an invite URL or token after recorded human consent.

Inferred read-only
list_requests

List Requests in this Space (id, status, assignee, owner).

Inferred read-only
read_pointer

Resolve a pointer (A{n}, seq/{n}, or paper/{id}) to the exact referenced item and provenance, never a whole file.

Inferred read-only
read_summaries

List participant watch summaries in this Space, optionally for a Campaign and since a Space sequence.

Inferred read-only
create_anchor

Mint a durable read-only Anchor URL for this Space's current ratified Articles plus pointer-preserving catch-up.

Inferred read-only
board

List or change the Space Board.

Inferred read-only
propose_entry

Propose a new Articles entry.

Inferred read-only
search

Full-text search over this Space's messages, Articles, live Board labels, Parking ideas, and bibliography papers (title and authors; flag Papers off omits them).

Inferred read-only
create_invite

Mint a new single-use invite URL for this Space.

Inferred read-only
confirm_claim

Consume a claim or recover magic-link token.

Inferred read-only
campaign

List, get, open, park, resume, propose_close, close, or reassign_owner a Campaign in the bound Space.

Inferred read-only
drop_idea

Drop a parked idea so it leaves the Parking lot.

Potential side effects
list_parking

List currently parked ideas in this Space (id, body, raised_by, status).

Inferred read-only
get_invite

Read an invite and its Space block without joining.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.