← socialhive.pro
INDIVIDUAL MCP TOOL
get_post
Get one post with its body, per-channel variants, status and metrics.
LIVE ENDPOINT
https://platform.socialhive.pro/api/mcp
Connect to this endpoint to inspect the live schema for get_post and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
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.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.
Related tools
list_channels— List the social accounts connected to this workspace with their ids, platform, handle and health.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.list_posts— List posts in the workspace, newest first.list_articles— List long-form articles in the workspace library with their id, title, status, word count, summary, and last updated time.get_article— Get full details and Markdown body of an article in the workspace library by its ID.get_analytics— Workspace performance for the last N days: impressions, engagements, posts, follower change, top posts and recommended posting slots.list_sources— List content data sources (RSS feeds, sitemaps, web pages, documents) with counts of unused items.search_source_items— Fetch recent items from one data source (title, url, excerpt).