Zernio
com.zernio/zernioSchedule, publish, and analyze social media across 15+ platforms, plus inbox, ads, and analytics.
Tools · 52
Show an overview of what this Zernio MCP server can do (accounts, posts, analytics, ads, inbox) and how to find the right tool.
List all connected social media accounts. Returns the platform, username, and account ID for each connected account. Use this to find account IDs needed for creating posts.
Get account details for a specific platform. Returns username and ID for the first account matching the platform.
List all profiles. Profiles group multiple social accounts together for easier management.
Get details of a specific profile including name, description, and color.
Create a new profile for grouping social accounts.
Update an existing profile. Only provided fields will be changed.
Delete a profile. The profile must have no connected accounts.
List posts with optional filtering by status. Status options: draft, scheduled, published, failed
Get full details of a specific post including content, status, and scheduling info.
Create a social media post. Can be saved as DRAFT, SCHEDULED, or PUBLISHED immediately. ⚠️ IMPORTANT - Choose the correct mode based on user intent: **DRAFT MODE (is_draft=True)** Use when user says…
Publish a post immediately to a platform. The post goes live right away. Use this when user explicitly wants to publish NOW, not schedule for later. This is a convenience wrapper around posts_create …
Post the same content to multiple platforms at once. ⚠️ IMPORTANT - Choose the correct mode based on user intent: **DRAFT MODE (is_draft=True)** Use when user says: "draft", "borrador", "save for la…
Update an existing post. Only draft, scheduled, and failed posts can be updated. Published posts cannot be modified.
Delete a post by ID. Published posts cannot be deleted.
Retry publishing a failed post. Only works on posts with 'failed' status.
List all failed posts that can be retried.
Retry all failed posts at once.
Generate a unique upload URL for the user to upload files via browser. Use this when the user wants to include images or videos in their post. The flow is: 1. Call this tool to get an upload URL 2. A…
Check the status of an upload token and get uploaded file URLs. Use this after the user has uploaded files through the browser upload page. Returns: pending (waiting for upload), completed (files rea…
Search across the Late API documentation to find relevant information, code examples, API references, and guides. Use this tool when you need to answer questions about Late, find specific documentati…
List groups
Get follower stats
Move account to another profile
Check accounts health
Check account health
Get post analytics
Get daily aggregated metrics Args: platform: Filter by platform (e.g. "instagram", "tiktok"). Omit for all platforms. profile_id: Filter by profile ID. Omit for all profiles. …
Get best times to post
Get post analytics timeline Args: post_id: The post to fetch timeline for. Accepts an ExternalPost ID, a platformPostId, or a Zernio Post ID. (required) from_date: Start of date rang…
List commented posts
Get post comments
Reply to comment
List mentions
Reply to a mention
Bulk upload from CSV Args: dry_run
Unpublish post
Edit published post
List schedules
Create schedule
Update schedule
Delete schedule
Preview upcoming slots
Get next available slot
List tracking tags
Get aggregated event stats
Usage snapshot (default) or billed-spend metering (with params) Args: reconcile: Snapshot mode only. For Stripe subscription users, `true` forces a subscription reconciliation pass even w…
Validate character count
Validate post content
Validate media URL
Search for tools using natural language. Returns matching tool definitions ranked by relevance, in the same format as list_tools.
Call a tool by name with the given arguments. Use this to execute tools discovered via search_tools.
Resources · 4
What the Zernio API does, when an agent should reach for it, and where the full docs live.
zernio://docs/overview
How to authenticate tool calls: OAuth flow for interactive clients, API keys for headless use.
zernio://docs/authentication
Self-contained MCP App view summarizing what this server does. No external origins.
ui://zernio/overview.html
Request throughput limits per plan tier and the response headers that report them.
zernio://docs/rate-limits
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"zernio": {
"url": "https://mcp.zernio.com/mcp",
"transport": "streamable-http"
}
}
}