Server data from the Official MCP Registry
Social media analytics, post insights, and competitor benchmarking for AI agents.
Social media analytics, post insights, and competitor benchmarking for AI agents.
Remote endpoints: streamable-http: https://api.sociality.io/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
Endpoint verified · Requires authentication · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-sociality-sociality-mcp": {
"url": "https://api.sociality.io/mcp"
}
}
}From the project's GitHub README.
Connect AI agents to Sociality.io social media intelligence through a remote Model Context Protocol server.
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
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.