CAT
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Cross AI Tools

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic

Sociality.io MCP

socialityio/sociality-mcp
57 toolsHTTPregistry active
Summary

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.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →

Tools

Public tool metadata for what this MCP can expose to an agent.

7 tools
social_accounts_listThis tool is used to get the social media accounts that the user has access to.3 params

This tool is used to get the social media accounts that the user has access to.

Parameters* required
namestring
Filter accounts by name or username (contains).
pageinteger
Page number for pagination (default: 1).
channelstring
Filter accounts by channel.one of facebook · x · instagram · youtube · linkedin · tiktok
social_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 params

This 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.

Parameters* required
sincestring
The date to start the analytics from (YYYY-MM-DD).
untilstring
The date to end the analytics at (YYYY-MM-DD).
periodstring
Aggregation period: day, week, or month.one of day · week · month
metricsstring
Comma-separated metric names to include in the response. Supported metrics vary by channel; use social_platform_capabilities for the full metric catalog.
account_idstring
The ID of the account to get analytics for.
social_account_posts_listThis tool is used to get the published posts and stories of the social media account for the given period.5 params

This tool is used to get the published posts and stories of the social media account for the given period.

Parameters* required
typestring
Filter posts by type.one of status · photo · gif · video · link · album
orderstring
Sort order for posts.one of published_at_desc · published_at_asc
sincestring
Filter by published_at start date (YYYY-MM-DD).
untilstring
Filter by published_at end date (YYYY-MM-DD).
account_idstring
The ID of the account to get posts for.
social_competitors_listThis tool is used to get the competitors and/or public social media accounts that are tracked across social media channels.3 params

This tool is used to get the competitors and/or public social media accounts that are tracked across social media channels.

Parameters* required
namestring
Filter competitors by name or username (contains).
pageinteger
Page number for pagination (default: 1).
channelstring
Filter competitors by channel.one of facebook · x · instagram · youtube · linkedin · tiktok
social_competitors_createThis tool is used to add a competitor/tracked social media account by social profile URL and start tracking it.2 params

This tool is used to add a competitor/tracked social media account by social profile URL and start tracking it.

Parameters* required
urlstring
The social media profile URL of the competitor (for example: https://www.instagram.com/pepsi).
timezonestring
Optional timezone for this tracked competitor. Defaults to team's timezone when not provided.
social_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 params

This 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.

Parameters* required
sincestring
The date to start the stats from (YYYY-MM-DD).
untilstring
The date to end the stats at (YYYY-MM-DD).
periodstring
Aggregation period: day, week, or month.one of day · week · month
metricsstring
Comma-separated metric names to include in the response. Supported metrics vary by channel; use social_platform_capabilities for the full metric catalog.
competitor_idstring
The ID of the competitor (track) to get stats for. Use social_competitors_list to find competitor IDs.
social_competitor_posts_listThis tool is used to get the published posts of a competitor (tracked social media account) for the given period.5 params

This tool is used to get the published posts of a competitor (tracked social media account) for the given period.

Parameters* required
typestring
Filter posts by type.one of status · photo · gif · video · reels · carousel
orderstring
Sort order for posts.one of published_at_desc · published_at_asc
sincestring
Filter by published_at start date (YYYY-MM-DD).
untilstring
Filter by published_at end date (YYYY-MM-DD).
competitor_idstring
The ID of the competitor (track) to get posts for. Use social_competitors_list to find competitor IDs.

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

  • Product page: https://sociality.io/mcp
  • MCP docs: https://sociality.io/docs
  • Tool reference: https://sociality.io/docs/reference/tools
  • Client setup: https://sociality.io/docs/getting-started/connect-your-client
  • Safe usage: https://sociality.io/docs/security/safe-mcp-usage

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
Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
Keep your Mac awake
Keep your Mac awake
Keep your Mac awake while Claude Code and 40+ AI agents run. Sleeps when they're idle.
One time payment $9 →
Context.devContext.dev
Context.dev
Integrate web data into your AI product. One API to scrape website & brand data.
Get API Key Now →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Categories
Monitoring & ObservabilityMedia & Entertainment
Registryactive
TransportHTTP
UpdatedMay 6, 2026
View on GitHub

Related Monitoring & Observability MCP Servers

View all →
Mcp Observability

io.github.infoinlet-marketplace/mcp-observability

Observability for incident agents — query Loki (LogQL), Prometheus (PromQL), Elasticsearch.
Monitor

betterdb-inc/monitor

BetterDB MCP server - Valkey observability for Claude Code and other MCP clients
1.1k
Datadog

com.mcparmory/datadog

Monitor infrastructure, manage agents and deployments, track metrics, logs, and events
25
Observability Mcp

thotischner/observability-mcp

Unified observability gateway for AI agents — Prometheus, Loki & more, with anomaly detection.
5
Datadog Mcp

io.github.tantiope/datadog-mcp

Full Datadog API access: monitors, logs, metrics, traces, dashboards, and observability tools
4
Datadog

io.github.us-all/datadog

Datadog MCP — 165 tools for metrics, monitors, logs, APM, RUM, incidents, CI/CD, fleet
1