SlopDocs
MCP server

Publish and review SlopDocs from your agent.

SlopDocs exposes an OAuth-protected MCP endpoint for publishing HTML and Markdown, creating share links, reading grounded comments, replying to feedback, and managing review documents.

Connect from the app Server card Agent skill

Endpoint

https://slopdocs.ai/mcp

Client config

{
  "mcpServers": {
    "slopdocs": {
      "type": "http",
      "url": "https://slopdocs.ai/mcp"
    }
  }
}

Tools

ToolPurpose
publish_docPublish or republish one complete HTML or Markdown document to SlopDocs. Omit documentId to create a document; provide documentId to publish a new version.
list_docsList documents visible to the authenticated actor.
get_docFetch document metadata and optionally source. The document field accepts a doc id, slug, or SlopDocs URL.
share_docGenerate a new policy-specific share link with visibility, invited-email users, and annotation permissions. Free accounts can create unlisted anyone-with-link links; invited-email links require Pro.
list_commentsList comment threads for a document, with LLM-ready anchor grounding. The document field accepts a doc id, slug, or SlopDocs URL.
respond_to_commentReply to, resolve, or reopen a comment thread. Provide body, resolved, or both. If document contains ?comment=, commentId can be omitted.

Discovery