Postlia
com.postlia/postliaSchedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.
Tools · 15
List the connected social accounts on this Postlia workspace.
List upcoming scheduled posts.
Create a post. Provide scheduledAt (ISO datetime) to schedule, queue=true for the next open queue slot, or neither to post within ~5 minutes. Media platforms (instagram, tiktok, pinterest, youtube) ne…
Cancel a scheduled post by id.
Pull an image or video from a public https URL into Postlia storage. Returns the storage URL and media type, ready for create_post. PNG, JPEG, WebP, GIF, MP4, WebM, MOV, max 25 MB.
Delivery receipt for a post: per-platform outcome (published/failed/retrying/pending), platform post ids, and the platform's real error text. Use this to VERIFY a post actually went live instead of as…
Recent post history with per-post outcome status and any platform errors.
The posting quota that will actually be enforced: tier, posts used, limit and remaining. Check this before composing a batch instead of discovering the limit via errors.
Move a pending scheduled post to a new future time (ISO datetime).
Rewrite a pending scheduled post's text. Platform character limits are enforced.
List saved drafts (not scheduled, cost no quota).
Save a draft for later without spending posting quota.
Delete a draft by id.
The posting schedule (timezone + weekly slots) and the next open queue slots, i.e. when a create_post with queue=true would actually publish.
Post-outcome summary over the last N days: totals, published/partial/failed counts, per-platform volume, and recent platform errors.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"postlia": {
"url": "https://postlia.com/api/mcp",
"transport": "streamable-http"
}
}
}