Mmcp.market

Sociavault MCP server

by olamide-olaniyan·io.github.olamide-olaniyan/sociavault-mcp·v2.0.0

Scrape social data from TikTok, Instagram, YouTube, X, LinkedIn, Reddit, and ad libraries.

B78/100grade B
What users say
No reviews yet
Be the first
Safety scan
B78/100

full report

Adoption
Growing

1 stars51 downloads/wk

Reviews

Write one

Nobody has reviewed Sociavault yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Sociavault tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-26 · same rubric, same numbers if you re-run it

no findings
  • Code scan7 source files scanned25/25
  • –Live reliabilityno gateway calls yet and no remote to proben/a
  • –Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 50 days ago12/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 78/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Sociavault repository's README, as published. We do not edit it. Read it on GitHub

SociaVault MCP Server

Give your AI assistant live access to social media data. This Model Context Protocol server lets Claude, Cursor, Cline, VS Code, and any MCP-compatible client pull real-time data from 11 platforms — profiles, posts, comments, transcripts, search, trends, and ad libraries — through natural language.

Powered by SociaVault — a reliable social media data API for developers.

Highlights

  • 107 tools across TikTok, Instagram, YouTube, Twitter/X, LinkedIn, Facebook, Reddit, Threads, Pinterest, Twitch, and Google.
  • Ad library coverage — TikTok, Meta (Facebook/Instagram), Google, and LinkedIn ad libraries for competitor research.
  • Zero install — runs via npx, no global install needed.
  • Token-efficient — responses are trimmed by default to keep your context window lean.
  • Built on the modern MCP SDK (1.x) with typed inputs, structured output, and clear error messages.

Quick start

1. Get an API key

Sign up at sociavault.com — new accounts get free credits to start. Copy your key (format sklive…) from the dashboard.

2. Add the server to your client

The server runs with npx, so there's nothing to install. Just add the config below and set your API key.

Claude Desktop

Edit your config file:

  • macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
  • Windows: %APPDATA%\Claude\claudedesktopconfig.json
{
  "mcpServers": {
    "sociavault": {
      "command": "npx",
      "args": ["-y", "sociavault-mcp"],
      "env": {
        "SOCIAVAULT_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Restart Claude Desktop.

Cursor

Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per-project):

{
  "mcpServers": {
    "sociavault": {
      "command": "npx",
      "args": ["-y", "sociavault-mcp"],
      "env": { "SOCIAVAULT_API_KEY": "sk_live_your_key_here" }
    }
  }
}

VS Code (Copilot)

Add to .vscode/mcp.json:

{
  "servers": {
    "sociavault": {
      "command": "npx",
      "args": ["-y", "sociavault-mcp"],
      "env": { "SOCIAVAULT_API_KEY": "sk_live_your_key_here" }
    }
  }
}

Cline / other clients

Any client that supports stdio MCP servers works — point it at the command npx -y sociavault-mcp with SOCIAVAULTAPIKEY in the environment.

Configuration

Usage examples

Once configured, ask your assistant things like:

  • "Get the TikTok profile and last 20 videos for @charlidamelio."
  • "Search the Meta Ad Library for active ads from Nike in the US."
  • "Pull the transcript of this YouTube video: ."
  • "What's trending on TikTok in the US right now?"
  • "Find Instagram reels using this audio id and summarize the top performers."
  • "Search Reddit for mentions of my product in the last week."
  • "Get the comments on this tweet and summarize the sentiment."

Tools

All tools are read-only. Most accept a trim flag (default true) that returns a smaller, AI-friendly payload; set trim: false for the full raw response. List endpoints accept a pagination cursor returned in the previous response.

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y sociavault-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add sociavault-mcp -- npx -y sociavault-mcp
Add to Cursor

Sociavault: common questions

Is Sociavault MCP server safe?
Mostly: it is graded B (78/100). Read the Sociavault safety report
How do I install Sociavault?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Sociavault need an API key?
Yes. The registry entry asks for SOCIAVAULT_API_KEY.
Is Sociavault maintained?
The last commit was 51 days ago (2026-08-07). The latest release is v2.0.0.
What can I use instead of Sociavault?
Servers from other publishers that do the same job: NotFair MCP server, Chirpie MCP server and Mysocial MCP server. Compare all Sociavault alternatives.

Alternatives to Sociavault

Same job from other publishers: the closest match first, then the best rated.

All Sociavault alternatives →
  • NotFair
    OAuth MCP for Google, Meta, X, LinkedIn, Reddit, TikTok, GSC, GA4, WordPress and GHL.
    A
  • Chirpie
    Post, schedule, and track social posts on X, Bluesky, LinkedIn, Instagram and more from AI agents.
    A
  • Mysocial
    Social media MCP server: your Instagram, TikTok, YouTube, LinkedIn and Threads history for your AI.
    A
  • Upload-Post
    Social media MCP: publish, schedule & analyze posts on TikTok, Instagram, YouTube, LinkedIn & X
    A
  • ViralNote
    Schedule, publish, and analyze social posts on TikTok, Instagram, YouTube, X, Threads, LinkedIn.
    A

More from olamide-olaniyan →