Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

Socializioz AI Social Media Agent MCP

io.github.ruyaacapital-admin/socializioz-chatgpt-mcp

Socializioz AI agent for creating, approving, scheduling, and managing social media content.

Uptime
100.0%
1 direct probes · 30d
Response
1524ms
last probe
Tools
12
callable
Resources
5
readable
Prompts
0
available

Tools · 12

get_user_profile

Return the authenticated user's profile, default workspace, subscription, brand summary, and capabilities. Call this first to discover who is logged in before using other tools.

get_workspace_context

Return the active workspace, subscription, post counts, and setup gaps for the authenticated user.

get_brand_profile

Return the brand profile for the active workspace, including tone of voice, audience, goals, and forbidden claims.

list_connected_accounts

List social media accounts connected to a Socializioz workspace. Never display socialAccountId, accountReference, raw account IDs, or workspace IDs to the user. Refer to accounts only with friendly la…

create_draft_post

Save a Socializioz draft post when the user explicitly wants a stored draft. Never display socialAccountId, accountReference, raw account IDs, workspace IDs, or postReference values to the user; use t…

update_draft_post

Update an existing draft post using the opaque postReference returned by create_draft_post/list_posts/get_post, or a trusted internal post ID. Never display post IDs or postReference values to the use…

send_post_for_approval

Send a draft post into approval workflow using the opaque postReference returned by create_draft_post/list_posts/get_post, or a trusted internal post ID. Never display post IDs or postReference values…

schedule_post

Schedule an existing Socializioz post for future publication using the opaque postReference returned by create_draft_post/list_posts/get_post, or a trusted internal post ID. Never display post IDs or …

reschedule_post

Change the scheduled publish time for an existing scheduled post using the opaque postReference returned by list_posts/get_post/list_scheduled_posts, or a trusted internal post ID. Never display post …

cancel_scheduled_post

Cancel the scheduled publication of a post using the opaque postReference returned by list_posts/get_post/list_scheduled_posts, or a trusted internal post ID. Never display post IDs or postReference v…

list_posts

Read Socializioz posts by status, channel, date range, account, or campaign. Use this to show drafts, pending posts, scheduled posts, published posts, failed posts, or all posts before editing/schedul…

get_post

Read full user-facing details for a specific Socializioz post using the opaque postReference returned by list_posts/create_draft_post, or a trusted internal post ID. Never display post IDs, account ID…

Resources · 5

socializioz_action_card_v2

Display-only Socializioz result card.

ui://widget/socializioz-result-card-v2.html
socializioz_action_card_v3

Display-only Socializioz result card.

ui://widget/socializioz-result-card-v3.html
socializioz_action_card_v4

Display-only Socializioz result card.

ui://widget/socializioz-result-card-v4.html
socializioz_action_card_v5

Display-only Socializioz result card.

ui://widget/socializioz-result-card-v5.html
socializioz_action_card_v6

Display-only Socializioz result card.

ui://widget/socializioz-result-card-v6.html

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "socializioz_ai_social_media_agent_mcp": {
      "url": "https://mcp.socializioz.com/mcp",
      "transport": "streamable-http"
    }
  }
}