← Registry

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.

1 endpoint21 known toolsFirst detected September 24, 2026Last detected September 24, 2026

ENDPOINT 1

https://platform.socialhive.pro/api/mcp

No auth detected

MCP server metadata

Name
socialhive-posting
Version
1.0.0
Capabilities
tools
Server instructions

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_channels

List the social accounts connected to this workspace with their ids, platform, handle and health.

Inferred read-only
get_connected_social_accounts

Get all connected social media accounts (LinkedIn, X, YouTube, Instagram, Facebook, TikTok) for the workspace with account IDs, platforms, and connection status.

Inferred read-only
list_posts

List posts in the workspace, newest first.

Inferred read-only
get_post

Get one post with its body, per-channel variants, status and metrics.

Potential side effects
list_articles

List long-form articles in the workspace library with their id, title, status, word count, summary, and last updated time.

Inferred read-only
get_article

Get full details and Markdown body of an article in the workspace library by its ID.

Inferred read-only
get_analytics

Workspace performance for the last N days: impressions, engagements, posts, follower change, top posts and recommended posting slots.

Inferred read-only
list_sources

List content data sources (RSS feeds, sitemaps, web pages, documents) with counts of unused items.

Inferred read-only
search_source_items

Fetch recent items from one data source (title, url, excerpt).

Inferred read-only
list_workflows

List automation workflows with status and last run.

Inferred read-only
list_node_types

Catalog of workflow node types (triggers, sources, AI, control, destinations) with their config schemas.

Inferred read-only
generate_text

Write social copy in the workspace brand voice.

Potential side effects
adapt_post

Rewrite existing copy for another platform's length, tone and conventions.

Inferred read-only
generate_image

Generate an image into the media library and return its asset id (attach with create_post.

Inferred read-only
list_media

List or search media assets (images, videos) in the workspace media library.

Inferred read-only
import_media

Import 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-only
create_post

Create a post for LinkedIn, X, Instagram, etc.

Potential side effects
schedule_post

Schedule an existing draft (or move a scheduled post) to an ISO 8601 time.

Potential side effects
publish_post

Publish an existing draft now (queues it immediately).

Potential side effects
create_article

Save a long-form article or blog post (e.

Potential side effects
propose_workflow

Propose an automation workflow as a graph (nodes + edges).

Inferred read-only

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.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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.