Skip to main content
Glama
postoria-app

Postoria MCP Server

Official
by postoria-app

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
POSTORIA_API_KEYYesYour Postoria Public API key

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

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
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.

list_postsB

List posts in a Postoria workspace, optionally filtered by accounts, queue, status, networks, UTC date range, and cursor pagination.

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

NameDescription
postoria_create_social_postGuide 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

NameDescription
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