INDIVIDUAL MCP TOOL
list_posts
List the user's Social0 posts with optional filters by status, platform, account, or search text.
LIVE ENDPOINT
https://mcp.social0.app/mcp
Connect to this endpoint to inspect the live schema for list_posts and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.social0-mcp]
url = "https://mcp.social0.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"social0-mcp": {
"type": "http",
"url": "https://mcp.social0.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: social0-mcp
Remote MCP URL: https://mcp.social0.app/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"social0-mcp": {
"url": "https://mcp.social0.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"social0-mcp": {
"type": "http",
"url": "https://mcp.social0.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "social0-mcp",
"transport": "streamable-http",
"url": "https://mcp.social0.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_accounts— List all social media accounts connected to the user's Social0 account.create_draft— Create an unpublished Social0 draft (does not post to any network).update_draft— Update an unpublished Social0 draft or scheduled post — caption, platforms, or media.delete_draft— Delete an unpublished Social0 draft or scheduled post from Social0.get_post— Get full details of a single Social0 post by ID, including caption, status, platforms, media, and schedule time.publish_post— Publish an existing unpublished Social0 draft (or scheduled post) immediately to connected platforms.schedule_post— Schedule an existing unpublished Social0 draft for future publishing at a specific date and time.upload_media— Upload an image or video to Social0 and get a media ID for posts.