MCP Social Media MCP Server

AI-powered social media intelligence — profile analysis, engagement scoring, trend detection, and hashtag research across major platforms.

Remote serverstreamable-http

What is the MCP Social Media MCP server?

If you already use MCP Social Media, the mcp social media mcp server is the piece that lets your assistant work with it directly. AI-powered social media intelligence — profile analysis, engagement scoring, trend detection, and hashtag research across major platforms.

What the server does

AI-powered social media analytics tools via the Model Context Protocol (MCP). Give your AI assistant the ability to analyze profiles, score engagement, detect trends, and research hashtags across major platforms — all in real time.

Installation

Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • analyze_profile — Profile & brand analysis — posting patterns, content themes, audience indicators, growth recommendations
  • score_engagement — Engagement scoring — engagement rate estimates, content effectiveness, posting time analysis, benchmarks
  • detect_trends — Trend detection — viral content patterns, emerging topics, sentiment shifts, opportunity alerts
  • research_hashtags — Hashtag research — popularity estimates, related hashtags, niche classification, recommended sets

Credentials and setup notes

Configuration is passed through the environment: YOUR_API_KEY, OPENAI_API_KEY, ADMIN_SECRET. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Worth knowing first

  • Your data travels to the provider's service, so the usual questions apply about what you send and what they retain.
  • Missing credentials fail quietly in some clients — if no tools show up, check the environment block first.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Where it fits

This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. MCP Social Media's toolset — analyze_profile, score_engagement, detect_trends and 1 more — is a fair guide to whether it matches your workflow. It is maintained by ezbiz-services; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against MCP Social Media's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Available tools

ToolWhat it does
analyze_profileProfile & brand analysis — posting patterns, content themes, audience indicators, growth recommendations
score_engagementEngagement scoring — engagement rate estimates, content effectiveness, posting time analysis, benchmarks
detect_trendsTrend detection — viral content patterns, emerging topics, sentiment shifts, opportunity alerts
research_hashtagsHashtag research — popularity estimates, related hashtags, niche classification, recommended sets

How to install the MCP Social Media MCP server

{
  "mcpServers": {
    "social-media-analytics": {
      "url": "https://social.ezbizservices.com/mcp",
      "headers": {
        "x-api-key": "YOUR_API_KEY"
      }
    }
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
YOUR_API_KEYCredential the server authenticates with.Yes
OPENAI_API_KEYCredential the server authenticates with.Yes
ADMIN_SECRETCredential the server authenticates with.Yes

Example prompts to try

  • Use MCP Social Media to analyze profile.
  • Use MCP Social Media to score engagement.
  • Use MCP Social Media to detect trends.

Frequently asked questions

It connects MCP Social Media to MCP-compatible AI assistants such as Claude and Cursor, exposing 4 tools (analyze_profile, score_engagement, detect_trends, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with MCP Social Media directly.