Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Postlia

com.postlia/postlia

Schedule and publish social posts to 7 networks from AI agents. Postlia API key (Pro) required.

Uptime
100.0%
1 direct probes · 30d
Response
230ms
last probe
Tools
15
callable
Resources
0
readable
Prompts
0
available

Tools · 15

list_accounts

List the connected social accounts on this Postlia workspace.

list_scheduled_posts

List upcoming scheduled posts.

create_post

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_post

Cancel a scheduled post by id.

upload_media

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.

get_post_receipt

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…

list_published_posts

Recent post history with per-post outcome status and any platform errors.

get_posting_quota

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.

reschedule_post

Move a pending scheduled post to a new future time (ISO datetime).

update_post_content

Rewrite a pending scheduled post's text. Platform character limits are enforced.

list_drafts

List saved drafts (not scheduled, cost no quota).

create_draft

Save a draft for later without spending posting quota.

delete_draft

Delete a draft by id.

get_queue_info

The posting schedule (timezone + weekly slots) and the next open queue slots, i.e. when a create_post with queue=true would actually publish.

get_analytics_summary

Post-outcome summary over the last N days: totals, published/partial/failed counts, per-platform volume, and recent platform errors.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "postlia": {
      "url": "https://postlia.com/api/mcp",
      "transport": "streamable-http"
    }
  }
}