← Registry

Social Media

uplika.com

Manages social media accounts and posts across multiple platforms.

1 endpoint20 known toolsFirst detected September 9, 2026Last detected September 9, 2026

ENDPOINT 1

https://api.uplika.com/mcp

No auth detected

MCP server metadata

Name
uplika
Version
1.0.0
Capabilities
tools

Known tools 20

list_accounts

Connected social accounts.

Inferred read-only
select_channels

Pick which connected channels to post to.

Potential side effects
list_platforms

Every channel and its rules: character limit, whether media is required, image and video limits, and what state the channel is in.

Inferred read-only
list_posts

Recent publishes made through us and the per-target status of each.

Inferred read-only
list_channel_posts

What is actually on the channel right now, including posts written in the channel's own app.

Inferred read-only
publish

Post to social channels.

Potential side effects
open_post

Everything about one post in a single call: the text, the whole reply thread, and its metrics.

Potential side effects
get_post

One publish: per-target status and the reason any target failed.

Potential side effects
retry_post

Retry the targets that failed on a publish.

Potential side effects
delete_post

Delete a post from the channel for good.

Potential side effects
list_replies

The whole reply thread under a post, nested replies included.

Potential side effects
reply

Reply to a post or to a reply.

Potential side effects
hide_reply

Hide a reply on the channel, or show it again with hide: false.

Inferred read-only
get_insights

Views, likes, replies, reposts, quotes and shares for one publish.

Potential side effects
get_quota

How much of the 24 hour allowance is already used for posts, replies and deletes.

Inferred read-only
media_presign

Step 1 of attaching an image or video.

Inferred read-only
media_from_url

Attach an image or video that is already on the public web.

Inferred read-only
media_upload_link

Ask the person to upload files from their own device.

Potential side effects
media_upload_status

Has the person uploaded yet?

Inferred read-only
media_complete

Step 2 of attaching an image or video.

Inferred read-only

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.uplika]
url = "https://api.uplika.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "uplika": {
      "type": "http",
      "url": "https://api.uplika.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: uplika
Remote MCP URL: https://api.uplika.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": {
    "uplika": {
      "url": "https://api.uplika.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "uplika": {
      "type": "http",
      "url": "https://api.uplika.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "uplika",
  "transport": "streamable-http",
  "url": "https://api.uplika.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.