zernio-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ZERNIO_API_KEY | Yes | Your Zernio API key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| zernio_list_accountsA | List all connected social media accounts in Zernio with their platform, username, follower count, and account ID. |
| zernio_get_follower_statsB | Get follower count and basic stats for a specific connected account. |
| zernio_get_account_healthA | Check the health/connection status of a social account -- whether its auth token is still valid and connected. |
| zernio_get_linkedin_mentionsA | Get LinkedIn mentions -- posts and comments where your LinkedIn page was tagged or mentioned. |
| zernio_get_facebook_pageA | Get the Facebook Page details linked to a connected Facebook account. |
| zernio_get_linkedin_organizationsA | Get LinkedIn organization pages linked to a connected LinkedIn account (for posting as a company page). |
| zernio_get_reddit_flairsA | Get available post flairs for a subreddit -- required for posting to subreddits that mandate flairs. |
| zernio_get_gmb_locationsB | Get Google My Business locations linked to a connected Google Business account. |
| zernio_get_pinterest_boardsB | Get Pinterest boards for a connected Pinterest account -- needed for pinning posts to specific boards. |
| zernio_get_youtube_playlistsA | Get YouTube playlists for a connected YouTube account -- needed for uploading videos to specific playlists. |
| zernio_get_tiktok_creator_infoA | Get TikTok creator info for a connected TikTok account -- includes privacy settings and post limits. |
| zernio_get_messenger_menuA | Get the Facebook Messenger persistent menu configured for a connected Facebook account. |
| zernio_set_messenger_menuB | Set or update the Facebook Messenger persistent menu -- the quick-action buttons shown in your Messenger chat. |
| zernio_delete_messenger_menuA | Remove the Facebook Messenger persistent menu from a connected Facebook account. |
| zernio_get_telegram_commandsB | Get the bot commands configured for a connected Telegram bot account. |
| zernio_set_telegram_commandsA | Set bot commands for a connected Telegram bot (the /command list shown to users). |
| zernio_delete_telegram_commandsB | Remove all bot commands from a connected Telegram bot account. |
| zernio_get_instagram_ice_breakersB | Get the Instagram DM ice breaker questions configured for a connected Instagram account. |
| zernio_set_instagram_ice_breakersA | Set Instagram DM ice breaker questions -- suggested questions shown to users who start a new DM conversation. |
| zernio_delete_instagram_ice_breakersA | Remove all Instagram DM ice breaker questions from a connected Instagram account. |
| zernio_update_accountA | Update a connected social media account's username or display name. |
| zernio_disconnect_accountB | Disconnect and remove a social media account from Zernio. |
| zernio_get_single_account_healthA | Check the health/connection status of a specific social account by ID -- whether its auth token is still valid. |
| zernio_get_reddit_subredditsA | Get subreddits available for a connected Reddit account -- needed for posting to subreddits. |
| zernio_switch_linkedin_organizationC | Switch the active LinkedIn organization page for a connected LinkedIn account. |
| zernio_set_default_pinterest_boardC | Set the default Pinterest board for a connected Pinterest account. |
| zernio_set_default_youtube_playlistB | Set the default YouTube playlist for a connected YouTube account. |
| zernio_set_default_reddit_subredditB | Set the default subreddit for a connected Reddit account. |
| zernio_update_facebook_pageC | Update settings for the Facebook Page linked to a connected Facebook account. |
| zernio_get_gmb_reviewsB | Get Google My Business reviews for a specific location. |
| zernio_get_gmb_food_menusB | Get food menus for a Google My Business location (restaurants, cafes, etc.). |
| zernio_update_gmb_food_menusC | Update food menus for a Google My Business location. |
| zernio_get_gmb_location_detailsB | Get detailed information for a specific Google My Business location. |
| zernio_update_gmb_location_detailsB | Update details for a Google My Business location (name, address, phone, hours, website, description). |
| zernio_get_gmb_mediaB | Get media (photos/videos) for a Google My Business location. |
| zernio_upload_gmb_mediaC | Upload a photo or video to a Google My Business location. |
| zernio_delete_gmb_mediaB | Delete a media item from a Google My Business location. |
| zernio_get_gmb_attributesA | Get business attributes for a Google My Business location (amenities, accessibility, etc.). |
| zernio_update_gmb_attributesB | Update business attributes for a Google My Business location. |
| zernio_get_gmb_place_actionsA | Get place action links for a Google My Business location (order food, book appointment, etc.). |
| zernio_create_gmb_place_actionA | Create a place action link for a Google My Business location (e.g. order food URL, booking URL). |
| zernio_delete_gmb_place_actionB | Delete a place action link from a Google My Business location. |
| zernio_list_commented_postsA | List posts that have comments across all connected social accounts. Returns posts with comment counts, sorted by most recent or most commented. Use this to see what content is getting engagement. |
| zernio_get_post_commentsA | Get all comments on a specific post. Returns the full comment thread including replies, author names, timestamps, and comment IDs needed to reply or moderate. |
| zernio_reply_to_commentA | Reply to a comment on a social media post. Works across Facebook, Instagram, YouTube, TikTok, LinkedIn, Twitter, and more. |
| zernio_private_reply_to_commentA | Send a private/direct message reply to someone who commented on a post. Useful for handling sensitive customer issues privately instead of publicly. |
| zernio_like_commentC | Like or react to a comment on a post. |
| zernio_hide_commentA | Hide a comment from public view on a post. The comment is not deleted but hidden from other users. |
| zernio_delete_commentB | Permanently delete a comment from a post. Use with caution — this cannot be undone. |
| zernio_unhide_commentA | Unhide a previously hidden comment to make it publicly visible again on a post. |
| zernio_list_conversationsA | List all DM conversations across connected social media accounts. Returns sender info, last message preview, and conversation IDs. |
| zernio_get_conversationB | Get details and metadata for a specific conversation. |
| zernio_list_messagesC | Read the messages in a specific conversation thread. |
| zernio_send_messageC | Send a DM or reply in a conversation on a social media platform. |
| zernio_create_conversationC | Start a new DM conversation by sending a first message to a contact on a connected social account. |
| zernio_send_typing_indicatorA | Send a typing indicator in a conversation to show the user that you are composing a reply. |
| zernio_react_to_messageB | Add or remove a reaction (emoji) to a message in a conversation. |
| zernio_update_conversation_statusC | Update a conversation's status — mark as read, archive, or unarchive it. |
| zernio_edit_messageC | Edit a message in a conversation. |
| zernio_delete_messageB | Delete a message from a conversation. |
| zernio_list_reviewsA | List customer reviews from connected accounts (e.g. Google Business Profile). Returns reviewer name, rating, review text, date, and review ID needed to reply. |
| zernio_reply_to_reviewA | Reply to a customer review (e.g. on Google Business Profile). The reply will be publicly visible. |
| zernio_delete_review_replyA | Delete your existing reply to a review. Use this if you want to revise or remove a previously submitted reply. |
| zernio_get_post_analyticsC | Get performance metrics for a specific post — impressions, reach, likes, comments, shares, saves, and clicks. |
| zernio_get_follower_analyticsB | Get follower growth stats for a connected account — total followers, gained/lost over time, and growth rate. |
| zernio_get_best_times_to_postB | Get the optimal days and times to post on a specific platform based on your audience's engagement patterns. |
| zernio_get_daily_metricsB | Get day-by-day account metrics — impressions, reach, engagement rate, new followers, and profile visits. |
| zernio_get_content_decayB | Track how post performance decays over time — see how reach and engagement drop off after publishing. |
| zernio_get_instagram_insightsB | Get Instagram-specific account insights including reach, impressions, profile visits, website clicks, and follower demographics. |
| zernio_get_instagram_demographicsB | Get Instagram audience demographics — age groups, gender split, and top locations of your followers. |
| zernio_get_google_business_performanceB | Get Google Business Profile performance metrics — searches, views, direction requests, calls, and website clicks. |
| zernio_get_google_business_keywordsC | Get the search keywords people use to find your Google Business Profile. |
| zernio_get_youtube_analyticsB | Get YouTube daily view counts, watch time, and subscriber changes. |
| zernio_get_youtube_demographicsA | Get YouTube audience demographics — age groups, gender split, and top countries of your viewers. |
| zernio_get_linkedin_analyticsA | Get LinkedIn account-level aggregate analytics — impressions, clicks, engagement rate, and follower growth. |
| zernio_get_linkedin_post_analyticsB | Get LinkedIn post-level analytics — impressions, clicks, likes, comments, shares, and engagement per post. |
| zernio_get_linkedin_post_reactionsB | Get reactions breakdown for LinkedIn posts — like, celebrate, support, love, insightful, curious counts. |
| zernio_get_post_timelineA | Get a post's performance over time as a timeline — see how metrics like impressions and engagement evolved hour by hour or day by day after publishing. |
| zernio_get_posting_frequencyA | Get posting frequency stats for an account — how often you post per day/week/month and how it correlates with engagement. |
| zernio_list_ad_accountsA | List all connected ad accounts (Facebook Ads, etc.) with their IDs and status. |
| zernio_get_ads_treeA | Get the full hierarchy of ad accounts, campaigns, and ads in a single call. |
| zernio_list_campaignsA | List all ad campaigns with their status, budget, objective, and performance summary. |
| zernio_create_campaignB | Create a new ad campaign with a specified objective, budget, and schedule. |
| zernio_update_campaign_statusB | Pause or activate an ad campaign. |
| zernio_list_adsB | List all ads across campaigns with their status, creative, and performance metrics. |
| zernio_get_adA | Get details for a specific ad including creative, targeting, budget, and status. |
| zernio_get_ad_analyticsB | Get performance analytics for a specific ad — impressions, clicks, CTR, spend, conversions, and ROAS. |
| zernio_boost_postA | Boost an existing social media post as a paid ad with a budget and target audience. |
| zernio_sync_adsC | Sync ads data from the connected platform to refresh campaign and ad status. |
| zernio_list_audiencesB | List all custom audiences available for ad targeting. |
| zernio_create_audienceC | Create a custom audience for ad targeting. |
| zernio_get_ad_interestsC | Browse available interest targeting options for ads (hobbies, demographics, behaviors). |
| zernio_create_adB | Create a new ad with targeting, budget, and creative details. |
| zernio_get_audienceB | Get details for a specific custom audience. |
| zernio_delete_audienceB | Delete a custom audience. |
| zernio_add_audience_usersB | Add users to a custom audience for ad targeting. |
| zernio_update_adB | Update an existing ad's status, budget, or name. |
| zernio_delete_adB | Delete an ad. |
| zernio_list_contactsB | List all contacts in your Zernio CRM with their info and channels. |
| zernio_get_contactC | Get details for a specific contact. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Eyalm321/zernio-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server