Endpoint
https://slopdocs.ai/mcp
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.
Use the HTTP MCP endpoint directly, or start from the public server card and agent skill metadata.
https://slopdocs.ai/mcp
{
"mcpServers": {
"slopdocs": {
"type": "http",
"url": "https://slopdocs.ai/mcp"
}
}
}
| Tool | Purpose |
|---|---|
publish_docPublish 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_docsList Docs | List documents visible to the authenticated actor. |
get_docGet Doc | Fetch document metadata and optionally source. The document field accepts a doc id, slug, or SlopDocs URL. |
share_docShare Doc | Generate 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 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_commentRespond To Comment | Reply to, resolve, or reopen a comment thread. Provide body, resolved, or both. If document contains ?comment=, commentId can be omitted. |