INDIVIDUAL MCP TOOL
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.
LIVE ENDPOINT
https://mcp.publora.com/mcp
Connect to this endpoint to inspect the live schema for prune_media_reference and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
Parent server
CONNECT 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.
Related tools
list_connections— List all connected social media accounts (Twitter, LinkedIn, TikTok, etc.create_post— Create a post.get_post— Get details of a scheduled post group and its platform-specific postsupdate_post— Edit an existing draft/scheduled post without deleting it.delete_post— Delete a scheduled post group and all its platform-specific postsget_upload_url— Get a presigned S3 URL to upload a LOCAL media file (image/video) for a post.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.delete_media— Remove one media file from a post group — e.