Socializioz AI Social Media Agent MCP
SocializioZ is an AI-powered social media management platform — it connects your social accounts (Instagram, Facebook, TikTok, X, LinkedIn, Telegram) and lets…
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаRU / СНГБесплатноМожет изменять данные
Что умеет
- Invoke Get User Profile: Session orientation: user, selected workspace, plan, brand/account summaries, and capabilities. Pass workspace_id when native OAuth has multiple workspaces.
- Invoke Get Workspace Context: Workspace role, readiness, plan, account/post counts, and capabilities. Pass workspace_id when more than one workspace exists.
- Invoke Get Brand Profile: Brand identity, audience, voice, goals, guidelines, and core-profile completeness for one workspace.
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
SocializioZ is an AI-powered social media management platform — it connects your social accounts (Instagram, Facebook, TikTok, X, LinkedIn, Telegram) and lets you create content, generate images/videos, schedule and publish posts, run campaigns, and track performance, all from one place with an AI agent handling the execution.
Список инструментов сервера (33)
Технические названия из tools/list. Нужны только разработчикам.
| invoke_get_user_profile | Session orientation: user, selected workspace, plan, brand/account summaries, and capabilities. Pass workspace_id when native OAuth has multiple workspaces. |
| invoke_get_workspace_context | Workspace role, readiness, plan, account/post counts, and capabilities. Pass workspace_id when more than one workspace exists. |
| invoke_get_brand_profile | Brand identity, audience, voice, goals, guidelines, and core-profile completeness for one workspace. |
| invoke_list_connected_accounts | Connected accounts with identity, health, and publish/inbox/comment/insight capabilities. Use capability flags to choose targets. |
| invoke_x_live_read | Verified X read/search gateway for posts, recent search, Pay Per Use/Enterprise full-archive search, mentions, users, followers/following, and DM events. Re-verifies workspace/account/token binding on every call and refreshes tokens when needed. |
| invoke_get_mcp_help | Returns deeper Socializioz MCP rules only when needed. Use a topic (workspace, brand, connections, x, posts, approval, publishing, media, campaigns, timing) or a tool name. |
| invoke_create_draft_post | Creates a DRAFT for one connected account. Requires social_account_id plus text or assets; use client_request_id to prevent duplicates. |
| invoke_list_posts | Lists visible posts with filters and pagination. Follow next_offset while has_more is true. |
| invoke_get_post | Returns full details and current action flags for one post. |
| invoke_update_draft_post | Updates a DRAFT post. Other states are not editable here. |
| invoke_send_post_for_approval | Moves a DRAFT to PENDING_APPROVAL and creates a human approval request. |
| invoke_schedule_post | Schedules a post. Pending review needs approve_post, or explicit override_approval=true when the user asks to bypass review. |
| invoke_reschedule_post | Changes the future publish time of a SCHEDULED post. |
| invoke_cancel_scheduled_post | Cancels a scheduled post without deleting it or its media. |
| invoke_list_campaigns | Lists campaigns with optional status filter and pagination. |
| invoke_create_campaign | Creates a campaign in a workspace. |
| invoke_update_campaign | Updates only the supplied campaign fields. |
| invoke_list_campaign_plan_items | Lists campaign content-plan items with pagination. |
| invoke_create_campaign_plan_item | Adds a content idea or brief to a campaign plan. |
| invoke_update_campaign_plan_item | Updates only the supplied plan-item fields. |
| invoke_convert_plan_item_to_post | Converts a campaign plan item into a DRAFT post. Approval, scheduling, and publishing remain separate. |
| invoke_list_workspace_assets | Lists workspace assets with pagination and an optional type filter. |
| invoke_get_asset | Returns full details for one workspace asset. |
| invoke_import_media_from_url | Imports a public HTTPS image/video into Socializioz: securely downloads and validates it, copies it into Base44 storage with Core.UploadFile, creates the workspace Asset, and returns the new Asset ID. |
| invoke_media_preflight | Checks a post's media against its platform/content type before schedule, publish, or retry. Returns valid or the required fix. |
| invoke_attach_assets_to_post | Attach media to the authenticated user's DRAFT. Prefer existing asset_ids. For fresh external media, import it first and pass the returned Asset ID. file/file_url are used only when actually supplied; never assume a chat attachment is auto-injected. |
| invoke_detach_assets_from_post | Removes selected attachments; the Asset records stay in the library. |
| invoke_reorder_attached_assets | Reorders existing post assets; supply the same IDs in the desired order. |
| invoke_approve_post | Approves a PENDING_APPROVAL post and schedules it. Pass schedule_at to choose when; otherwise an existing schedule is used, or ASAP if none exists. |
| invoke_reject_post | Rejects a PENDING_APPROVAL post and moves its lifecycle to CANCELLED without deleting content. |
| invoke_publish_now | Publishes a DRAFT or SCHEDULED post now. Pending review needs explicit override_approval=true; FAILED posts use retry_failed_publication. |
| invoke_retry_failed_publication | Retries a FAILED post after media validation. |
| invoke_list_user_workspaces | Lists workspaces available to the authenticated user. |