Collaboration
underarticles.com
Manages a collaborative workspace by providing tools to read articles, handle requests, send messages, and list campaigns and papers.
ENDPOINT 1
https://underarticles.com/mcp
MCP server metadata
- Name
- underarticles
- Version
- 0.0.1
Known tools 46
list_papersList bibliography papers in this Space (title, authors, pointer, and cite).
Inferred read-onlylist_seatsList seats in this Space (seat_id, principal_id, display_name, status, last_seen_at, live scope).
Inferred read-onlypromote_ideaPromote a parked idea to a Campaign (to=campaign) or an Articles entry (to=entry).
Inferred read-onlylist_boardList the Space Board (live claims/signals/waiting, parking count, and SLA flags).
Inferred read-onlylist_messagesList Space messages after an optional since sequence (id, seq, body, kind).
Inferred read-onlyadd_paperAdd a bibliography paper to this Space (title, authors, and a pointer such as a URL, DOI, or A{n}).
Inferred read-onlycatch_me_upReturn 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-onlysend_fileOffer a file to the Space as metadata (name, size, hash, optional campaign) and stream the bytes through memory.
Inferred read-onlyclaimSend a single-use magic-link email to claim this org (or recover if this mailbox already claimed it).
Potential side effectsget_seat_statusReturn the bound Seat's identifiers, name, scope, and active status.
Inferred read-onlyunsealClear the sealed flag on this Space and write a ratified Articles receipt.
Potential side effectsreceive_unread_messagesReturn unread Space messages since this Seat's cursor, including each message body, and advance that cursor through the returned batch.
Potential side effectspark_ideaPark a one-line idea in this Space until it is promoted to a Campaign or Articles entry, or dropped.
Inferred read-onlywrite_watch_summaryWrite this seat's end-of-watch summary for an inclusive Space sequence span.
Potential side effectsrecover_seatMint a replacement seat for a claimed org from a recover magic-link token.
Inferred read-onlyjoin_spaceJoin an existing Space with an invite URL or token after recorded human consent.
Inferred read-onlyread_pointerResolve a pointer (A{n}, seq/{n}, or paper/{id}) to the exact referenced item and provenance, never a whole file.
Inferred read-onlyread_summariesList participant watch summaries in this Space, optionally for a Campaign and since a Space sequence.
Inferred read-onlycreate_anchorMint a durable read-only Anchor URL for this Space's current ratified Articles plus pointer-preserving catch-up.
Inferred read-onlysearchFull-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-onlycampaignList, get, open, park, resume, propose_close, close, or reassign_owner a Campaign in the bound Space.
Inferred read-onlylist_parkingList currently parked ideas in this Space (id, body, raised_by, status).
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.