Connects Claude and other MCP clients to Sociality.io's social media analytics across Facebook, X, Instagram, YouTube, LinkedIn, and TikTok. Exposes tools for reading owned account stats and posts, listing and tracking public competitors, and running benchmarks across channels. Uses OAuth and a credit system where setup calls are free but data pulls consume credits based on rows returned. Reach for this when you need structured social intelligence for reporting assistants, competitor monitoring workflows, or custom products that analyze engagement patterns and content performance. The remote server runs over streamable HTTP, so no local process needed.
Public tool metadata for what this MCP can expose to an agent.
social_accounts_listThis tool is used to get the social media accounts that the user has access to.3 paramsThis tool is used to get the social media accounts that the user has access to.
namestringpageintegerchannelstringfacebook · x · instagram · youtube · linkedin · tiktoksocial_account_stats_listThis tool is used to get the insights of the social media account including followers, views, engagement rate, comments, likes and more for the given period.5 paramsThis tool is used to get the insights of the social media account including followers, views, engagement rate, comments, likes and more for the given period.
sincestringuntilstringperiodstringday · week · monthmetricsstringaccount_idstringsocial_account_posts_listThis tool is used to get the published posts and stories of the social media account for the given period.5 paramsThis tool is used to get the published posts and stories of the social media account for the given period.
typestringstatus · photo · gif · video · link · albumorderstringpublished_at_desc · published_at_ascsincestringuntilstringaccount_idstringsocial_competitors_listThis tool is used to get the competitors and/or public social media accounts that are tracked across social media channels.3 paramsThis tool is used to get the competitors and/or public social media accounts that are tracked across social media channels.
namestringpageintegerchannelstringfacebook · x · instagram · youtube · linkedin · tiktoksocial_competitors_createThis tool is used to add a competitor/tracked social media account by social profile URL and start tracking it.2 paramsThis tool is used to add a competitor/tracked social media account by social profile URL and start tracking it.
urlstringtimezonestringsocial_competitor_stats_listThis tool is used to get the public stats of a competitor (tracked social media account) including followers, views, likes and more for the given period.5 paramsThis tool is used to get the public stats of a competitor (tracked social media account) including followers, views, likes and more for the given period.
sincestringuntilstringperiodstringday · week · monthmetricsstringcompetitor_idstringsocial_competitor_posts_listThis tool is used to get the published posts of a competitor (tracked social media account) for the given period.5 paramsThis tool is used to get the published posts of a competitor (tracked social media account) for the given period.
typestringstatus · photo · gif · video · reels · carouselorderstringpublished_at_desc · published_at_ascsincestringuntilstringcompetitor_idstringUse 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.
https://api.sociality.io/mcp
Transport: streamable-http
Authentication: OAuth
OAuth scope: mcp:use
Sociality.io MCP exposes social media account and social media competitor intelligence through MCP tools, resources, and prompts.
With owned social accounts, clients can:
With competitor workflows, clients can:
For workflow planning and safety, clients can:
| Tool | Access | Credit usage | Purpose |
|---|---|---|---|
social_accounts_list | Read | Free | List social media accounts available to the authenticated user. |
social_account_stats_list | Read | Billable | Fetch owned account analytics for a date range and selected metrics. |
social_account_posts_list | Read | Billable | Fetch published owned account posts and stories for a date range. |
social_competitors_list | Read | Free | List tracked competitors in the current workspace. |
social_competitors_create | Write | Free | Add a tracked competitor from a social profile URL. |
social_competitor_stats_list | Read | Billable | Fetch public competitor stats for a date range and selected metrics. |
social_competitor_posts_list | Read | Billable | Fetch competitor published posts for a date range. |
For the most accurate channel, feature, metric, and aggregation coverage, read the social_platform_capabilities resource from the MCP server.
| Resource | URI | Purpose |
|---|---|---|
social_workspace_context | sociality://workspace/context | Returns current team and user context, plus MCP credit usage, limit, and resets_at. |
social_tools_catalog | sociality://tools/catalog | Returns the registered tool catalog, including credit usage and read-only/write status. |
social_platform_capabilities | sociality://platform/capabilities | Returns supported channels, feature coverage, metric names, metric descriptions, and aggregation behavior. |
| Prompt | Purpose |
|---|---|
social_guide_tool_usage | Explains recommended tool usage, credit behavior, pagination, supported channels, and metric selection patterns. |
social_guide_readiness_check | Returns 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.
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"]
}
}
}
After connecting a client, use this no-credit setup check before running larger workflows:
social_workspace_context to confirm OAuth, active workspace, user context, and credit status.social_accounts_list and social_competitors_list to confirm accessible owned accounts and tracked competitors.social_platform_capabilities to confirm supported channels, metrics, and aggregation behavior.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.
social_competitors_create is a write action and should only be used when the user explicitly wants to add a tracked competitor.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.
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.
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
io.github.infoinlet-marketplace/mcp-observability
betterdb-inc/monitor
com.mcparmory/datadog
thotischner/observability-mcp
io.github.tantiope/datadog-mcp
io.github.us-all/datadog