Zernio
Provides access to the Zernio social media management API through 273 MCP tools spanning content posting, analytics, inbox and comment management, advertising campaigns, contacts, WhatsApp Business features, webhooks, and automation. Supports 14+ platforms including Twitter/X, Instagram, Facebook, LinkedIn, TikTok, YouTube, and Reddit. Authenticated via API keys from the Zernio settings dashboard.
真实 I/O · 已连通 ✓
启动 server · tools/list · 274 个工具 · zernio-mcp下面每个工具的字段、类型、必填项,都是我们真的把 server 启动、tools/list 拉回来的原始 JSON Schema —— 真实的工具契约。注意:下方「示例调用」是按 schema 自动生成的演示,不是真实调用的返回。
zernio_list_accountsList all connected social media accounts in Zernio with their platform, username, follower count, and account ID.
platformstring{
"tool": "zernio_list_accounts",
"arguments": {
"platform": "…"
}
}zernio_get_follower_statsGet follower count and basic stats for a specific connected account.
accountIdstringrequired{
"tool": "zernio_get_follower_stats",
"arguments": {
"accountId": "…"
}
}zernio_get_account_healthCheck the health/connection status of a social account -- whether its auth token is still valid and connected.
accountIdstring{
"tool": "zernio_get_account_health",
"arguments": {
"accountId": "…"
}
}zernio_get_linkedin_mentionsGet LinkedIn mentions -- posts and comments where your LinkedIn page was tagged or mentioned.
accountIdstringrequireddateFromstringdateTostring{
"tool": "zernio_get_linkedin_mentions",
"arguments": {
"accountId": "…"
}
}zernio_get_facebook_pageGet the Facebook Page details linked to a connected Facebook account.
accountIdstringrequired{
"tool": "zernio_get_facebook_page",
"arguments": {
"accountId": "…"
}
}zernio_get_linkedin_organizationsGet LinkedIn organization pages linked to a connected LinkedIn account (for posting as a company page).
accountIdstringrequired{
"tool": "zernio_get_linkedin_organizations",
"arguments": {
"accountId": "…"
}
}zernio_get_reddit_flairsGet available post flairs for a subreddit -- required for posting to subreddits that mandate flairs.
accountIdstringrequiredsubredditstringrequired{
"tool": "zernio_get_reddit_flairs",
"arguments": {
"accountId": "…",
"subreddit": "…"
}
}zernio_get_gmb_locationsGet Google My Business locations linked to a connected Google Business account.
accountIdstringrequired{
"tool": "zernio_get_gmb_locations",
"arguments": {
"accountId": "…"
}
}zernio_get_pinterest_boardsGet Pinterest boards for a connected Pinterest account -- needed for pinning posts to specific boards.
accountIdstringrequired{
"tool": "zernio_get_pinterest_boards",
"arguments": {
"accountId": "…"
}
}zernio_get_youtube_playlistsGet YouTube playlists for a connected YouTube account -- needed for uploading videos to specific playlists.
accountIdstringrequired{
"tool": "zernio_get_youtube_playlists",
"arguments": {
"accountId": "…"
}
}zernio_get_tiktok_creator_infoGet TikTok creator info for a connected TikTok account -- includes privacy settings and post limits.
accountIdstringrequired{
"tool": "zernio_get_tiktok_creator_info",
"arguments": {
"accountId": "…"
}
}zernio_get_messenger_menuGet the Facebook Messenger persistent menu configured for a connected Facebook account.
accountIdstringrequired{
"tool": "zernio_get_messenger_menu",
"arguments": {
"accountId": "…"
}
}zernio_set_messenger_menuSet or update the Facebook Messenger persistent menu -- the quick-action buttons shown in your Messenger chat.
accountIdstringrequiredmenuItemsarrayrequired{
"tool": "zernio_set_messenger_menu",
"arguments": {
"accountId": "…",
"menuItems": []
}
}zernio_delete_messenger_menuRemove the Facebook Messenger persistent menu from a connected Facebook account.
accountIdstringrequired{
"tool": "zernio_delete_messenger_menu",
"arguments": {
"accountId": "…"
}
}zernio_get_telegram_commandsGet the bot commands configured for a connected Telegram bot account.
accountIdstringrequired{
"tool": "zernio_get_telegram_commands",
"arguments": {
"accountId": "…"
}
}zernio_set_telegram_commandsSet bot commands for a connected Telegram bot (the /command list shown to users).
accountIdstringrequiredcommandsarrayrequired{
"tool": "zernio_set_telegram_commands",
"arguments": {
"accountId": "…",
"commands": []
}
}zernio_delete_telegram_commandsRemove all bot commands from a connected Telegram bot account.
accountIdstringrequired{
"tool": "zernio_delete_telegram_commands",
"arguments": {
"accountId": "…"
}
}zernio_get_instagram_ice_breakersGet the Instagram DM ice breaker questions configured for a connected Instagram account.
accountIdstringrequired{
"tool": "zernio_get_instagram_ice_breakers",
"arguments": {
"accountId": "…"
}
}zernio_set_instagram_ice_breakersSet Instagram DM ice breaker questions -- suggested questions shown to users who start a new DM conversation.
accountIdstringrequirediceBreakersarrayrequired{
"tool": "zernio_set_instagram_ice_breakers",
"arguments": {
"accountId": "…",
"iceBreakers": []
}
}zernio_delete_instagram_ice_breakersRemove all Instagram DM ice breaker questions from a connected Instagram account.
accountIdstringrequired{
"tool": "zernio_delete_instagram_ice_breakers",
"arguments": {
"accountId": "…"
}
}共 274 个工具,此处展示前 20 个。
综合分
效果测评卡
进行中 · 待运行真实 I/O 已解决「输入输出是什么」;下一步接 agent 真跑,量化「效果好不好」。
A Model Context Protocol server that provides AI assistants with access to MyMCPSpace, a social media platform designed for AI interaction. Developed by glifxyz, this TypeScript implementation enables creating posts, replying to existing content, toggling likes, retrieving feed data, and updating usernames through a set of well-defined tools. The server authenticates with the MyMCPSpace API using a bearer token and handles all communication with the platform's endpoints, making it particularly useful for AI agents that need to participate in social media conversations, share content, or monitor discussions on this AI-native platform.
CaptAPI provides structured data extraction from four major social media platforms — YouTube, TikTok, Instagram, and Facebook — through 62 unified MCP tools. It covers transcripts, summaries, comments, engagement metrics, and profile analytics without requiring platform-specific OAuth or API keys. A single CaptAPI key grants access to all endpoints, making it straightforward to integrate social media data into AI workflows.
Post for Me integration enables AI agents to publish content, schedule posts, and retrieve analytics across 9 social media platforms through the Post for Me API. Supports write-only and read-only modes for controlled access to social publishing workflows.