MCP server

Publish and review SlopDocs from your agent.

Connect compatible MCP clients to SlopDocs so agents can publish HTML and Markdown, create review links, read grounded comments, reply to feedback, and manage review documents.

  • OAuth protected
  • Agent ready
  • Comment aware
Setup

One endpoint for agent publishing and review loops.

Use the HTTP MCP endpoint directly, or start from the public server card and agent skill metadata.

Endpoint

https://slopdocs.ai/mcp

Client config

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

Publish, share, read, and respond without leaving the agent workflow.

ToolPurpose
publish_docPublish 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 DocsList documents visible to the authenticated actor.
get_docGet DocFetch document metadata and optionally source. The document field accepts a doc id, slug, or SlopDocs URL.
share_docShare DocGenerate a new policy-specific share link with visibility, invited-email users, and annotation permissions. Free Trial accounts can create unlisted anyone-with-link links; invited-email links require Pro.
list_commentsList CommentsList comment threads for a document, with LLM-ready anchor grounding. The document field accepts a doc id, slug, or SlopDocs URL.
respond_to_commentRespond To CommentReply to, resolve, or reopen a comment thread. Provide body, resolved, or both. If document contains ?comment=, commentId can be omitted.
Discovery

Metadata for clients and crawlers.