Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)

52 tools. 3 can modify or destroy data without limits.

1 destructive tool with no built-in limits. Policy required.

Last updated:

3 can modify or destroy data
49 read-only
52 tools total

Community server · catalogue entry checked 22/07/2026 · full schemas captured for 52 of 52 tools

How to control Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) ↓

What Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) exposes to your agents

Read (49) Write / Execute (2) Destructive / Financial (1)

What Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) costs in tokens

54,999 tokens of tool definitions, loaded on every request
27% of a 200k context window
1,931 heaviest tool: getTwitterPostsByKeywords
Critical Risk

The most dangerous Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) tools

3 of Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)'s 52 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)

PolicyLayer is an MCP gateway — it sits between your AI agents and Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ), and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "removeTrackedItems": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "addTrackedItems": {
    "limits": [
      {
        "counter": "addtrackeditems_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "checkAccessKeyStatus": {
    "limits": [
      {
        "counter": "checkaccesskeystatus_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.

All 52 Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) tools

READ 49 tools
Read checkAccessKeyStatus Check access key status without revealing key. Required: authentication. Returns: status, metadata. Read checkOperationStatus checkOperationStatus: poll an async operation and retrieve its results or CSV download URL. Use this after any Read countTweets Count tweets containing a specific phrase within a date range. Returns the total count of matching tweets (int Read getAccountDetails Get authenticated user's account details: plan (name, features), billing (period, next renewal date; null for Read getCreditsUsageHistory Get authenticated user's credits and export-rows usage over time, for analyzing usage patterns. Params: range Read getInstagramCommentsByPostId Get COMMENT CONTENT (text, likes) for an Instagram post. Returns the actual comment objects with text and meta Read getInstagramPostInteractingUsers Get USER PROFILES of people who interacted with an Instagram post. Returns full user data (bio, followerCount, Read getInstagramPostsByIds Get multiple Instagram posts by IDs (1-100 IDs per request). Returns results directly. Returns only found post Read getInstagramPostsByKeywords Search Instagram posts by keywords with two response modes. Searches in both post captions and video subtitles Read getInstagramPostsByUser Get posts from Instagram user by ID or username with two response modes. Use identifierType="id" for numeric u Read getInstagramUser Get Instagram user profile by ID or username. Use identifierType="id" for numeric user ID, identifierType="use Read getInstagramUserConnections Get Instagram user connections (followers or following). Use connectionType="followers" for users who follow t Read getInstagramUsersByKeywords Search for USERS who authored Instagram posts matching keywords. USE CASE: Find users who have posted content Read getRedditCommentById Get a single Reddit comment by its ID. Accepts the bare base36 comment id or the t1_-prefixed form (e.g. "laz1 Read getRedditCommentsByKeywords Search Reddit comments by keywords. Searches in comment body text. FAST (default, omit responseType or respons Read getRedditPostsByKeywords Search Reddit posts by keywords with two response modes. Searches in post titles and selftext. FAST (default, Read getRedditPostWithCommentsById Get Reddit post by ID with its comments. Returns both the post data and comments in a single response. FAST (d Read getRedditSubredditsByKeywords Search for SUBREDDITS where Reddit posts match keywords. Returns unique, deduplicated subreddit profiles. FAST Read getRedditSubredditWithPostsByName Get Reddit subreddit by name with its posts. FAST (default, omit responseType or responseType="fast"): Returns Read getRedditUser Get Reddit user profile by username. Returns user profile including karma breakdown (link, comment, total), ac Read getRedditUsersByKeywords Search for USERS who authored Reddit posts matching keywords. USE CASE: Find users who have posted content abo Read getTiktokCommentsByPostId Get COMMENT CONTENT (text, likes) for a Tiktok post. Returns the actual comment objects with text and metadata Read getTiktokPostsByHashtags Search Tiktok posts by hashtags with three response modes. Searches the hashtags column directly (NOT post des Read getTiktokPostsByIds Get multiple Tiktok posts by IDs (1-100 IDs per request). Returns results directly. First searches database, t Read getTiktokPostsByKeywords Search Tiktok posts by keywords with three response modes. Searches post descriptions and video transcripts. F Read getTiktokPostsBySound Get Tiktok posts that use a specific sound/music with three response modes. Required: soundId (numeric ID from Read getTiktokPostsByUser Get posts from Tiktok user by ID or username with three response modes. Use identifierType="id" for numeric us Read getTiktokUser Get Tiktok user profile by ID or username. Use identifierType="id" for numeric user ID, identifierType="userna Read getTiktokUsersByHashtags Search for USERS who authored Tiktok posts tagged with specific hashtags. USE CASE: Find users who have posted Read getTiktokUsersByKeywords Search for USERS who authored Tiktok posts matching keywords. USE CASE: Find users who have posted content abo Read getTrackedItems Get tracked keywords and users. Returns: phrase, type (keyword/user/subreddit/hashtag), platform (twitter/inst Read getTwitterPostComments Get comments (replies) to specific post. FAST (default, omit responseType or responseType="fast"): Returns up Read getTwitterPostInteractingUsers Get users who interacted with a specific Twitter post (commenters, quoters, or retweeters). INTERACTION TYPES: Read getTwitterPostQuotes Get quote posts of specific post. FAST (default, omit responseType or responseType="fast"): Returns up to 300 Read getTwitterPostRetweets Get retweets of specific post. FAST (default, omit responseType or responseType="fast"): Returns up to 300 res Read getTwitterPostsByAuthor Get posts from author by username with multiple response modes. FAST (default, omit responseType or responseTy Read getTwitterPostsByIds Get multiple Twitter posts by numeric IDs (1-100 IDs per request). Returns results directly. Returns only foun Read getTwitterPostsByKeywords Search posts by keywords. FAST (default, omit responseType or responseType="fast"): Returns up to 300 results Read getTwitterUser Get Twitter user profile by ID or username. Use identifierType="id" for numeric user ID, identifierType="usern Read getTwitterUserConnections Get Twitter user connections (followers or following). Use connectionType="followers" for users who follow the Read getTwitterUsers Get one or more Twitter user profiles by IDs or usernames (1-100 per request). Use identifierType="id" for num Read getTwitterUsersByKeywords Search for USERS who authored tweets/comments/quotes/retweets matching keywords. USE CASE: Find users who have Read getUserAccessKey Retrieve authenticated user access key. Required: authentication, confirmation. Returns: access key, metadata. Read searchInstagramUsers Search users by person name, partial username, or fuzzy match using real-time external API. PRIMARY USE: When Read searchRedditSubreddits Search Reddit subreddits by keywords using real-time external API. Searches subreddit names and descriptions t Read searchRedditUsers Search Reddit users by name, username, or profile description using real-time external API. PRIMARY USE: When Read searchTiktokSounds Search Tiktok sounds/music by keyword. Use to discover sound/music objects (by title, artist, or album), then Read searchTiktokUsers Search Tiktok users by name or username via external API. Use for: Name-based search, finding multiple candida Read searchTwitterUsers Search users by person name, partial username, or fuzzy match using real-time external API. PRIMARY USE: When

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)

Can an AI agent delete data through the Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) MCP server? +

Yes. The Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) server exposes 1 destructive tools including removeTrackedItems. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)? +

The Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) server has 1 write tools including addTrackedItems. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ).

How many tools does the Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) MCP server expose? +

52 tools across 3 categories: Destructive, Read, Write. 49 are read-only. 3 can modify, create, or delete data.

How do I enforce a policy on Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)? +

Register the Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) tool call.

Deterministic rules across all 52 Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

52 Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ) tools catalogued and risk-classified — across an index of 46,500+ MCP servers.

// WHERE THIS COMES FROM

These policies come from Social Media Search API — Twitter, Instagram, Reddit, TikTok (XPOZ)'s registry record.

The record behind this page: verified identity, auth posture, risk grade, every tool classified, recommended policy — re-checked continuously.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.