{
  "$schema": "https://raw.githubusercontent.com/modelcontextprotocol/modelcontextprotocol/main/schema/2025-03-26/server-card.json",
  "serverInfo": {
    "name": "FetchLayer Reddit & X / Twitter & App Store & YouTube & Google Maps & Google Play Store MCP",
    "version": "1.0.0",
    "description": "MCP server providing structured access to public Reddit & X / Twitter & App Store & YouTube & Google Maps & Google Play Store data — search posts, read threads, explore communities, and analyze user activity."
  },
  "url": "https://mcp.fetchlayer.dev",
  "transport": {
    "type": "streamable-http",
    "url": "https://mcp.fetchlayer.dev"
  },
  "capabilities": {
    "tools": true,
    "resources": false,
    "prompts": false
  },
  "authentication": {
    "type": "bearer",
    "instructions": "Sign up at https://fetchlayer.dev/signin to get a free API key, then pass it as a Bearer token."
  },
  "tools": [
    {
      "name": "scrape_search",
      "description": "Search Reddit posts by keyword. Returns matching posts with titles, bodies, scores, and URLs."
    },
    {
      "name": "scrape_post",
      "description": "Fetch a specific Reddit post and its comments by URL."
    },
    {
      "name": "scrape_community_details",
      "description": "Get info and stats about a subreddit (subscribers, description, rules)."
    },
    {
      "name": "scrape_community_posts",
      "description": "Get posts from a specific subreddit."
    },
    {
      "name": "scrape_user_profile",
      "description": "Get a Reddit user profile including karma, account age, and bio."
    },
    {
      "name": "scrape_user_posts",
      "description": "Get posts submitted by a specific Reddit user."
    },
    {
      "name": "scrape_user_comments",
      "description": "Get comments made by a specific Reddit user."
    },
    {
      "name": "scrape_search_communities",
      "description": "Search for subreddits by keyword."
    },
    {
      "name": "scrape_search_users",
      "description": "Search for Reddit users by name."
    },
    {
      "name": "scrape_search_comments",
      "description": "Search Reddit comments by keyword. Returns matching comments with body, score, author, and subreddit."
    },
    {
      "name": "scrape_popular",
      "description": "Get currently popular/trending posts across all of Reddit."
    },
    {
      "name": "scrape_leaderboard",
      "description": "Get the most popular subreddits with subscriber counts and metadata."
    },
    {
      "name": "scrape_explore",
      "description": "Discover Reddit communities by topic or category."
    },
    {
      "name": "scrape_twitter/search",
      "description": "Search X/Twitter posts by keyword. Supports products like Top, Latest, People, Media, and Lists."
    },
    {
      "name": "scrape_twitter/tweet_detail",
      "description": "Fetch a specific X/Twitter post by tweet ID, including detailed metadata."
    },
    {
      "name": "scrape_twitter/tweet_replies",
      "description": "Fetch replies for a specific X/Twitter post."
    },
    {
      "name": "scrape_twitter/user_profile_details",
      "description": "Get an X/Twitter user profile by handle."
    },
    {
      "name": "scrape_twitter/about_profile",
      "description": "Fetch extended “about this profile” metadata for an X/Twitter account."
    },
    {
      "name": "scrape_twitter/user_tweets",
      "description": "Fetch recent tweets for a user by handle."
    },
    {
      "name": "scrape_twitter/user_replies",
      "description": "Fetch recent replies by a user on X/Twitter."
    },
    {
      "name": "scrape_twitter/following",
      "description": "Fetch accounts followed by a user on X/Twitter."
    },
    {
      "name": "scrape_twitter/followers",
      "description": "Fetch followers for a user on X/Twitter."
    },
    {
      "name": "scrape_twitter/verified_followers",
      "description": "Fetch blue-verified followers for a user on X/Twitter."
    },
    {
      "name": "scrape_appstore_search",
      "description": "Search the App Store for apps by name or keyword. Returns matching apps with ratings, subtitle, and screenshots."
    },
    {
      "name": "scrape_appstore_reviews",
      "description": "Fetch customer reviews for an App Store app by its ID. Supports filtering by platform, country, language, and pagination."
    },
    {
      "name": "scrape_youtube_comments",
      "description": "Extract comments from a YouTube video. Supports sorting by top or newest and pagination through the comment section. Use the separate replies endpoint to load a specific comment thread."
    },
    {
      "name": "scrape_youtube_transcript",
      "description": "Extract the transcript from a YouTube video. Returns timestamped segments and joined plain text. A preferred language code may be supplied."
    },
    {
      "name": "scrape_youtube_comments/replies",
      "description": "Extract the replies to a single YouTube comment. Returns a comment and its replies. Use a comment ID returned by the comments endpoint."
    },
    {
      "name": "scrape_google_maps_reviews",
      "description": "Fetch public Google Maps reviews using a hex place ID, ChIJ ID, or Google Maps place URL."
    },
    {
      "name": "scrape_playstore_reviews",
      "description": "Fetch, filter, and analyze public Google Play reviews using an Android package name or Google Play URL."
    },
    {
      "name": "resolve_url_type",
      "description": "Detect the type of a Reddit URL"
    }
  ]
}