rovee-publisher-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SUPABASE_URL | Yes | The URL of your Supabase project. | |
| SUPABASE_SERVICE_ROLE_KEY | Yes | The service role key for Supabase. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| upload_mediaA | Suba una imagen (desde una ruta de archivo local en tu ordenador, base64 o URL remota) a Supabase Storage en el bucket 'assets'. Devuelve la URL pública CDN lista para usar en posts, POIs, eventos, guías o negocios. |
| publish_blog_postA | Publica o actualiza un artículo de blog bilingüe (Español e Inglés) en Rovee. Gestiona automáticamente traducciones, SEO y taxonomías (categorías/tags). |
| list_blog_postsB | Lista los artículos de blog más recientes en Rovee. |
| get_blog_postA | Obtiene los detalles completos de un artículo de blog por ID o slug. |
| publish_poiB | Crea o actualiza un Punto de Interés (POI) turístico o de interés general en Rovee. |
| list_poisB | Lista los Puntos de Interés (POIs) existentes en Rovee. |
| publish_eventB | Crea o actualiza un Evento en Rovee (fechas, lugar, precio, fotos, descripción, organizador). |
| list_eventsC | Lista los eventos programados en Rovee. |
| publish_businessB | Crea o actualiza un Negocio o comercio local en Rovee (nombre, categoría, dirección, contacto, horario, imágenes). |
| list_businessesC | Lista los negocios registrados en Rovee. |
| publish_guideA | Crea o actualiza una Guía turística o temática en Rovee relacionando POIs, Eventos y Negocios. |
| list_guidesC | Lista las guías publicadas en Rovee. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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.