@start-win/social-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOCIAL_API_KEY | Yes | Your API key (format: sw_live_...) from Social by Start-Win | |
| SOCIAL_API_BASE | No | Base URL of the Social by Start-Win API | https://social.start-win.fr |
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 | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_connected_networksA | Liste les réseaux sociaux connectés à l'espace de travail et les réseaux publiables supportés. |
| publish_postA | Publie immédiatement un post sur les réseaux sélectionnés. Instagram et TikTok exigent un média. |
| schedule_postA | Programme un post pour une date future (ISO 8601, min. 2 min, max. 90 jours). Instagram et TikTok exigent un média. |
| upload_mediaA | Upload temporaire d'une image ou vidéo (~20 min). Retourne tempFileName à passer dans publish_post ou schedule_post. |
| list_scheduled_postsC | Liste les publications programmées en attente. |
| get_scheduled_postB | Récupère le détail d'une publication programmée par son ID. |
| cancel_scheduled_postB | Annule une publication programmée en attente. |
| get_post_historyA | Historique des publications récentes (publiées, échecs, etc.). |
| suggest_optimal_slotsB | Suggère des créneaux de publication optimaux selon les réseaux et le fuseau horaire. |
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 9 tools
Each tool targets a distinct operation (scheduling, publishing, listing, uploading, suggesting slots) with no overlap. Even similar tools like cancel_scheduled_post and list_scheduled_posts have clear boundaries.
All tool names follow a consistent verb_noun pattern in snake_case (e.g., 'list_connected_networks', 'upload_media'), making them predictable and easy to understand.
9 tools is well-scoped for a social media management server, covering essential operations without redundancy or excess.
The set covers core CRUD-like operations for scheduling and publishing, plus media upload and slot suggestions. Missing an update tool for scheduled posts, but cancel+reschedule suffices.