# Socializioz ChatGPT MCP MCP server

Thin remote MCP server for Socializioz phase-1 ChatGPT workflows.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-ruyaacapital-admin-socializioz-chatgpt-mcp
- Repository: https://github.com/RuyaaCapital-admin/socializioz-chatgpt-mcp

## Install
- Endpoint: https://mcp.socializioz.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.socializioz.com/mcp

## Tools
- get_user_profile (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. Endpoint: https://mcp.socializioz.com/mcp
- get_workspace_context (Get Workspace Context) - Return the active workspace, subscription, post counts, and setup gaps for the authenticated user. Endpoint: https://mcp.socializioz.com/mcp
- get_brand_profile (Get Brand Profile) - Return the brand profile for the active workspace, including tone of voice, audience, goals, and forbidden claims. Endpoint: https://mcp.socializioz.com/mcp
- list_connected_accounts (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 labels like Facebook Page — Socializioz. Endpoint: https://mcp.socializioz.com/mcp
- create_draft_post (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 the returned postReference only for follow-up tool calls. In Base44 mode, omit socialAccountId unless supplied by an internal trusted flow; the tool will resolve the connected account from the requested channel. If multiple accounts match, ask the user to choose using friendly labels like Facebook Page — Socializioz, never IDs. Endpoint: https://mcp.socializioz.com/mcp
- update_draft_post (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 user. Endpoint: https://mcp.socializioz.com/mcp
- send_post_for_approval (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 to the user. Endpoint: https://mcp.socializioz.com/mcp
- schedule_post (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 postReference values to the user. Endpoint: https://mcp.socializioz.com/mcp
- reschedule_post (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 IDs or postReference values to the user. Endpoint: https://mcp.socializioz.com/mcp
- cancel_scheduled_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 values to the user. Endpoint: https://mcp.socializioz.com/mcp
- list_posts (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/scheduling. Never display post IDs, account IDs, workspace IDs, or postReference values to the user; use postReference only for follow-up tool calls. Endpoint: https://mcp.socializioz.com/mcp
- get_post (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 IDs, workspace IDs, or postReference values to the user. Endpoint: https://mcp.socializioz.com/mcp

## Resources
- ui://widget/socializioz-result-card-v2.html - Socializioz result Display-only Socializioz result card. MIME type: text/html+skybridge

## Prompts
Not captured

## Metadata
- Owner: io.github.RuyaaCapital-admin
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 20, 2026
- Source: https://registry.modelcontextprotocol.io
