Publer Gateway MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PUBLER_API_KEY | Yes | Publer API key from your local Publer account settings. | |
| PUBLER_BASE_URL | No | Override for testing or future API changes. | https://app.publer.com/api/v1 |
| PUBLER_DEFAULTS_PATH | No | Path for non-secret project default mappings. | OS config folder |
| PUBLER_DEFAULT_DRY_RUN | No | Keeps write-capable tools in preview mode by default. Live writes still require call-level dryRun: false. | true |
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 |
|---|---|
| publer_list_workspacesA | List Publer workspaces/businesses available to the API key. |
| publer_list_accountsC | List social accounts in a Publer workspace. Use workspaceId or a project default. |
| publer_get_project_defaultA | Read the local non-secret Publer default workspace/account mapping for a project path. |
| publer_set_project_defaultC | Set a local non-secret project default workspace and optional account IDs. |
| publer_preview_schedule_postB | Build and validate a Publer schedule payload without calling Publer write endpoints. |
| publer_schedule_postC | Schedule a post only when dryRun is false and confirm is exactly true. |
| publer_list_postsC | List posts by state/date/search for a workspace or project default. |
| publer_upload_media_from_urlC | Import media from a URL. Defaults to dry-run unless confirm is true and dryRun is false. |
| publer_get_job_statusC | Get status for an async Publer job such as scheduling or media import. |
| publer_get_best_timesC | Get Publer best-time suggestions for an account. |
| publer_get_analyticsC | Get Publer analytics charts or post insights for a workspace/account. |
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 11 tools
Each tool targets a distinct operation: analytics, best times, job status, defaults, accounts, posts, workspaces, preview, schedule, set default, and media upload. No overlapping purposes.
All tools follow the consistent pattern 'publer_verb_noun' with lowercase and underscores, using clear verbs like 'get', 'list', 'preview', 'schedule', 'set', and 'upload'.
With 11 tools, the set covers workspace management, account listing, post operations, analytics, and media handling—well-scoped for a social media scheduling gateway.
Covers core workflows but lacks key post life cycle operations: no update or delete for posts, and no individual post retrieval by ID, which are notable gaps.