Skip to main content
Glama
RazanRb

socializioz-chatgpt-mcp

by RazanRb

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:

  1. get_user_profile

  2. get_workspace_context

  3. get_brand_profile

  4. list_connected_accounts

  5. create_draft_post

  6. list_posts

  7. get_post

  8. update_draft_post

  9. send_post_for_approval

  10. schedule_post

  11. reschedule_post

  12. cancel_scheduled_post

Supabase mode

Legacy / fallback mode with a smaller phase-1 tool surface.

Registered tools:

  1. get_user_profile

  2. list_connected_accounts

  3. create_draft_post

  4. list_scheduled_posts

  5. schedule_post

  6. reschedule_post

  7. cancel_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 backend
A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    MCP server for posting to Twitter/X, Reddit, LinkedIn, Instagram, and email via CLI or AI agents, with Telegram bot control and security confirmations.
    7
    MIT
  • F
    license
    -
    quality
    C
    maintenance
    A 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.
  • A
    license
    -
    quality
    C
    maintenance
    A 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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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