Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.socializioz.com/llms.txt

Use this file to discover all available pages before exploring further.

Socializioz Mcp Socializioz MCP is a free integration that lets authenticated Socializioz users connect their workspace to ChatGPT and other MCP-compatible assistants. Once connected, you can manage drafts, view scheduled posts, and control publishing directly from your AI assistant.

MCP endpoint URLs

EndpointURLPurpose
Socializioz Product MCPhttps://mcp.socializioz.com/mcpConnect AI assistants to your Socializioz workspace
Product MCP health checkhttps://mcp.socializioz.com/healthCheck if the Socializioz MCP server is online
Socializioz Docs MCPhttps://docs.socializioz.com/mcpLet AI tools search and read Socializioz documentation
The Docs MCP endpoint (docs.socializioz.com/mcp) is only for documentation search. It is not the product MCP and should not be used to connect your workspace.

Connect from ChatGPT Desktop

1

Open ChatGPT settings

In the ChatGPT desktop app, click your profile icon in the bottom-left corner and select Settings.
2

Navigate to MCP tools

In the Settings sidebar, click Tools & integrations, then select MCP tools (or Add MCP server if prompted).
3

Add the Socializioz endpoint

Click Add and enter the following:
  • Name: Socializioz
  • URL: https://mcp.socializioz.com/mcp
Click Save or Add.
4

Authorize your account

ChatGPT opens a Socializioz authorization page. Sign in with your Socializioz account and grant access. The page redirects back to ChatGPT once authorization is complete.
5

Start using it

Open a new chat and try a prompt like “Show me my connected social accounts” or “Create a draft post for Instagram.” ChatGPT calls the Socializioz MCP tools automatically when relevant.
MCP tools in ChatGPT require the desktop app. The ChatGPT web interface does not support MCP connections.

Connect from Claude Desktop

1

Open the config file

Claude Desktop uses a JSON configuration file. Open it from:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
Create the file if it does not exist.
2

Add the Socializioz server

Add the following entry inside the "mcpServers" object:
claude_desktop_config.json
{
  "mcpServers": {
    "socializioz": {
      "url": "https://mcp.socializioz.com/mcp"
    }
  }
}
If you already have other MCP servers configured, add "socializioz" alongside them.
3

Restart Claude Desktop

Close and reopen the Claude Desktop app for the new configuration to take effect.
4

Authorize your account

When you first use a Socializioz tool, Claude opens a browser window to authorize your Socializioz account. Sign in and grant access.
5

Verify the connection

Open a new conversation and ask Claude to “list my connected social accounts.” If the connection is working, Claude calls the Socializioz MCP tools and returns your account data.

Connect from other MCP clients

Any MCP-compatible client can connect to Socializioz. Use the following details:
SettingValue
Server URLhttps://mcp.socializioz.com/mcp
TransportStreamable HTTP
AuthenticationOAuth (browser-based authorization on first use)
Consult your MCP client’s documentation for where to enter the server URL. The authorization flow is the same regardless of client — Socializioz opens a browser-based sign-in page and redirects back to the client when complete.

What Socializioz MCP can do

ActionDescription
Get user profileCheck the authenticated Socializioz user profile
List connected accountsSee which social accounts are connected to the workspace
Create draft postCreate a draft post in Socializioz
List scheduled postsView upcoming scheduled posts
Schedule postSchedule a post for publishing
Reschedule postMove an existing scheduled post to a new time
Cancel scheduled postCancel a scheduled post before it publishes

Example prompts

Try these prompts in any connected MCP client:
  • “Show me my connected social accounts.”
  • “Create a draft LinkedIn post for tomorrow’s product update.”
  • “List my scheduled posts for this week.”
  • “Schedule this post for tomorrow at 10 AM.”
  • “Reschedule my next post to Friday at 6 PM.”
  • “Cancel the scheduled post about the old campaign.”
  • “Create a draft Instagram post with the caption: New collection dropping Friday.”

Security

  • You authorize your own Socializioz account — the MCP server cannot access other users’ data.
  • All actions are scoped to your connected workspace.
  • The product MCP endpoint does not expose private data publicly.
  • Write actions (create, schedule, cancel) require authenticated access.
  • Revoking access removes the MCP connection immediately.

Current limits

The first version focuses on safe publishing workflows. It does not yet support:
  • Analytics queries
  • Inbox or DM replies
  • Media generation
  • Billing or plan management
  • Team permissions or member management
  • Full account management
These capabilities may be added in future releases.

Free vs Enterprise

Socializioz MCP is free for all authenticated users on any plan. Enterprise custom MCP tools are a separate feature. They let companies connect private internal systems, CRMs, APIs, or custom workflows to the AI chat assistant. See enterprise features for details.

Troubleshooting

ProblemCauseFix
Clicking a docs link opens raw JSON or tool metadataThe link points to docs.socializioz.com/mcp (the Docs MCP endpoint) instead of the setup guideUse docs.socializioz.com/socializioz-mcp for the human-readable guide, or mcp.socializioz.com/mcp for the product endpoint
Connection fails on first attempt but works on retryThe MCP server may have cold-startedWait a few seconds and try again. Check https://mcp.socializioz.com/health to verify the server is online
Authorization fails or loopsYour Socializioz session may have expiredSign in to Socializioz in your browser first, then retry the MCP authorization
Tools do not appear in ChatGPTChatGPT may not have loaded the MCP serverGo to Settings > Tools & integrations > MCP tools, remove the Socializioz entry, re-add it, and restart ChatGPT
Claude Desktop does not show Socializioz toolsThe config file may have a syntax errorValidate your claude_desktop_config.json is valid JSON. Ensure the URL is inside "mcpServers" and restart Claude
”Unauthorized” error when using a toolYour authorization token may have expiredDisconnect and reconnect the MCP server in your client to re-authorize
Last modified on May 16, 2026