Postoria MCP Server
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| POSTORIA_API_KEY | Yes | Your Postoria Public API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_workspacesA | List Postoria workspaces available to the API key. Returns workspace IDs that should be used in follow-up Postoria tools. |
| list_social_accountsA | List social accounts in a Postoria workspace. Returns account IDs that should be used when publishing, scheduling, or queueing posts. |
| list_queuesA | List publishing queues in a Postoria workspace. Returns queue IDs that should be used with add_post_to_queue. |
| create_media_uploadA | Create a media upload slot and signed upload URL. This tool does not upload file bytes; upload raw bytes to the returned URL with PUT, then call complete_media_upload. |
| complete_media_uploadB | Complete a media upload after the raw file bytes have been uploaded to the signed upload URL. |
| upload_media_from_fileA | Upload a local file from the machine running this MCP server. Local stdio mode only. |
| import_media_from_urlB | Import media into Postoria from a public URL. |
| get_mediaA | Get the processing status and details for a Postoria media item. |
| publish_post_nowB | Create and publish a Postoria post immediately. |
| schedule_postB | Create a Postoria post scheduled for a specific UTC date-time. |
| add_post_to_queueB | Create a Postoria post and add it to a publishing queue. |
| get_postA | Get status and publishing results for a Postoria post. |
| delete_postA | Delete/cancel a Postoria post. This is destructive and should only be called after user confirmation. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| postoria_create_social_post | Guide an AI agent to create a Postoria post safely using workspace and social account discovery first. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| postoria_api_info |
Latest Blog Posts
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/postoria-app/postoria-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server