Sponsored by Deepsite.site

Socialityio MCP

创建者
Socialitya month ago
Social media analytics, post insights, and competitor benchmarking for AI agents. Connect AI with social media intelligence across Facebook, X, Instagram, YouTube, LinkedIn, and TikTok.
概览

Sociality.io MCP

Use Sociality.io’s social media MCP server to connect AI with social media intelligence, analytics, and insights.

Sociality.io MCP gives MCP-compatible clients structured OAuth access to owned social account analytics, published content, public competitor intelligence, competitor benchmarking, post insights, and reporting workflows across Facebook, X, Instagram, YouTube, LinkedIn, and TikTok.

It is built for teams, builders, and AI workflows that need social media intelligence outside a dashboard: reporting assistants, internal copilots, competitor monitoring, cross-channel analysis, and custom products powered by Sociality.io data.

Remote MCP Server

https://api.sociality.io/mcp

Transport: streamable-http

Authentication: OAuth

OAuth scope: mcp:use

What Sociality.io MCP Does

Sociality.io MCP exposes social media account and social media competitor intelligence through MCP tools, resources, and prompts.

With owned social accounts, clients can:

  • List connected social accounts available to the authenticated user.
  • Fetch account-level analytics for selected metrics and date ranges.
  • Fetch published posts and stories for account-level analysis.
  • Compare owned account performance across platforms and periods.

With competitor workflows, clients can:

  • List tracked public competitors in the current workspace.
  • Add a competitor tracking record from a social profile URL when explicitly requested.
  • Fetch public competitor stats for benchmarking.
  • Fetch competitor published posts for content and engagement analysis.
  • Compare owned accounts with tracked competitors across supported channels.

For workflow planning and safety, clients can:

  • Read workspace context and MCP credit status.
  • Discover supported channels, features, metrics, and aggregation behavior.
  • Inspect available tools, billing status, and read/write behavior.
  • Use built-in prompts for tool guidance and readiness checks where the MCP client supports prompts.

Documentation

Supported Tools

ToolAccessCredit usagePurpose
social_accounts_listReadFreeList social media accounts available to the authenticated user.
social_account_stats_listReadBillableFetch owned account analytics for a date range and selected metrics.
social_account_posts_listReadBillableFetch published owned account posts and stories for a date range.
social_competitors_listReadFreeList tracked competitors in the current workspace.
social_competitors_createWriteFreeAdd a tracked competitor from a social profile URL.
social_competitor_stats_listReadBillableFetch public competitor stats for a date range and selected metrics.
social_competitor_posts_listReadBillableFetch competitor published posts for a date range.

Supported Channels

  • Facebook
  • X
  • Instagram
  • YouTube
  • LinkedIn
  • TikTok

For the most accurate channel, feature, metric, and aggregation coverage, read the social_platform_capabilities resource from the MCP server.

Supported Resources

ResourceURIPurpose
social_workspace_contextsociality://workspace/contextReturns current team and user context, plus MCP credit usage, limit, and resets_at.
social_tools_catalogsociality://tools/catalogReturns the registered tool catalog, including credit usage and read-only/write status.
social_platform_capabilitiessociality://platform/capabilitiesReturns supported channels, feature coverage, metric names, metric descriptions, and aggregation behavior.

Supported Prompts

PromptPurpose
social_guide_tool_usageExplains recommended tool usage, credit behavior, pagination, supported channels, and metric selection patterns.
social_guide_readiness_checkReturns a workspace readiness check with credit status, connected account counts, and warnings such as expired tokens.

Prompt support depends on the MCP client. Some clients expose prompts directly, while others may only expose tools and resources.

Use Cases

  • Generate recurring social media performance summaries from live Sociality.io data.
  • Compare owned account performance across channels, campaigns, and reporting periods.
  • Benchmark competitors by follower, engagement, post, and publishing patterns.
  • Analyze competitor content to identify posting cadence, creative formats, and engagement signals.
  • Build internal copilots that answer account, post, and competitor questions from structured data.
  • Feed social media intelligence into reporting workflows, monitoring systems, and customer-facing products.
  • Run readiness checks before larger workflows to confirm workspace access, available data sources, supported metrics, and credit status.

Client Setup

For clients that support remote HTTP MCP servers:

{
  "mcpServers": {
    "sociality": {
      "url": "https://api.sociality.io/mcp"
    }
  }
}

For ChatGPT, Claude, Gemini Enterprise, Gemini CLI, and other supported clients, see the setup docs:

https://sociality.io/docs/getting-started/connect-your-client

For Claude Code:

claude mcp add --transport http sociality https://api.sociality.io/mcp

For Codex:

codex mcp add --url https://api.sociality.io/mcp sociality

If a client only supports stdio MCP servers, use a bridge such as mcp-remote:

{
  "mcpServers": {
    "sociality": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://api.sociality.io/mcp"]
    }
  }
}

Verify Setup

After connecting a client, use this no-credit setup check before running larger workflows:

  1. Read social_workspace_context to confirm OAuth, active workspace, user context, and credit status.
  2. Call social_accounts_list and social_competitors_list to confirm accessible owned accounts and tracked competitors.
  3. Read social_platform_capabilities to confirm supported channels, metrics, and aggregation behavior.
  4. Read social_tools_catalog to distinguish free tools, billable tools, read-only tools, and write actions.

This is especially useful before recurring reporting, competitor benchmarking, internal copilot, or production agent workflows.

Credits, Limits, and Safety

  • Billable tools consume MCP credits based on returned rows.
  • Free setup and discovery tools do not consume MCP credits.
  • List tools return up to 50 rows per page.
  • Stats and posts tools return up to 50 rows per call.
  • Most current tools are read-only.
  • social_competitors_create is a write action and should only be used when the user explicitly wants to add a tracked competitor.
  • MCP access follows the connected Sociality.io user and workspace permissions.
  • Use least-privilege Sociality.io accounts for production or automated workflows.

MCP vs Sociality.io Dashboard

Sociality.io remains the platform for people working through product interfaces to publish, engage, listen, and report in one place.

Sociality.io MCP is for agent-driven access through tool calls. It lets AI clients and custom systems work with Sociality.io account and competitor intelligence in structured workflows.

Teams can use MCP-only workflows for direct agent access, or use Dashboard + MCP when they want human workflows in Sociality.io alongside agent-powered analysis and automation.

Repository Purpose

This repository is the public discovery and registry home for the remote Sociality.io MCP server. It contains the Official MCP Registry metadata and usage guidance. The hosted MCP endpoint runs at https://api.sociality.io/mcp.

Official MCP Registry

This repository contains the server.json metadata used to publish Sociality.io MCP to the Official MCP Registry.

Registry server name:

io.sociality/sociality-mcp

服务器配置

{
  "mcpServers": {
    "sociality": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://api.sociality.io/mcp"
      ]
    }
  }
}
推荐的 MCP Server
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
Amap Maps高德地图官方 MCP Server
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
DeepChatYour AI Partner on Desktop
ChatWiseThe second fastest AI chatbot™
Tavily Mcp
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
WindsurfThe new purpose-built IDE to harness magic
Playwright McpPlaywright MCP server
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
CursorThe AI Code Editor
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Serper MCP ServerA Serper MCP Server