INDIVIDUAL MCP TOOL
list_platforms
Every channel and its rules: character limit, whether media is required, image and video limits, and what state the channel is in.
LIVE ENDPOINT
https://api.uplika.com/mcp
Connect to this endpoint to inspect the live schema for list_platforms and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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.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.
Related tools
list_accounts— Connected social accounts.select_channels— Pick which connected channels to post to.list_posts— Recent publishes made through us and the per-target status of each.list_channel_posts— What is actually on the channel right now, including posts written in the channel's own app.publish— Post to social channels.open_post— Everything about one post in a single call: the text, the whole reply thread, and its metrics.get_post— One publish: per-target status and the reason any target failed.retry_post— Retry the targets that failed on a publish.