Sociality.io Releases MCP Server for Claude: Live Social Media Intelligence via OAuth

Sociality.io released a social media MCP server that connects Claude to live social media analytics — no more pasting screenshots or CSV exports. The server works as a remote HTTP MCP server with OAuth authentication, supporting Claude, ChatGPT, Claude Code, Codex, Gemini CLI, and other MCP-compatible clients.
What It Can Do
- Check active workspace and available accounts
- See which channels and metrics are supported
- Add selected competitor profiles to the workspace
- Pull owned account stats and published posts
- Pull competitor stats and published posts
- Compare formats, topics, posting cadence, and engagement patterns
- Find overperforming content
- Turn research into campaign ideas or reporting notes
Practical Workflow
The developers recommend a specific order of operations: Claude first checks workspace context, credit usage, available tools, supported platforms, metric names, and aggregation behavior before pulling data. This avoids guesswork and manual prep.
Example prompt from the source:
"Here are 2 competitor profiles. Add the relevant ones to our workspace, then compare their last 30 days of posts with our owned accounts. Group posts by topic and format, ignore one-off spikes, and tell us what patterns are worth testing next week."
Running this prompt produced a clear analysis with test suggestions directly in chat (see screenshots in the source).
Platforms & Actions
- Covers Instagram, TikTok, Facebook, YouTube, X, and LinkedIn
- Competitor tools: list, analyze, and fetch posts
- Write action for adding tracked competitors from profile URL
- Built-in resources/prompts for workspace checks, tool usage, metric selection, credit usage, and readiness checks before larger workflows
Who It's For
Developers and social media teams who want to query live competitor and owned account data directly from chat, without manual exports or context loss.
📖 Read the full source: r/ClaudeAI
👀 See Also

Humanizer Pipeline Open-Sourced: Six-Step Markdown File for AI Text Post-Processing
A single Markdown file implements a six-step pipeline to detect and rewrite AI-generated text, with channel awareness, voice calibration, severity gates, and self-audit passing.

Mouser: Open-source alternative to Logitech Options+ for MX Master 3S
Mouser is a lightweight, open-source tool that remaps buttons on the Logitech MX Master 3S mouse without requiring Logitech's proprietary software. It runs fully locally with no telemetry, supports per-application profiles, and includes DPI control and battery monitoring.

Claude Usage Monitor: Free macOS Menu Bar App for Tracking Claude.ai Limits
A developer built Claude Usage Monitor, a free macOS menu bar app that displays Claude.ai usage with color-coded icons, live counters, and reset timers. The app reads directly from Claude.ai sessions without requiring an API key.

Architor: Open-Source Tool for Phase-Gated Architecture Workflows with Claude Code
Architor is an open-source tool that structures Claude Code into a phase-gated architecture assistant with persistent design memory. It organizes system design into requirement evaluation, architecture decisions, component design, and validation phases, tracking decisions in an .arch workspace.