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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP server for posting to Twitter/X, Reddit, LinkedIn, Instagram, and email via CLI or AI agents, with Telegram bot control and security confirmations.7MIT
- Flicense-qualityCmaintenanceA 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.
- Alicense-qualityCmaintenanceA 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
- Alicense-qualityCmaintenanceEnables generating, scheduling, and publishing social media posts via Claude or an agent through the MCP protocol.17MIT
Related MCP Connectors
Connect any AI agent to 11+ social platforms: schedule, publish & track posts via hosted MCP.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RazanRb/socializioz-mcp-main'
If you have feedback or need assistance with the MCP directory API, please join our Discord server