Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Publora

REMOTE · MCP.PUBLORA.COM · SCANNED SEP 20

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

Available components

0 this week 35 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score → Why this is hard to score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability0
  • Schema blocked by authentication: the endpoint requires auth we don't have to read it. See how to fix → Unverified
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage0
  • Tool coverage blocked by authentication: the endpoint requires auth we don't have to read its tools.Unverified
Tool Safety0
  • Tool safety blocked by authentication: the endpoint requires auth we don't have to read its tools.Unverified
Capabilities0
  • Capabilities blocked by authentication: the endpoint requires auth we don't have to read them. See how to fix → Unverified

Unverified: 5 categories

Categories scored 0 because we could not verify them: authentication we do not have, an unreachable endpoint, or not enough scan history. We only credit what we can confirm. Claim this server and supply a read-only token to verify it and lift the score.

Install

How do I install the Publora MCP server?

Publora is a hosted endpoint at https://mcp.publora.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

remote · mcp.publora.com

# add to Claude Code
claude mcp add --transport http com-publora-mcp-server 'https://mcp.publora.com/mcp'
// .cursor/mcp.json
{
  "mcpServers": {
    "com-publora-mcp-server": {
      "url": "https://mcp.publora.com/mcp"
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "com-publora-mcp-server": {
      "type": "http",
      "url": "https://mcp.publora.com/mcp"
    }
  }
}
# ~/.codex/config.toml
[mcp_servers.com-publora-mcp-server]
url = "https://mcp.publora.com/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-publora-mcp-server": {
      "type": "remote",
      "url": "https://mcp.publora.com/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add com-publora-mcp-server --url 'https://mcp.publora.com/mcp' --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-publora-mcp-server:
    url: "https://mcp.publora.com/mcp"
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "com-publora-mcp-server": {
      "Transport": "http",
      "Url": "https://mcp.publora.com/mcp"
    }
  }
}
# add to Vellum
assistant mcp add com-publora-mcp-server -t streamable-http -u 'https://mcp.publora.com/mcp'
// mcp.json
{
  "mcpServers": {
    "com-publora-mcp-server": {
      "type": "http",
      "url": "https://mcp.publora.com/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 26 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 11 Aug 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 7 Aug 26 0
    • Endpoint reachability: reachable → behind authorisation security
    • Authorization: pass → unverified security
    • Stability: 0.33 → unverified security
    • Capabilities: pass → unverified functional
    • Tool coverage: 100 → unverified functional
  • 31 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 0
    • Stability: unverified → 0.03 functional
  • 27 Jul 26 0
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 0

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Probed https://mcp.publora.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=publora.com CN=WE1,O=Google Trust Services,C=US 24 Jul 2026 22 Oct 2026 ECDSA 256 ECDSA-SHA256 be351897817658d213b9f2ef7eb414b2
SANs: publora.com, *.publora.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b

Background: What to check on a remote MCP endpoint →

DNSSEC insecure

Validation of mcp.publora.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
publora.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=31536000; includeSubDomains

Background: How OAuth 2.1 works in the 2026 MCP spec →

Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.publora.com/mcp Verified 200
http (plaintext) http://mcp.publora.com/mcp HTTPS enforced 308 https://mcp.publora.com/mcp
MCP tools · 16 exposed · ~2,243 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
complete_media ~85

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_upload_url), then schedule via update_post. Not needed for media attached via mediaUrls.

NameTypeReqDescription
mediaIdstringyesMediaFile ID returned by get_upload_url

No output schema declared.

No examples provided.

create_post ~501

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, TikTok, YouTube require media before scheduling. Manual alternative for local files: omit scheduledTime to create a draft, upload media with get_upload_url + HTTP PUT + complete_media (once per file), then call update_post with status 'scheduled'.

NameTypeReqDescription
contentstringyesPost text content
idempotencyKeystringOptional retry key. Reusing it with the identical request replays the original response without creating another post.
mediaUrlsarrayOptional array (max 10) of public https URLs of images/videos to attach. Downloaded and validated server-side (jpeg, png, gif, webp, tiff, avif, mp4, mov, webm; images ≤25MB, videos ≤150MB). Must be…
platformSettingsobjectPer-platform publishing options, keyed by platform. Example: { instagram: { coverUrl: 'https://.../cover.jpg' }, youtube: { title: 'My video', madeForKids: false }, tiktok: { viewerSetting: 'SELF_ONL…
platformsarrayyesArray of platform identifiers in the exact format returned by list_connections. Each value must be the 'platformId' field copied verbatim from a connection object, e.g. ['twitter-1985855679454986200'…
scheduledTimestringOptional ISO 8601 datetime for publishing, e.g. '2025-03-01T12:00:00Z'. Omit to create a draft. Scheduling a media-requiring platform without media fails validation — pass mediaUrls in the same call…

No output schema declared.

No examples provided.

delete_media ~103

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' array shows status per file). Deleting media from a scheduled post demotes it to draft; re-schedule with update_post afterwards.

NameTypeReqDescription
mediaIdstringyesMediaFile ID to delete (see the 'media' array in get_post)

No output schema declared.

No examples provided.

delete_post ~32

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

NameTypeReqDescription
postGroupIdstringyesPost group ID

No output schema declared.

No examples provided.

get_post ~33

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

NameTypeReqDescription
postGroupIdstringyesPost group ID

No output schema declared.

No examples provided.

get_upload_url ~199

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 unique fileNames for different files. Next: HTTP PUT the raw bytes to uploadUrl with a Content-Type header EQUAL to the contentType passed here (the signature enforces it), then call complete_media with the mediaId. If the file is already reachable at a public URL, prefer create_post/update_post with mediaUrls — no upload steps at all.

NameTypeReqDescription
contentTypestringyesMIME type, e.g. 'image/jpeg' or 'video/mp4'
fileNamestringyesFile name, e.g. 'photo.jpg'
postGroupIdstringyesPost group ID to attach media to
typestringyesMedia type: 'image' or 'video'

No output schema declared.

No examples provided.

linkedin_create_comment ~196

Post a comment on a LinkedIn post

NameTypeReqDescription
messagestringyesComment text (max 1250 characters). Supports mentions: @{urn:li:person:Dk968RHxiO|John Smith} or @{urn:li:organization:12345678|Company Name}. Person IDs must be raw native app-scoped member IDs retu…
parentCommentstringParent comment URN for nested replies
platformIdstringyesPlatform connection ID, e.g. 'linkedin-XxxYyy'
postedIdstringyesLinkedIn post URN, e.g. 'urn:li:share:123456' or 'urn:li:ugcPost:123456'

No output schema declared.

No examples provided.

linkedin_create_reaction ~70

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

NameTypeReqDescription
platformIdstringyesPlatform connection ID
postedIdstringyesLinkedIn post URN, e.g. 'urn:li:share:123456'
reactionTypestringyesReaction type

No output schema declared.

No examples provided.

linkedin_create_reshare ~134

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

NameTypeReqDescription
commentarystringOptional commentary shown above the reshare (max 3000 characters)
parentstringyesURN of the post to reshare, e.g. 'urn:li:share:123456' or 'urn:li:ugcPost:123456'
platformIdstringyesPlatform connection ID, e.g. 'linkedin-XxxYyy'
visibilitystringReshare visibility (default: PUBLIC). CONNECTIONS is only valid for personal accounts.

No output schema declared.

No examples provided.

linkedin_delete_comment ~81

Delete a comment from a LinkedIn post

NameTypeReqDescription
commentIdstringyesComment URN to delete, e.g. 'urn:li:comment:(urn:li:ugcPost:xxx,123456)'
platformIdstringyesPlatform connection ID
postedIdstringyesLinkedIn post URN the comment belongs to

No output schema declared.

No examples provided.

linkedin_delete_reaction ~43

Remove your reaction from a LinkedIn post

NameTypeReqDescription
platformIdstringyesPlatform connection ID
postedIdstringyesLinkedIn post URN

No output schema declared.

No examples provided.

linkedin_list_mentionables ~107

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 mentions — plus a ready-to-use mention token in the form @{urn:li:person:ID|Name}. Requires a paid plan (403 UPGRADE_REQUIRED otherwise).

NameTypeReqDescription
limitintegerMax results (default 25)
qstringName filter (substring)

No output schema declared.

No examples provided.

list_connections ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_posts ~185

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

NameTypeReqDescription
fromDatestringStart date filter (ISO 8601)
limitnumberResults per page (default: 20, max: 100)
pagenumberPage number (default: 1)
platformstringFilter by platform name, e.g. 'linkedin', 'twitter'
responseFormatstring'detailed' (default) returns full post content; 'concise' truncates each post's content to a preview to save tokens.
sortBystringSort field (default: createdAt)
sortOrderstringSort direction (default: desc)
statusstringFilter by post status
toDatestringEnd date filter (ISO 8601)

No output schema declared.

No examples provided.

prune_media_reference ~87

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

NameTypeReqDescription
mediaIdstringyesStale media ID reported in the MEDIA_REFERENCE_MISSING error
postGroupIdstringyesPost group ID that contains the stale media reference

No output schema declared.

No examples provided.

update_post ~362

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 via mediaUrls. Before changing platforms, call list_connections and copy each target's platformId verbatim. Published/failed posts and posts already being published are not editable. Scheduling re-validates the complete final content/media/platform state; omitting a field keeps its current value.

NameTypeReqDescription
contentstringOptional replacement base post text. Updates every target without an explicit platform-specific override. An empty string is allowed for a draft; scheduling still enforces each platform's content/med…
idempotencyKeystringOptional retry key. Reusing it with the identical request prevents repeated media appends and replays the original response.
mediaUrlsarrayOptional array (max 10) of public https URLs of images/videos to APPEND to this post. Same rules as create_post: direct file URLs only; jpeg, png, gif, webp, tiff, avif, mp4, mov, webm; images ≤25MB,…
platformSettingsobjectPer-platform publishing options to merge (same shape as create_post). Unknown platforms or fields are rejected.
platformsarrayOptional replacement target platform array. Call list_connections first and copy its platformId values verbatim. This replaces the whole set; [] is allowed only while the post remains a draft.
postGroupIdstringyesPost group ID
scheduledTimestringNew scheduled time in ISO 8601 format
statusstringNew status: 'draft' or 'scheduled'

No output schema declared.

No examples provided.

Common questions

What is the Publora MCP server?

Publora is an MCP server listed in the public MCP registry as com.publora/mcp-server. Schedule and publish to 10 social platforms: LinkedIn, X, Instagram, TikTok, YouTube, and more. This page covers its hosted endpoint (https://mcp.publora.com/mcp).

Is the Publora MCP server safe to use?

Publora scores 35 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Publora MCP server expose?

Publora exposes 16 tools: list_connections, create_post, get_post, update_post, delete_post, and 11 more. Their descriptions and schemas cost roughly 2,243 tokens of context every time the server is loaded.

Does the Publora MCP server require authentication?

No. We connected to Publora without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

Is the Publora MCP server still maintained?

Publora is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.