# SocialHive (remote · platform.socialhive.pro)

Social media management, multi-platform publishing, AI generation, and cross-channel analytics.

- Trust score: 78/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `platform.socialhive.pro`: 78/100 (this document), [markdown](https://verifymcp.io/servers/pro-socialhive-platform/api-mcp.md), [page](https://verifymcp.io/servers/pro-socialhive-platform/api-mcp)

## Channel facts

- Endpoint: `https://platform.socialhive.pro/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 94/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
  - The authorisation server offers only Dynamic Client Registration (RFC 7591), which MCP 2026-07-28 deprecated in favour of Client ID Metadata Documents.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 76/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 1401 tokens (~66/item across 21 items; 21 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 80/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 30% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.
  - An AI judge read all 22 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the SocialHive MCP server?

SocialHive is a hosted endpoint at https://platform.socialhive.pro/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http pro-socialhive-platform 'https://platform.socialhive.pro/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "pro-socialhive-platform": {
      "url": "https://platform.socialhive.pro/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "pro-socialhive-platform": {
      "type": "http",
      "url": "https://platform.socialhive.pro/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.pro-socialhive-platform]
url = "https://platform.socialhive.pro/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pro-socialhive-platform": {
      "type": "remote",
      "url": "https://platform.socialhive.pro/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add pro-socialhive-platform --url 'https://platform.socialhive.pro/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  pro-socialhive-platform:
    url: "https://platform.socialhive.pro/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "pro-socialhive-platform": {
      "Transport": "http",
      "Url": "https://platform.socialhive.pro/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add pro-socialhive-platform -t streamable-http -u 'https://platform.socialhive.pro/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "pro-socialhive-platform": {
      "type": "http",
      "url": "https://platform.socialhive.pro/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-24 (score 78, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-09-23 (score 78)

First indexed and scored.

## MCP tools (21)

### `list_channels` (~33 tokens)

List channels

List the social accounts connected to this workspace with their ids, platform, handle and health. Use channel ids when creating posts.

### `get_connected_social_accounts` (~45 tokens)

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.

Output parameters:

- `result` (object): Structured output from tool execution

### `list_posts` (~58 tokens)

List posts

List posts in the workspace, newest first. Filter by status (draft, pending_approval, scheduled, published, failed) or free text.

Input parameters:

- `limit` (integer)
- `q` (string)
- `status` (string)

### `get_post` (~31 tokens)

Get post

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

Input parameters:

- `postId` (string, required)

Output parameters:

- `body` (string)
- `id` (string)
- `metrics` (object)
- `publishedAt` (string)
- `scheduledAt` (string)
- `status` (string)
- `title` (string)
- `variants` (array)

### `list_articles` (~62 tokens)

List articles

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

Input parameters:

- `limit` (integer): Max number of articles to return (default 20)
- `status` (string): Filter by article status

### `get_article` (~35 tokens)

Get article

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

Input parameters:

- `articleId` (string, required): Article UUID

Output parameters:

- `body` (string)
- `createdAt` (string)
- `id` (string)
- `reviewUrl` (string)
- `seoTitle` (string)
- `status` (string)
- `summary` (string)
- `title` (string)
- `updatedAt` (string)
- `words` (number)

### `get_analytics` (~40 tokens)

Get analytics

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

Input parameters:

- `days` (integer)

Output parameters:

- `recommendedSlots` (array)
- `summary` (object)
- `timezone` (string)
- `topPosts` (array)

### `list_sources` (~31 tokens)

List sources

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

### `search_source_items` (~61 tokens)

Search source items

Fetch recent items from one data source (title, url, excerpt). Use them as raw material for posts.

Input parameters:

- `limit` (integer)
- `q` (string)
- `sourceId` (string, required)
- `unusedOnly` (boolean)

### `list_workflows` (~18 tokens)

List workflows

List automation workflows with status and last run.

### `list_node_types` (~45 tokens)

List node types

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

Input parameters:

- `group` (string)

### `generate_text` (~70 tokens)

Generate text

Write social copy in the workspace brand voice. Returns one or more variants. Metered (free daily allowance, then 1 credit).

Input parameters:

- `format` (string)
- `language` (string)
- `platforms` (array)
- `topic` (string, required)
- `variants` (integer)

Output parameters:

- `model` (string)
- `text` (string): Generated copy
- `tokens` (number)

### `adapt_post` (~38 tokens)

Adapt post

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

Input parameters:

- `platform` (string, required)
- `text` (string, required)

Output parameters:

- `adaptations` (object)

### `generate_image` (~72 tokens)

Generate image

Generate an image into the media library and return its asset id (attach with create_post.mediaIds). quality 'free' uses the free provider; 'hq' costs credits.

Input parameters:

- `alt` (string)
- `aspectRatio` (string)
- `prompt` (string, required)
- `quality` (string)

Output parameters:

- `mediaId` (string)
- `url` (string): Public URL of generated image

### `list_media` (~56 tokens)

List media

List or search media assets (images, videos) in the workspace media library. Returns asset ids to attach with create_post.mediaIds.

Input parameters:

- `kind` (string)
- `limit` (integer)
- `q` (string)

Output parameters:

- `assets` (array)

### `import_media` (~65 tokens)

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

Input parameters:

- `alt` (string)
- `label` (string)
- `mime` (string)
- `url` (string, required)

Output parameters:

- `assetId` (string)
- `kind` (string)
- `url` (string)

### `create_post` (~218 tokens)

Create post

Create a post for LinkedIn, X, Instagram, etc. Supports text copy, image attachments (single or multi-image gallery), and video. For image-only or video-only posts, body can be left empty as long as mediaIds has at least one asset. Without scheduledAt it is saved as a draft. With scheduledAt (ISO 8601) it is scheduled.

Input parameters:

- `body` (string): Post copy text (optional if mediaIds is provided)
- `channelIds` (array, required): Destination channel UUIDs or platform names (e.g. ['linkedin', 'instagram'])
- `mediaIds` (array): Array of media asset UUIDs returned by import_media or list_media
- `overrides` (object)
- `scheduledAt` (string): ISO 8601 UTC timestamp to schedule the post (e.g. '2026-09-21T11:00:00Z'). Without this, saves as a draft.
- `tags` (array)
- `thread` (array)
- `title` (string)

Output parameters:

- `channels` (array)
- `id` (string): Post ID
- `status` (string)

### `schedule_post` (~57 tokens)

Schedule post

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

Input parameters:

- `postId` (string, required): Post UUID
- `scheduledAt` (string, required): ISO 8601 UTC datetime string

Output parameters:

- `id` (string): Post ID
- `scheduledAt` (string): Scheduled ISO timestamp
- `status` (string)

### `publish_post` (~45 tokens)

Publish post

Publish an existing draft now (queues it immediately). Approval policy still applies — the post may land in pending_approval instead.

Input parameters:

- `postId` (string, required): Post UUID to publish

Output parameters:

- `id` (string): Post ID
- `status` (string)

### `create_article` (~138 tokens)

Create article

Save a long-form article or blog post (e.g. generated by ChatGPT, Claude, or an LLM) into the workspace article library. Quota: maximum 10 articles per month via MCP. Can be linked into syndication workflows or published to CMS targets.

Input parameters:

- `body` (string, required): Full Markdown body of the article
- `seoTitle` (string): Optional SEO title
- `status` (string, required): Article status: ready (default), drafting, outline, or published
- `summary` (string): Brief synopsis, excerpt, or meta description for SEO and social snippets
- `title` (string, required): Article headline or title

Output parameters:

- `id` (string): Article ID
- `monthlyRemaining` (number): Remaining articles allowed via MCP this month (out of 10)
- `reviewUrl` (string): URL to view or edit the article in SocialHive
- `status` (string)
- `title` (string): Article title
- `words` (number): Word count

### `propose_workflow` (~85 tokens)

Propose workflow

Propose an automation workflow as a graph (nodes + edges). The graph is validated and saved as a DRAFT version that a human must review and activate in Workflow Studio; it never runs on its own. Call list_node_types first for valid node types and config schemas.

Input parameters:

- `description` (string, required)
- `graph` (object, required)
- `name` (string, required)

Output parameters:

- `id` (string): Workflow ID
- `name` (string)
- `url` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/pro-socialhive-platform/api-mcp#diagnostics

## Score history

- 2026-09-24: 78
- 2026-09-23: 78

## Common questions

### What is the SocialHive MCP server?

SocialHive is an MCP server listed in the public MCP registry as pro.socialhive/platform. Social media management, multi-platform publishing, AI generation, and cross-channel analytics. This page covers its hosted endpoint (https://platform.socialhive.pro/api/mcp).

### Is the SocialHive MCP server safe to use?

SocialHive scores 78 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the SocialHive MCP server expose?

SocialHive exposes 21 tools: list_channels, get_connected_social_accounts, list_posts, get_post, list_articles, and 16 more. Their descriptions and schemas cost roughly 1,303 tokens of context every time the server is loaded.

### Does the SocialHive MCP server require authentication?

Yes. SocialHive asked us for credentials when we connected, so you will need to authorise it in your MCP client before it can do anything.

### Is the SocialHive MCP server still maintained?

SocialHive is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://platform.socialhive.pro/api/mcp
- Repository: https://github.com/jalal1985khan/socialhive-mcp
- Website: https://socialhive.pro/
- Changelog RSS feed: https://verifymcp.io/servers/pro-socialhive-platform/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/pro-socialhive-platform/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/pro-socialhive-platform/api-mcp
