Socializioz AI Social Media Agent MCP
io.github.ruyaacapital-admin/socializioz-chatgpt-mcpSocializioz AI agent for creating, approving, scheduling, and managing social media content.
Tools · 12
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.
Return the active workspace, subscription, post counts, and setup gaps for the authenticated user.
Return the brand profile for the active workspace, including tone of voice, audience, goals, and forbidden claims.
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…
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 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 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 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 …
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 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…
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…
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
Display-only Socializioz result card.
ui://widget/socializioz-result-card-v2.html
Display-only Socializioz result card.
ui://widget/socializioz-result-card-v3.html
Display-only Socializioz result card.
ui://widget/socializioz-result-card-v4.html
Display-only Socializioz result card.
ui://widget/socializioz-result-card-v5.html
Display-only Socializioz result card.
ui://widget/socializioz-result-card-v6.html
Similar MCP servers embedding-nearest
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"
}
}
}