Skip to main content
Glama
Abhishek-B-R

social0-mcp

by Abhishek-B-R

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOCIAL0_API_KEYYesYour Social0 API key (sk_live_… or legacy s0_live_…)
SOCIAL0_API_URLNoAPI base URLhttps://api.social0.app/v1
SOCIAL0_MAX_RETRIESNoRetries on HTTP 4293
SOCIAL0_MCP_VERBOSENoLog REST calls to stderrfalse
SOCIAL0_REQUEST_TIMEOUT_MSNoRequest timeout in milliseconds30000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_accountsA

List all social media accounts connected to the user's Social0 account. Use when the user asks to see connected accounts, which platforms are linked, or before creating a post to know available targets. Example: 'Show my connected accounts.'

create_postA

Create a new Social0 post draft with caption text, target platforms, and optional media. Use when the user wants to write or draft content without publishing immediately. Example: 'Create a LinkedIn post about AI.'

update_postA

Update an existing Social0 draft or scheduled post — change caption, platforms, or media. Use when the user wants to edit a post before publishing.

delete_postB

Permanently delete a Social0 draft or scheduled post. Use when the user wants to remove a post. Example: 'Delete yesterday's draft.'

list_postsA

List the user's Social0 posts with optional filters by status, platform, account, or search text. Use when the user asks to see drafts, scheduled posts, or published content. Example: 'Show all scheduled posts.'

get_postA

Get full details of a single Social0 post by ID, including caption, status, platforms, media, and schedule time.

publish_postA

Publish an existing Social0 draft immediately to connected platforms. Returns a tracking ID to monitor progress. Example: 'Publish my latest draft to Twitter.'

schedule_postB

Schedule an existing Social0 post for future publishing at a specific date and time. Example: 'Schedule tomorrow's announcement at 9 AM.'

upload_mediaA

Upload an image or video to Social0 and get a media ID for posts. For remote AI hosts (Claude.ai, ChatGPT), pass url (public direct file URL) or data (base64). file_path only works when the MCP server can read that path on its own machine.

publish_nowA

Create a new post and publish it immediately in one step. Best for quick posts when no draft is needed.

schedule_contentA

Create a new post and schedule it for future publishing in one step. Example: 'Schedule a LinkedIn post about our launch for tomorrow at 9 AM.'

get_publish_statusA

Check the publishing status of a post using its tracking ID. Returns overall status, per-platform progress, and any errors.

suggest_best_platformsA

Analyze post content and recommend which social platforms are the best fit. Considers text length, media presence, and connected accounts. Example: 'Which platforms should I publish this to?'

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/Abhishek-B-R/social0-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server