socializioz-chatgpt-mcp
socializioz-chatgpt-mcp
Remote MCP server for the Socializioz ChatGPT app integration.
This server exposes a controlled, approval-safe Socializioz tool surface to ChatGPT. It lets authenticated users inspect their workspace context, connected social accounts, draft posts, manage approval workflow, and schedule or cancel scheduled content.
Purpose
The MCP server is designed for the Socializioz ChatGPT app submission.
It acts as a thin bridge between ChatGPT and the Socializioz production backend. Business logic stays inside Socializioz/Base44 backend functions. The MCP layer handles:
MCP protocol transport
Authentication resolution
Tool registration
Input/output validation
Safe forwarding to backend bridge functions
Health/status endpoints for deployment verification
Related MCP server: Social MCP Connector
Safety scope
Phase 1 is intentionally limited.
Allowed:
Read authenticated user profile
Read workspace context
Read brand profile
Read connected social accounts
Create draft posts
Read posts
Update draft posts
Send posts for approval
Schedule existing posts
Reschedule scheduled posts
Cancel scheduled posts
Not allowed in Phase 1:
Direct publishing without approval
Deleting posts
Managing campaigns
Uploading or modifying media assets
Reading analytics
Managing billing or subscriptions
Connecting/disconnecting social accounts from ChatGPT
Backend modes
The server supports two backend modes:
Base44 mode
Used for the current Socializioz production app bridge.
Registered tools:
get_user_profileget_workspace_contextget_brand_profilelist_connected_accountscreate_draft_postlist_postsget_postupdate_draft_postsend_post_for_approvalschedule_postreschedule_postcancel_scheduled_post
Supabase mode
Legacy / fallback mode with a smaller phase-1 tool surface.
Registered tools:
get_user_profilelist_connected_accountscreate_draft_postlist_scheduled_postsschedule_postreschedule_postcancel_scheduled_post
Architecture
ChatGPT MCP client
-> /.well-known/oauth-protected-resource
-> OAuth / bearer authentication
-> /mcp
-> AuthResolver
-> Socializioz MCP tools
-> Base44 or Supabase bridge functions
-> Socializioz backendThis server cannot be deployed
Maintenance
Related MCP Connectors
MCP server for QPost — lets AI agents publish video and image posts to YouTube, TikTok, Instagram.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Unified MCP Server is a remote MCP connector for AI agents and vertical AI products that provides access to 22,000+ authorized SaaS tools across 400+ integrations and 24 categories directly inside LLMs (Claude, GPT, Gemini, Cohere). Tools operate only on explicitly authorized customer connections, enabling agents to safely read and write against live third-party systems.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceMCP server for posting to Twitter/X, Reddit, LinkedIn, Instagram, and email via CLI or AI agents, with Telegram bot control and security confirmations.7MIT
- FlicenseNot gradedqualityCmaintenanceA remote MCP server that provides tools to query live Meta (Facebook+Instagram) and TikTok organic social data, such as follower counts, insights, recent posts, and aggregated overviews.-
- AlicenseNot gradedqualityCmaintenanceA full social media management MCP server enabling post, read, schedule, and analyze across Facebook, Instagram, LinkedIn, X/Twitter, Pinterest, and YouTube from any MCP-compatible AI client.MIT
- AlicenseNot gradedqualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.14MIT