SociaVault MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOCIAVAULT_API_KEY | Yes | Your SociaVault API key. Sign up at sociavault.com/signup to get your key. |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_instagram_profileC | Get Instagram profile data |
| get_tiktok_profileC | Get TikTok profile data |
| get_twitter_profileC | Get Twitter/X profile data |
| get_threads_profileC | Get Threads profile data |
| get_instagram_postsC | Get Instagram posts from a user |
| get_tiktok_videosC | Get TikTok videos from a user |
| get_twitter_tweetsC | Get tweets from a Twitter/X user |
| get_threads_postsC | Get posts from a Threads user |
| get_youtube_channelC | Get YouTube channel data |
| get_facebook_profileC | Get Facebook profile/page data |
| get_reddit_subredditC | Get Reddit subreddit posts |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 11 tools
Every tool has a clearly distinct purpose targeting specific social media platforms and data types (profiles vs. posts/videos). There is no ambiguity—get_facebook_profile, get_instagram_posts, get_reddit_subreddit, etc., are all uniquely scoped by platform and resource.
All tools follow a consistent verb_noun pattern with 'get_' prefix, platform name, and resource type (e.g., get_facebook_profile, get_instagram_posts). The naming is perfectly predictable and uniform across all 11 tools.
With 11 tools covering multiple social media platforms (Facebook, Instagram, Reddit, Threads, TikTok, Twitter/X, YouTube), the count is well-scoped and appropriate. Each tool earns its place by addressing a distinct data retrieval need without bloat.
The toolset provides comprehensive read-only coverage for profile and post/video data across major social platforms, with no obvious gaps for its retrieval-focused domain. A minor gap is the lack of tools for creating or updating content, but this aligns with a data-fetching server purpose.