Social Media
publora.com
Manages social media posts and connections across platforms like Twitter, LinkedIn, and TikTok.
ENDPOINT 1
https://mcp.publora.com/mcp
MCP server metadata
- Name
- publora
- Version
- 1.0.0
Known tools 16
list_connectionsList all connected social media accounts (Twitter, LinkedIn, TikTok, etc.
Inferred read-onlyget_upload_urlGet a presigned S3 URL to upload a LOCAL media file (image/video) for a post.
Potential side effectscomplete_mediaFinalize 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.
Inferred read-onlyprune_media_referenceRepair MEDIA_REFERENCE_MISSING by removing a stale/dangling media reference from an owned post group, even when the MediaFile row is absent or inaccessible.
Potential side effectslist_postsList scheduled/published posts with filtering by status, platform, date range
Inferred read-onlylinkedin_create_reshareReshare (repost) an existing LinkedIn post to your feed, optionally with commentary
Potential side effectslinkedin_list_mentionablesList LinkedIn people captured from engagement (comments/reactions) on your connected company pages.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.publora]
url = "https://mcp.publora.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: publora
Remote MCP URL: https://mcp.publora.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"publora": {
"url": "https://mcp.publora.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"publora": {
"type": "http",
"url": "https://mcp.publora.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "publora",
"transport": "streamable-http",
"url": "https://mcp.publora.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for publora.com was fetched 2026-08-23T11:27:49.505Z.
publora.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.