Publora
com.publora/mcp-serverSchedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more.
Tools · 18
List all connected social media accounts (Twitter, LinkedIn, TikTok, etc.)
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 details of a scheduled post group and its platform-specific posts
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 a scheduled post group and all its platform-specific posts
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…
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…
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…
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 …
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…
Followers, following and post count of a connected Mastodon or Bluesky account. Live at request time, cached for about 2 hours.
List scheduled/published posts with filtering by status, platform, date range
React to a LinkedIn post (like, praise, etc.)
Remove your reaction from a LinkedIn post
Post a comment on a LinkedIn post, optionally with one image or animated GIF
Delete a comment from a LinkedIn post
Reshare (repost) an existing LinkedIn post to your feed, optionally with commentary
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…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"publora": {
"url": "https://mcp.publora.com/mcp",
"transport": "streamable-http"
}
}
}