← publora.com

INDIVIDUAL MCP TOOL

linkedin_create_reaction

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

publora.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.publora.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for linkedin_create_reaction 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

publora.com

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 posts
  • update_post — Edit an existing draft/scheduled post without deleting it.
  • 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.
  • 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.