Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

twocents

page.twocents/twocents

Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.

Uptime
100.0%
1 direct probes · 30d
Response
157ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

share_page

Share a page or document and get back a review link to send to people. Pass "html" for a self-contained page, or "markdown" for a plan, spec, PR description or report — markdown is rendered to a style…

share_pages

Publish a multi-page set — an entry page plus the pages it links to — into one room as a single atomic operation. Either the whole set lands or nothing changes, so a reviewer never opens a page whose …

get_feedback

Fetch the reviewer notes for a page shared with share_page, as markdown grouped by page. Each note carries the anchored text, the element and its markup as the reviewer saw it, so you can locate and a…

resolve_feedback

Mark notes resolved once you have actually applied them. This is what closes the loop: the note leaves the active list for every later get_feedback, and the reviewer who wrote it sees it marked resolv…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "twocents": {
      "url": "https://twocents.page/mcp",
      "transport": "streamable-http"
    }
  }
}