Zernio MCP for AI Agents

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Zernio MCP or direct API to schedule social posts, pull cross-platform analytics, manage inbox conversations, and run ads through natural language.

Zernio MCP logoZernio MCP
Dcr Oauth

Zernio is a social media management API for scheduling, analytics, inbox management, and ads across 14+ platforms. It gives teams one API for Facebook, Instagram, LinkedIn, TikTok, X, YouTube, Reddit, WhatsApp Business, Telegram, and more.

51 Tools

Try Zernio MCP now

Type what you want done — sign in and watch it run live in the Tool Router playground.

TOOL ROUTER PLAYGROUND
Zernio MCP
Try asking
TOOLS

Supported Tools

Every Zernio MCP action and event your agent gets out of the box.

Account groups list account groups

List groups

Accounts get

Get account details for a specific platform.

Accounts get account health

Check account health

Accounts get all accounts health

Check accounts health

Accounts get follower stats

Get follower stats

Accounts list

List all connected social media accounts.

Accounts move account to profile

Move account to another profile

Analytics get analytics

Get post analytics

Analytics get best time to post

Get best times to post

Analytics get daily metrics

Get daily aggregated metrics Args: platform: Filter by platform (e.

Analytics get post timeline

Get post analytics timeline Args: post_id: The post to fetch timeline for.

Call tool

Call a tool by name with the given arguments.

Comments get inbox post comments

Get post comments

Comments list inbox comments

List commented posts

Comments reply to inbox post

Reply to comment

Docs search

Search across the Late API documentation to find relevant information, code examples, API references, and guides.

Media check upload status

Check the status of an upload token and get uploaded file URLs.

Media generate upload link

Generate a unique upload URL for the user to upload files via browser.

Mentions list inbox mentions

List mentions

Mentions reply to mention

Reply to a mention

Posts bulk upload posts

Bulk upload from CSV Args: dry_run

Posts create

Create a social media post.

Posts cross post

Post the same content to multiple platforms at once.

Posts delete

Delete a post by ID.

Posts edit post

Edit published post

Posts get

Get full details of a specific post including content, status, and scheduling info.

Posts list

List posts with optional filtering by status.

Posts list failed

List all failed posts that can be retried.

Posts publish now

Publish a post immediately to a platform.

Posts retry

Retry publishing a failed post.

Posts retry all failed

Retry all failed posts at once.

Posts unpublish post

Unpublish post

Posts update

Update an existing post.

Profiles create

Create a new profile for grouping social accounts.

Profiles delete

Delete a profile.

Profiles get

Get details of a specific profile including name, description, and color.

Profiles list

List all profiles.

Profiles update

Update an existing profile.

Queue create queue slot

Create schedule

Queue delete queue slot

Delete schedule

Queue get next queue slot

Get next available slot

Queue list queue slots

List schedules

Queue preview queue

Preview upcoming slots

Queue update queue slot

Update schedule

Search tools

Search for tools using natural language.

Tracking tags get tracking tag stats

Get aggregated event stats

Tracking tags list tracking tags

List tracking tags

Usage get usage

Usage snapshot (default) or billed-spend metering (with params) Args: reconcile: Snapshot mode only.

Validate media

Validate media URL

Validate post

Validate post content

Validate post length

Validate character count

SETUP GUIDE

Connect Zernio MCP Tool with your Agent

1

Install Composio

typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
Install the Composio SDK for Python or TypeScript
2

Initialize Client and Create Tool Router Session

typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });
const session = await composio.create('your-user-id');
console.log(`Tool Router session created: ${session.mcp.url}`);
Import and initialize the Composio client, then create a Tool Router session for Zernio MCP
3

Connect to AI Agent

typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: session.mcp.url,
    headers: {
      'x-api-key': 'your-composio-api-key',
    },
  },
});

const tools = await client.tools();
const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{
    role: 'user',
    content: 'Pull Instagram and TikTok analytics for the last 7 days and summarize engagement trends'
  }],
  maxSteps: 5,
});

console.log(`Agent: ${text}`);
Use the MCP server with your AI agent (Anthropic Claude or Mastra)
SETUP GUIDE

Connect Zernio MCP API Tool with your Agent

1

Install Composio

typescript
npm install @composio/openai
Install the Composio SDK
2

Initialize Composio and Create Tool Router Session

typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
Import and initialize Composio client, then create a Tool Router session
3

Execute Zernio MCP Tools via Tool Router with Your Agent

typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Schedule a LinkedIn post for tomorrow at 9 AM announcing our product launch'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
Get tools from Tool Router session and execute Zernio MCP actions with your Agent

Why Use Composio?

AI Native Zernio MCP Integration

  • Supports both Zernio MCP and direct API based integrations
  • Structured, LLM-friendly schemas for reliable social media tool execution
  • Rich coverage for scheduling posts, reading analytics, managing inboxes, and handling ad workflows across Zernio

Managed Auth

  • Built-in OAuth handling with automatic token refresh and rotation
  • Central place to manage, scope, and revoke Zernio MCP access
  • Per user and per environment credentials instead of hard-coded keys

Agent Optimized Design

  • Tools are tuned using real error and success rates to improve reliability over time
  • Comprehensive execution logs so you always know which post, inbox action, analytics pull, or ad task ran, when, and on whose behalf

Enterprise Grade Security

  • Fine-grained RBAC so you control which agents and users can access Zernio MCP
  • Scoped, least privilege access to Zernio social accounts, analytics, inboxes, and ad resources
  • Full audit trail of agent actions to support review and compliance
FAQ

Frequently asked questions

Yes, Zernio MCP requires you to configure your own DCR OAuth credentials. Once set up, Composio handles secure credential storage and management for you.

Yes! Composio's Tool Router enables agents to use multiple toolkits. Learn more.

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. Learn more.

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

Start with Zernio MCP.It takes 30 seconds.

Managed auth, hosted MCP servers, and every Zernio MCP tool your agent needs.Free to start.

Start building