{
  "name": "slopdocs",
  "title": "SlopDocs MCP",
  "version": "0.2.0",
  "description": "OAuth-protected MCP server for publishing, sharing, reading, commenting on, and managing SlopDocs HTML and Markdown review documents.",
  "vendor": {
    "name": "SlopDocs",
    "url": "https://slopdocs.ai"
  },
  "endpoint": "https://slopdocs.ai/mcp",
  "transport": "http",
  "protocolVersion": "2025-06-18",
  "authentication": "oauth2",
  "authorizationServers": [
    "https://slopdocs.ai/.well-known/oauth-authorization-server"
  ],
  "capabilities": {
    "tools": true,
    "prompts": false,
    "resources": false,
    "logging": false
  },
  "tools": [
    {
      "name": "publish_doc",
      "title": "Publish Doc",
      "description": "Publish or republish one complete HTML or Markdown document to SlopDocs. Omit documentId to create a document; provide documentId to publish a new version."
    },
    {
      "name": "list_docs",
      "title": "List Docs",
      "description": "List documents visible to the authenticated actor."
    },
    {
      "name": "get_doc",
      "title": "Get Doc",
      "description": "Fetch document metadata and optionally source. The document field accepts a doc id, slug, or SlopDocs URL."
    },
    {
      "name": "share_doc",
      "title": "Share Doc",
      "description": "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."
    },
    {
      "name": "list_comments",
      "title": "List Comments",
      "description": "List comment threads for a document, with LLM-ready anchor grounding. The document field accepts a doc id, slug, or SlopDocs URL."
    },
    {
      "name": "respond_to_comment",
      "title": "Respond To Comment",
      "description": "Reply to, resolve, or reopen a comment thread. Provide body, resolved, or both. If document contains ?comment=, commentId can be omitted."
    }
  ],
  "links": {
    "site": "https://slopdocs.ai",
    "landingPage": "https://slopdocs.ai/mcp",
    "apiCatalog": "https://slopdocs.ai/.well-known/api-catalog",
    "agentSkill": "https://slopdocs.ai/.well-known/agent-skills/slopdocs/SKILL.md",
    "privacy": "https://slopdocs.ai/privacy",
    "terms": "https://slopdocs.ai/terms",
    "support": "https://slopdocs.ai/support",
    "security": "https://slopdocs.ai/.well-known/security.txt"
  }
}