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 | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dougm1966/publer-gateway-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server