Publer MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLER_API_TOKEN | Yes | Your Publer API token for authentication. |
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 |
|---|---|
| get_current_userA | Get the profile of the currently authenticated Publer user |
| list_workspacesA | List all Publer workspaces the API token has access to |
| list_accountsA | List all connected social media accounts in the current workspace |
| get_platform_infoA | Get combined information about all connected platforms and their limits |
| list_postsC | List posts with optional filters |
| get_postB | Retrieve a specific post by ID |
| update_postC | Update an existing post |
| list_labelsA | List all labels defined in the workspace |
| get_post_insightsC | Get detailed performance metrics |
| get_best_timesC | Get a heatmap of optimal posting times |
| schedule_postC | Create a scheduled post (supports auto_adapt threading) |
| publish_post_nowC | Publish a post immediately (supports auto_adapt threading) |
| publish_with_mediaB | Convenience: Upload media from URLs and publish in one step |
| delete_postB | Delete a post by ID |
| get_job_statusC | Check the status of an asynchronous Publer job |
| list_mediaC | List media assets |
| upload_media_from_urlC | Upload media from URLs |
| upload_media_fileD | Upload a local file |
| get_social_manager_instructionsB | Get high-level instructions and best practices |
| split_content_into_threadD | Split long text into a thread |
| validate_postC | Sanity check a post against platform constraints |
| manage_account_presetsC | Manage reusable groups of social accounts |
| schedule_posts_bulkB | Schedule multiple posts at once |
| cleanup_mediaC | Bulk delete media assets |
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 24 tools
Most tools have clearly distinct purposes. Some slight overlap exists between schedule_post and schedule_posts_bulk (single vs bulk), and publish_with_media is a convenience wrapper that could be confused with upload+schedule workflows, but descriptions generally clarify these boundaries.
All tool names follow a consistent snake_case verb_noun pattern (e.g., get_post, list_media, upload_media_from_url). The naming is predictable and makes the action and target resource clear across the entire set.
At 24 tools, this is slightly above the 'typically 3-15' sweet spot but still reasonable for a comprehensive social media management server covering posts, media, accounts, presets, analytics, and utilities. No tool feels entirely redundant.
The tool surface covers the full post lifecycle (create/schedule/publish, read, update, delete), media management (upload, list, delete), account and workspace management, plus supporting analytics and validation features. No critical gaps are apparent.