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.
Endpoint
https://slopdocs.ai/mcp
Client config
{
"mcpServers": {
"slopdocs": {
"type": "http",
"url": "https://slopdocs.ai/mcp"
}
}
}
Tools
| Tool | Purpose |
|---|---|
publish_doc | Publish or republish one complete HTML or Markdown document to SlopDocs. Omit documentId to create a document; provide documentId to publish a new version. |
list_docs | List documents visible to the authenticated actor. |
get_doc | Fetch document metadata and optionally source. The document field accepts a doc id, slug, or SlopDocs URL. |
share_doc | Generate 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_comments | List comment threads for a document, with LLM-ready anchor grounding. The document field accepts a doc id, slug, or SlopDocs URL. |
respond_to_comment | Reply to, resolve, or reopen a comment thread. Provide body, resolved, or both. If document contains ?comment=, commentId can be omitted. |