Social Media
socialhive.pro
Manages a workspace's connected social media accounts, posts, and long-form articles, including listing channels, retrieving post details and metrics, and accessing article metadata.
ENDPOINT 1
https://platform.socialhive.pro/api/mcp
MCP server metadata
- Name
- socialhive-posting
- Version
- 1.0.0
SocialHive Posting: draft, schedule and publish social posts across connected channels, generate brand-voice copy and images, read analytics, and propose automation workflows. Always call list_channels first and use real channel ids. Scheduling times are ISO 8601. Posts may land in pending_approval when the workspace requires approval. propose_workflow saves a DRAFT that a human must activate in Workflow Studio; it never runs on its own. AI tools are metered in workspace credits.
Known tools 21
list_channelsList the social accounts connected to this workspace with their ids, platform, handle and health.
Inferred read-onlyget_connected_social_accountsGet all connected social media accounts (LinkedIn, X, YouTube, Instagram, Facebook, TikTok) for the workspace with account IDs, platforms, and connection status.
Inferred read-onlylist_articlesList long-form articles in the workspace library with their id, title, status, word count, summary, and last updated time.
Inferred read-onlyget_articleGet full details and Markdown body of an article in the workspace library by its ID.
Inferred read-onlyget_analyticsWorkspace performance for the last N days: impressions, engagements, posts, follower change, top posts and recommended posting slots.
Inferred read-onlylist_sourcesList content data sources (RSS feeds, sitemaps, web pages, documents) with counts of unused items.
Inferred read-onlylist_node_typesCatalog of workflow node types (triggers, sources, AI, control, destinations) with their config schemas.
Inferred read-onlyadapt_postRewrite existing copy for another platform's length, tone and conventions.
Inferred read-onlygenerate_imageGenerate an image into the media library and return its asset id (attach with create_post.
Inferred read-onlylist_mediaList or search media assets (images, videos) in the workspace media library.
Inferred read-onlyimport_mediaImport an image or video from an external public URL into the workspace media library and return its asset id (to attach with create_post.
Inferred read-onlyschedule_postSchedule an existing draft (or move a scheduled post) to an ISO 8601 time.
Potential side effectsCONNECT 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.socialhive-posting]
url = "https://platform.socialhive.pro/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"socialhive-posting": {
"type": "http",
"url": "https://platform.socialhive.pro/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: socialhive-posting
Remote MCP URL: https://platform.socialhive.pro/api/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": {
"socialhive-posting": {
"url": "https://platform.socialhive.pro/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"socialhive-posting": {
"type": "http",
"url": "https://platform.socialhive.pro/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "socialhive-posting",
"transport": "streamable-http",
"url": "https://platform.socialhive.pro/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.