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

Publora

com.publora/mcp-server

Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.

Uptime
100.0%
2 direct probes · 30d
Response
897ms
last probe
Tools
18
callable
Resources
0
readable
Prompts
0
available

Tools · 18

list_connections

List all connected social media accounts (Twitter, LinkedIn, TikTok, etc.)

create_post

Create a post. FASTEST for media posts: pass mediaUrls (public https URLs — Publora downloads them server-side) together with scheduledTime to create AND schedule in one call; platforms like Instagram…

get_post

Get details of a scheduled post group and its platform-specific posts

update_post

Edit an existing draft/scheduled post without deleting it. You may change its base content, target platforms, status, scheduled time, per-platform settings, and/or APPEND media from public https URLs …

delete_post

Delete a scheduled post group and all its platform-specific posts

get_upload_url

Get a presigned S3 URL to upload a LOCAL media file (image/video) for a post. Call ONCE per file — repeat calls with the same fileName return the same mediaId instead of adding duplicate slots; use un…

complete_media

Finalize an uploaded media file after the HTTP PUT to the presigned uploadUrl: Publora probes the bytes server-side and marks the media 'ready' for scheduling. Call once per uploaded mediaId (from get…

delete_media

Remove one media file from a post group — e.g. a duplicate or never-uploaded slot that blocks scheduling with MEDIA_COUNT_EXCEEDED or media-not-ready errors. Find mediaIds via get_post (its 'media' ar…

prune_media_reference

Repair MEDIA_REFERENCE_MISSING by removing a stale/dangling media reference from an owned post group, even when the MediaFile row is absent or inaccessible. Use delete_media for normal existing media …

post_stats

Engagement counters for published Mastodon or Bluesky posts: reactions, comments, reposts, quotes, saves (Bluesky bookmarks). Values are live at request time and cached for about 2 hours; null means n…

profile_stats

Followers, following and post count of a connected Mastodon or Bluesky account. Live at request time, cached for about 2 hours.

list_posts

List scheduled/published posts with filtering by status, platform, date range

linkedin_create_reaction

React to a LinkedIn post (like, praise, etc.)

linkedin_delete_reaction

Remove your reaction from a LinkedIn post

linkedin_create_comment

Post a comment on a LinkedIn post, optionally with one image or animated GIF

linkedin_delete_comment

Delete a comment from a LinkedIn post

linkedin_create_reshare

Reshare (repost) an existing LinkedIn post to your feed, optionally with commentary

linkedin_list_mentionables

List LinkedIn people captured from engagement (comments/reactions) on your connected company pages. Each entry carries the native app-scoped person id — the only id namespace LinkedIn resolves in ment…

How to use

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

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