rovee-publisher-mcp
OfficialRelated Servers
Alternatives to rovee-publisher-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityCmaintenanceAI-powered MCP server for managing a Supabase Upload App, enabling blog posts, newsletters, subscribers, and more via natural language commands.MIT
- AlicenseBqualityDmaintenanceMCP server for Supabase database and storage operations, enabling querying, inserting, updating, deleting rows, schema introspection, and file storage management.120MIT
- AlicenseNot gradedqualityDmaintenanceA production-ready MCP server providing AI assistants with intelligent Supabase database access, featuring dynamic schema discovery, complete user management, and file storage operations.1MIT
- FlicenseNot gradedqualityCmaintenanceMCP server for sharing and settling travel schedules and expenses, integrating with LLMs and Supabase.-
- AlicenseBqualityDmaintenanceMCP server for the digihub.li content API, enabling Claude to read and write Stories, Solutions, and Sessions, and upload images for media.177 npmMIT
- FlicenseNot gradedqualityDmaintenanceMCP server for The Culture, a fashion-focused social media app, exposing Supabase database operations and Hugging Face model inference as tools for use in Claude Code, n8n agents, and the Larry orchestrator.-
TDQS
Scored across 12 tools
Each tool targets a distinct resource and action: upload_media for media, list_* for reading, publish_* for creating/updating content types, and get_blog_post for a specific lookup. No two tools overlap in purpose.
All tool names follow a consistent verb_noun pattern in snake_case: upload_media, list_blog_posts, publish_poi, etc. The verbs are uniform (upload, list, publish, get) and the nouns are clear and consistent.
12 tools is well within the ideal range for a content publishing server. Each tool represents a necessary operation for managing media, blog posts, POIs, events, businesses, and guides without redundancy.
The toolset covers the core publishing workflow: media upload, create/update for all main content types, and list operations for each. Missing delete tools and detailed get operations for POIs, events, businesses, and guides are minor gaps that can be worked around via list operations.