Human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown.
MCPpedia last refreshed this data
page.twocents/twocents is an MCP server that human feedback for AI agents: share HTML, get a live review link, read anchored notes as markdown. Its tool list has not been published yet over http, requires no API key, and scores 39/100 on MCPpedia's security, maintenance and efficiency rubric.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"twocents": {
"url": "https://twocents.page/mcp"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
A remote MCP server, live at https://twocents.page/mcp. Connect it and your AI agent can send any HTML page to real people for visual review — and read their pinned notes back. No auth, no API key, no install for
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in ai-ml / writing
MCP client bridge: connects to MCP servers and registers their tools on ctx.tools
The official MCP server implementation for the Perplexity API Platform
Workspace template + MCP server for Claude Code, Codex CLI, Cursor & Windsurf. Multi-agent knowledge engine (ag-refresh / ag-ask) that turns any codebase into a queryable AI assistant.
Ruflo - Enterprise AI agent orchestration for Claude Code. Deploy 60+ specialized agents in coordinated swarms with self-learning, fault-tolerant consensus, vector memory, and MCP integration
MCP Security Weekly
Get CVE alerts and security updates for page.twocents/twocents and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
A remote MCP server, live at https://twocents.page/mcp.
Connect it and your AI agent can send any HTML page to real people for visual
review — and read their pinned notes back. No auth, no API key, no install for
reviewers.
share_page — send a self-contained HTML document, get back a review link.
Anyone who opens it can pin notes directly on the page — no login, works on any
device. Call again with the same room id and connected reviewers see the update
live.get_feedback — the pinned notes, returned as markdown with the anchor
text/selector for each note so your agent can find and fix the exact spot. Pass
the optional handled array (note ids already decided in earlier sessions) and
those collapse to one line each, so the response leads with what's new.{
"mcpServers": {
"twocents": {
"url": "https://twocents.page/mcp"
}
}
}
Claude Code
claude mcp add --transport http twocents https://twocents.page/mcp
Claude.ai (web or desktop) — Settings → Connectors → Add custom connector →
paste https://twocents.page/mcp
Cursor or any MCP client — use the config block above (an HTTP MCP server; no auth, no API key).
Ask your agent to "share this page for feedback" → send the link to anyone → they pin notes on the live page → ask your agent to "get the feedback" and apply it. The whole review cycle without leaving your editor.
The complete server source: mcp.js — a zero-dependency Streamable
HTTP (stateless) JSON-RPC handler, ~300 lines. It runs inside a Cloudflare Worker
and stores pages/notes in a Durable Object per review room (env.ROOMS); the
Worker, relay, and reviewer UI live in the main (private) twocents.page codebase.
server.json is the MCP registry
manifest (page.twocents/twocents).
Privacy model: a room id is an unguessable capability — knowing it is the permission to read/write that room. Review links are excluded from search indexing.
Every page in our interactive explainer library has a live review room — open one and pin a note. Or get feedback on your own work.