Media

30 tools. 2 can modify or destroy data without limits.

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

Last updated:

2 can modify or destroy data
28 read-only
30 tools total

Community server · catalogue entry verified 29/06/2026

How to control Media ↓

What Media exposes to your agents

Read (28) Write / Execute (1) Destructive / Financial (1)
Critical Risk

The most dangerous Media tools

2 of Media's 30 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Media

PolicyLayer is an MCP gateway — it sits between your AI agents and Media, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "filter_rule_delete": {
    "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
{
  "filter_rule_add": {
    "limits": [
      {
        "counter": "filter_rule_add_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "check_follow_relationship": {
    "limits": [
      {
        "counter": "check_follow_relationship_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 Media — 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.
ENFORCE POLICY ON MEDIA →

Instant setup, no code required.

All 30 Media tools

READ 28 tools
Read check_follow_relationship Check if user A follows user B and vice versa. Use to verify mutual follows or check if a target already follo Read extract_video_frames Extract frames from any video as images. Supports YouTube, Instagram, Twitter, TikTok, and direct video URLs. Read fetch_markdown Extract clean markdown from any webpage using Cloudflare Browser Run. Works on JS-heavy pages, SPAs, and sites Read filter_rule_list List all active tweet filter rules for real-time monitoring. Read get_community_tweets Fetch tweets from a Twitter/X community. Browse community content for engagement opportunities. Read get_instagram_post Fetch an Instagram post or reel by URL. Downloads ALL media (carousel images, videos) to a local folder with a Read get_list_timeline Fetch tweets from a Twitter/X list. Use list IDs from curated lists to get niche-specific content feeds. Read get_space_detail Fetch details about a Twitter/X Space — title, host, speakers, listener count, state. Read get_trends Fetch current trending topics on Twitter/X. Optionally specify a WOEID for location-specific trends (1 = world Read get_tweet Fetch a tweet by URL. Returns tweet text, author info, metrics, and media. If the tweet contains a video, auto Read get_tweet_quotes Fetch quote tweets of a specific tweet. Returns up to 20 per page. Read get_tweet_replies Fetch replies to a specific tweet. Returns up to 20 replies per page. Read get_tweet_replies_v2 Fetch replies to a tweet with sorting. Sort by Relevance, Latest, or Likes to find the most engaging responses Read get_tweet_retweeters Fetch users who retweeted a specific tweet. Returns up to 100 per page. Read get_user_about Fetch extended profile/about info for a Twitter/X user. Returns additional bio details beyond the basic profil Read get_user_followers Fetch followers of a Twitter/X user. Returns up to 200 per page with profile info. Read get_user_following Fetch accounts a Twitter/X user follows. Returns up to 200 per page with profile info. Read get_user_mentions Fetch tweets that mention a specific Twitter/X user. Returns up to 20 mentions per page. Use to see who Read get_user_profile Fetch a Twitter/X user Read get_user_tweets Fetch recent tweets from a Twitter/X user. Returns up to 20 tweets per page with text, metrics, and media. Use Read get_verified_followers Fetch verified (blue check) followers of a Twitter/X user. 20 per page. Use to identify high-value followers o Read get_video_frames_at Precision frame extraction — grab ONE frame at each specified timestamp from a video URL. Use this as the comp Read get_youtube_transcript Fetch the transcript/subtitles of a YouTube video with timestamps. First tries YouTube captions (instant, alre Read monitor_user_add Start monitoring a Twitter/X user for real-time tweet notifications. Use to track when competitors or influenc Read monitor_user_list List all Twitter/X users currently being monitored for real-time tweets. Read monitor_user_remove Stop monitoring a Twitter/X user for real-time tweets. Read search_tweets Search Twitter/X with advanced query syntax. Returns up to 20 tweets per page. Supports operators like Read search_users Search for Twitter/X users by keyword. Find influencers, competitors, or accounts in any niche.

Related servers

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

Questions about Media

Can an AI agent delete data through the Media MCP server? +

Yes. The Media server exposes 1 destructive tools including filter_rule_delete. 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 Media? +

The Media server has 1 write tools including filter_rule_add. 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 Media.

How many tools does the Media MCP server expose? +

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

How do I enforce a policy on Media? +

Register the Media 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 Media tool call.

Deterministic rules across all 30 Media tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

30 Media tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

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

Message sent.

We'll get back to you soon.