# Social Fetch MCP server

Public social-data API and live docs for AI coding agents.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-social-freak-ltd-socialfetch
- Repository: https://github.com/social-freak-ltd/socialfetch-mcp
- Website: https://www.socialfetch.dev/docs/integrations/mcp

## Install
- Endpoint: https://api.socialfetch.dev/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://api.socialfetch.dev/mcp

## Tools
- tiktok_profile_get (Get TikTok profile) - Get a TikTok profile by handle. Returns lookupStatus plus profile metrics (followers, posts/videoCount, privateAccount, accountCreatedAt). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_videos_list (List TikTok profile videos) - List videos from a TikTok profile by handle. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_followers_list (List TikTok profile followers) - List followers of a TikTok profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_following_list (List TikTok profile following) - List accounts followed by a TikTok profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_region_get (Get TikTok profile region) - Get the region code reported for a TikTok profile by handle. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_audience_get (Get TikTok profile audience) - Get audience location demographics for a TikTok profile by handle. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_live_check (Get TikTok live stream) - Check whether a TikTok creator is currently live by handle. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_engagement_get (Get TikTok profile engagement audit) - Get TikTok profile engagement audit. Accepts a handle. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_users_search (Search TikTok users) - Search TikTok users by keyword. Discover real handles before profile gets; avoid inventing usernames. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_search_videos_list (Search TikTok videos) - Search TikTok videos by free-text keyword (not hashtag — use tiktok.search.hashtag.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_search_top_list (Search TikTok Top results) - Search TikTok Top results by keyword (not videos-only — use tiktok.search.videos.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_search_hashtag_list (Search TikTok by hashtag) - Search TikTok videos by hashtag (not free-text keyword — use tiktok.search.videos.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_search_suggestions_list (Get TikTok search suggestions) - Get TikTok search suggestions by query. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_video_get (Get TikTok video) - Get a single TikTok video by URL. Author is identity-only (no follower counts) — use tiktok_profile_get for metrics. Credits: 1 (+downloadMedia add-on). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_video_comments_list (List TikTok video comments) - List comments on a TikTok video by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_video_comments_replies_list (List TikTok comment replies) - List replies to a TikTok video comment. Accepts a comment id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_video_download_get (Download TikTok video or photo post media) - Download TikTok video or photo post media. Accepts a video URL. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_video_transcript_get (Get TikTok video transcript) - Get the spoken transcript for a TikTok video by URL. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_feed_trending_list (List TikTok trending feed) - List currently trending TikTok posts for a region. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_collection_videos_list (List TikTok collection videos) - List videos in a public TikTok collection by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_song_get (Get TikTok song) - Get details for a TikTok song or sound by id. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_music_videos_list (List TikTok music videos) - List TikTok videos that use a specific music clip. Accepts a clip id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_shop_products_search (Search TikTok Shop products) - Search products in TikTok Shop by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_shop_products_list (List TikTok Shop store products) - List products in a TikTok Shop store by shop id or URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_product_get (Get TikTok Shop product) - Get details for a TikTok Shop product by product id. Accepts a product page URL. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_product_reviews_list (List TikTok Shop product reviews) - List buyer reviews for a TikTok Shop product by product id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_profile_showcaseProducts_list (List TikTok profile showcase products) - List products featured on a creator's TikTok showcase by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- tiktok_adLibrary_ad_get (Get TikTok Ad Library ad) - Get a single TikTok Ad Library or Top Ads creative by ad id or public ad URL. Endpoint: https://api.socialfetch.dev/mcp
- tiktok_adLibrary_ads_search_get (Search TikTok Ad Library ads) - Search TikTok Top Ads by keyword and filters, or search the public Ads Library by advertiser name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitter_profile_get (Get Twitter profile) - Get an X (Twitter) profile by handle. Returns lookupStatus plus follower/tweet metrics and account age signals. Endpoint: https://api.socialfetch.dev/mcp
- twitter_profile_tweets_list (List Twitter profile tweets) - List tweets from an X profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitter_tweet_get (Get Twitter tweet) - Get a single tweet by URL. Author includes profile metrics when not trimmed. Warning: trim=true omits author. Credits: 1. Endpoint: https://api.socialfetch.dev/mcp
- twitter_tweet_replies_list (List Twitter tweet replies) - List replies to a tweet by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitter_tweet_transcript_get (Get Twitter tweet transcript) - Get the transcript for a video tweet by URL. Endpoint: https://api.socialfetch.dev/mcp
- twitter_search_list (Search Twitter posts) - Search X posts by free-text keyword (not hashtag — use twitter.hashtag.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitter_hashtag_list (Search Twitter by hashtag) - Search X posts by hashtag (not free-text keyword — use twitter.search.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitter_community_get (Get Twitter community) - Get details for an X community by community id or URL. Endpoint: https://api.socialfetch.dev/mcp
- twitter_community_tweets_list (List Twitter community tweets) - List tweets from an X community by community id or URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- telegram_channel_get (Get Telegram channel) - Get metadata for a public Telegram channel or group by username. Endpoint: https://api.socialfetch.dev/mcp
- telegram_channel_posts_get (List Telegram channel posts) - List recent posts from a public Telegram channel. Groups are not supported. Accepts a handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- telegram_channel_post_get (Get Telegram channel post) - Get a single public post from a Telegram channel by handle and post ID. Groups are not supported. Endpoint: https://api.socialfetch.dev/mcp
- amazon_shop_get (Get Amazon Shop page) - Get a creator Amazon Shop storefront by URL. Endpoint: https://api.socialfetch.dev/mcp
- linktree_profile_get (Get Linktree profile) - Get a public Linktree profile by handle, including links and socials. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_search_list (Search Hacker News) - Search Hacker News by keyword. Returns a list (use page/pageSize when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_feed_list (List a Hacker News feed) - List a Hacker News feed by type (top, new, best, ask, show, or jobs). Accepts a feed name. Returns a list (use page/pageSize when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_story_get (Get Hacker News story) - Get a Hacker News story by id. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_story_comments_list (Get Hacker News story comments) - List comments on a Hacker News story by id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_item_get (Get Hacker News item) - Get a Hacker News item by id. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_comment_context_get (Get Hacker News comment context) - Get a Hacker News comment with its ancestor chain to the root story. Accepts a comment id. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_user_get (Get Hacker News user profile) - Get a Hacker News user profile by username. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_user_submissions_list (List Hacker News user submissions) - List a Hacker News user's stories, polls, and jobs (newest first). Accepts a username. Returns a list (use page/pageSize when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_user_comments_list (List Hacker News user comments) - List a Hacker News user's comments (newest first). Accepts a username. Returns a list (use page/pageSize when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_user_favorites_list (List Hacker News user favorites) - List favorites for a Hacker News user by username. Returns a list (use page when paginated; 1-based). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_jobs_who_is_hiring_list (List Who is Hiring jobs) - List top-level jobs from the monthly Hacker News Who is Hiring thread (latest thread, or a YYYY-MM month). Returns a list (use page/pageSize when paginated). Endpoint: https://api.socialfetch.dev/mcp
- hackernews_updates_get (Get Hacker News updates) - Get recently changed Hacker News item ids and usernames. Endpoint: https://api.socialfetch.dev/mcp
- hackernews_maxitem_get (Get Hacker News max item id) - Get the current largest Hacker News item id. Endpoint: https://api.socialfetch.dev/mcp
- truthsocial_profile_get (Get Truth Social profile) - Get a Truth Social profile by handle or account id. Endpoint: https://api.socialfetch.dev/mcp
- truthsocial_profile_posts_list (List Truth Social profile posts) - List posts from a Truth Social profile by handle or account id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- truthsocial_post_get (Get Truth Social post) - Get a Truth Social post by URL. Endpoint: https://api.socialfetch.dev/mcp
- facebook_profile_get (Get Facebook profile) - Get a Facebook profile or Page by URL or username. Endpoint: https://api.socialfetch.dev/mcp
- facebook_profile_posts_list (List Facebook profile posts) - List posts from a Facebook profile or Page. Accepts a profile URL or page id. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- facebook_profile_reels_list (List Facebook profile reels) - List Reels from a Facebook profile or Page. Accepts a profile or page URL. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- facebook_profile_photos_list (List Facebook profile photos) - List photos from a Facebook profile or Page. Accepts a profile or page URL. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- facebook_profile_events_list (List Facebook profile events) - List events hosted by a Facebook profile or Page. Accepts a profile or page URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_post_get (Get Facebook post or reel) - Get a Facebook post or Reel by URL. Endpoint: https://api.socialfetch.dev/mcp
- facebook_post_comments_list (List Facebook post or reel comments) - List comments on a Facebook post or Reel by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_post_comments_replies_list (List Facebook comment replies) - List replies to a Facebook comment. Accepts a from post comments. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_post_transcript_get (Get Facebook post transcript) - Get the transcript for a Facebook post or Reel by URL. Endpoint: https://api.socialfetch.dev/mcp
- facebook_group_get (Get Facebook group) - Get a Facebook group by URL or group id. Endpoint: https://api.socialfetch.dev/mcp
- facebook_group_posts_list (List Facebook group posts) - List posts from a Facebook group by group URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_marketplace_locations_search (Search Facebook Marketplace locations) - Search Facebook Marketplace locations to obtain coordinates for listing search. Accepts a city or place name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_marketplace_search_list (Search Facebook Marketplace listings) - Search Facebook Marketplace listings by keyword near a latitude and longitude. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_marketplace_item_get (Get Facebook Marketplace item) - Get details for a Facebook Marketplace listing by item URL. Endpoint: https://api.socialfetch.dev/mcp
- facebook_events_search_list (Search Facebook events) - Search Facebook events by name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_events_list (List Facebook city events) - List Facebook events for a city by explore URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_event_get (Get Facebook event) - Get a Facebook event by URL or event id. Endpoint: https://api.socialfetch.dev/mcp
- facebook_adLibrary_ad_get (Get Facebook Ad Library ad) - Get a single Facebook Ad Library ad by archive id or public Ad Library URL. Endpoint: https://api.socialfetch.dev/mcp
- facebook_adLibrary_ads_search_get (Search Facebook Ad Library ads) - Search Facebook Ad Library ads by keyword and filters. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_company_ads_list (List Facebook company ads) - List ads a company or Page is running in the Facebook Ad Library. Accepts a page id or company name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- facebook_adLibrary_companies_search (Search Facebook ad library companies) - Search Facebook Ad Library companies / advertisers by name. Accepts a company name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- google_company_ads_list (List Google company ads) - List ads a company or advertiser is running in Google Ad Transparency. Accepts a domain or advertiser id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- google_adLibrary_ad_get (Get Google Ad Library ad) - Get a single Google Ad Transparency creative by public Ad Transparency URL. Endpoint: https://api.socialfetch.dev/mcp
- google_adLibrary_advertisers_search (Search Google Ad Library advertisers) - Search Google Ad Transparency advertisers by name. Accepts a advertiser name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_get (Get Instagram profile) - Get a full Instagram profile by handle (bio, counts, and related fields). Returns lookupStatus plus follower/post metrics and privacy flags. Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_basic_get (Get Instagram basic profile) - Get a lightweight Instagram profile by numeric user ID when you already have the id. Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_posts_list (List Instagram profile posts) - List posts from an Instagram profile by handle. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_reels_list (List Instagram profile reels) - List Reels from one specific Instagram profile by handle (not a keyword search — use instagram.search.reels.list for that; not trending — use instagram.reels.trending.list for that). Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_highlights_list (List Instagram profile highlights) - List story highlight albums for an Instagram profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_taggedPosts_list (List Instagram tagged posts) - List Instagram posts a user is tagged in, by user id. Credits: 1 base; hostMedia=true adds +2 per hosted asset (up to 24 / 49 max). Failed assets are not surcharged. Endpoint: https://api.socialfetch.dev/mcp
- instagram_highlight_get (Get Instagram highlight) - Get stories inside a saved Instagram highlight by highlight id. Endpoint: https://api.socialfetch.dev/mcp
- instagram_profile_engagement_get (Get Instagram profile engagement audit) - Get Instagram profile engagement audit. Accepts a handle. Endpoint: https://api.socialfetch.dev/mcp
- instagram_search_list (Search Instagram accounts, hashtags, and places) - Search Instagram accounts, hashtags, and places by keyword (not posts — use instagram.search.popular.list; not profile discovery — use instagram.search.profiles.list). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_search_profiles_list (Search Instagram profiles) - Search Instagram profiles by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_search_reels_list (Search Instagram Reels) - Search Reels site-wide by keyword (not scoped to one profile — use instagram.profile.reels.list; not trending — use instagram.reels.trending.list; not audio-page — use instagram.audio.reels.list). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_search_hashtag_list (Search Instagram by hashtag) - Search public Instagram posts and Reels by hashtag. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_search_popular_list (Search Instagram Popular topics) - Search Instagram's curated Popular topics by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_post_get (Get Instagram post or reel) - Get a single Instagram post or Reel by URL. Author is under owner (not author); timestamps use createdAt (ISO; legacy Unix takenAt may still appear at runtime). Endpoint: https://api.socialfetch.dev/mcp
- instagram_post_comments_list (List Instagram post or reel comments) - List comments on an Instagram post or Reel by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_post_comments_replies_list (List Instagram comment replies) - List replies to a comment on an Instagram post or Reel. Accepts a comment id and post URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_post_download_get (Download Instagram post or reel media) - Download Instagram post or reel media. Accepts a post URL. Endpoint: https://api.socialfetch.dev/mcp
- instagram_post_transcript_get (Get Instagram post transcript) - Get the spoken transcript for an Instagram post or Reel by URL. Endpoint: https://api.socialfetch.dev/mcp
- instagram_reels_trending_list (List trending Instagram Reels) - List currently trending Instagram Reels (not a keyword search, profile-scoped, or audio-page list — use instagram.search.reels.list, instagram.profile.reels.list, or instagram.audio.reels.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- instagram_audio_reels_list (List Instagram audio Reels) - List Instagram Reels that use a specific audio track, with track metadata, tagged users, and coauthors when Instagram exposes them. Accepts a audio id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- pinterest_profile_boards_list (List Pinterest profile boards) - List public boards for a Pinterest profile. Accepts a handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- pinterest_board_pins_list (List Pinterest board pins) - List public pins on a Pinterest board by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- pinterest_pin_get (Get Pinterest pin) - Fetch a public Pinterest pin by URL. Endpoint: https://api.socialfetch.dev/mcp
- pinterest_search_pins_list (Search Pinterest pins) - Search public Pinterest pins by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- threads_profile_get (Get Threads profile) - Get a Threads profile for a creator or account. Accepts a handle. Endpoint: https://api.socialfetch.dev/mcp
- threads_profile_posts_list (List Threads profile posts) - List posts from a Threads profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- threads_post_get (Get Threads post) - Get a single Threads post by URL. Endpoint: https://api.socialfetch.dev/mcp
- threads_search_list (Search Threads posts) - Search Threads posts by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- threads_users_search (Search Threads users) - Search Threads users by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- bluesky_profile_get (Get Bluesky profile) - Get a Bluesky profile for a creator or account. Accepts a handle. Endpoint: https://api.socialfetch.dev/mcp
- bluesky_profile_posts_list (List Bluesky profile posts) - List posts from a Bluesky profile by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- bluesky_post_get (Get Bluesky post) - Get a single Bluesky post by URL. Endpoint: https://api.socialfetch.dev/mcp
- linkedin_profile_get (Get LinkedIn profiles) - Get LinkedIn person profiles by URL or handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_profiles_posts_list (List LinkedIn profile posts) - List posts from one specific LinkedIn person profile by URL (not a keyword search — use linkedin.posts.search.list to search across public posts). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_organization_get (Get LinkedIn organization page) - Look up LinkedIn company, school, or organization pages by URL (broader than linkedin.company.get). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_company_get (Get LinkedIn company page) - Get a LinkedIn company page by company URL — use linkedin.organization.get for schools and mixed organization URLs. Endpoint: https://api.socialfetch.dev/mcp
- linkedin_company_posts_list (List LinkedIn company posts) - List posts from one specific LinkedIn company page by URL (not a keyword search — use linkedin.posts.search.list to search across public posts). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_post_get (Get LinkedIn post or article) - Get a LinkedIn post or article by URL. Endpoint: https://api.socialfetch.dev/mcp
- linkedin_post_transcript_get (Get LinkedIn post transcript) - Get the transcript for a LinkedIn post video by URL. Endpoint: https://api.socialfetch.dev/mcp
- linkedin_people_search_list (Search LinkedIn people) - Search LinkedIn people by first and/or last name. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_posts_search_list (Search LinkedIn posts) - Search public LinkedIn posts site-wide by keyword (not scoped to one profile or company — use linkedin.profiles.posts.list or linkedin.company.posts.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_adLibrary_ad_get (Get LinkedIn Ad Library ad) - Get a LinkedIn Ad Library ad by ad id or Ad Library URL. Endpoint: https://api.socialfetch.dev/mcp
- linkedin_adLibrary_ads_search_list (Search LinkedIn Ad Library ads) - Search LinkedIn Ad Library ads by company, keyword, or company id. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_jobs_get (Get LinkedIn jobs) - Get LinkedIn job postings by job URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- linkedin_jobs_search_list (Search LinkedIn jobs) - Search LinkedIn jobs by keyword and filters. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- reddit_subreddit_get (Get Reddit subreddit) - Get details for a Reddit community (subreddit). Endpoint: https://api.socialfetch.dev/mcp
- reddit_subreddit_posts_list (List Reddit subreddit posts) - List a subreddit's post feed (hot/new/top, no keyword) — use reddit.subreddit.search.list to search within it by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- reddit_post_get (Get Reddit post) - Get a Reddit post by URL. Endpoint: https://api.socialfetch.dev/mcp
- reddit_post_comments_list (List Reddit post comments) - List comments on a Reddit post by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- reddit_post_transcript_get (Get Reddit post transcript) - Get captions transcript for a Reddit video post. Accepts a post or video URL. Endpoint: https://api.socialfetch.dev/mcp
- reddit_subreddit_search_list (Search Reddit subreddit) - Search posts within one subreddit (not site-wide — use reddit.search.list for that). Accepts a subreddit and query. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- reddit_search_list (Search Reddit posts) - Search Reddit posts site-wide by keyword (not scoped to one subreddit — use reddit.subreddit.search.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- rumble_channel_videos_list (List Rumble channel videos) - List videos and Shorts from a Rumble channel. Accepts a channel URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- rumble_search_list (Search Rumble) - Search Rumble for videos and Shorts by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- rumble_video_get (Get Rumble video) - Get metadata for a Rumble video by URL. Endpoint: https://api.socialfetch.dev/mcp
- rumble_video_transcript_get (Get Rumble video transcript) - Get captions for a Rumble video when available. Accepts a video URL. Endpoint: https://api.socialfetch.dev/mcp
- rumble_video_comments_list (List Rumble video comments) - List top-level comments on a Rumble video. Accepts a video URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitch_profile_get (Get Twitch profile) - Get a Twitch profile for a channel by handle. Endpoint: https://api.socialfetch.dev/mcp
- twitch_profile_videos_list (List Twitch profile videos) - List videos from a Twitch channel by handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- twitch_profile_schedule_get (Get Twitch profile schedule) - Get the stream schedule for a Twitch channel by handle. Endpoint: https://api.socialfetch.dev/mcp
- twitch_clip_get (Get Twitch clip) - Get metadata and playback URLs for a Twitch clip by URL. Endpoint: https://api.socialfetch.dev/mcp
- github_profile_get (Get GitHub profile) - Get a GitHub profile for a user or organization. Accepts a username. Endpoint: https://api.socialfetch.dev/mcp
- github_profile_repositories_list (List GitHub profile repositories) - List repositories for a GitHub user or organization. Accepts a username. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_profile_pullRequests_list (List GitHub profile pull requests) - List pull requests authored by a GitHub user. Accepts a username. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_profile_activity_list (List GitHub profile activity) - List recent public activity for a GitHub profile, one month per request. Accepts a username. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_profile_followers_list (List GitHub profile followers) - List followers for a GitHub profile. Accepts a username. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_profile_following_list (List GitHub profile following) - List accounts a GitHub profile follows. Accepts a username. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_profile_contributions_get (Get GitHub contribution graph) - Get the contribution graph for a GitHub profile for a given year. Accepts a username. Endpoint: https://api.socialfetch.dev/mcp
- github_repositories_get (Get GitHub repository) - Get a single GitHub repository by URL. Endpoint: https://api.socialfetch.dev/mcp
- github_trending_repositories_list (List trending GitHub repositories) - List trending GitHub repositories for a language and time window. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- github_trending_developers_list (List trending GitHub developers) - List trending GitHub developers for a language and time window. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- spotify_artist_get (Get Spotify artist) - Get a Spotify artist by id or profile URL. Endpoint: https://api.socialfetch.dev/mcp
- spotify_album_get (Get Spotify album) - Get a Spotify album by id or album URL. Endpoint: https://api.socialfetch.dev/mcp
- spotify_track_get (Get Spotify track) - Get a Spotify track by id or track URL. Endpoint: https://api.socialfetch.dev/mcp
- appleMusic_search_list (Search Apple Music) - Search the Apple Music catalog by keyword. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- appleMusic_artist_get (Get Apple Music artist) - Get an Apple Music artist by id or artist URL. Endpoint: https://api.socialfetch.dev/mcp
- appleMusic_album_get (Get Apple Music album) - Get an Apple Music album by id or album URL. Endpoint: https://api.socialfetch.dev/mcp
- appleMusic_track_get (Get Apple Music track) - Get an Apple Music track by id or track URL. Endpoint: https://api.socialfetch.dev/mcp
- soundcloud_profile_get (Get SoundCloud profile) - Get a SoundCloud profile by handle. Endpoint: https://api.socialfetch.dev/mcp
- soundcloud_profile_tracks_list (List SoundCloud profile tracks) - List a SoundCloud profile's tracks, newest first. Accepts a handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- soundcloud_track_get (Get SoundCloud track) - Get a SoundCloud track by URL. Endpoint: https://api.socialfetch.dev/mcp
- youtube_channel_get (Get YouTube channel) - Get YouTube channel details by channel id, handle, or URL. Returns channel metrics and identifiers for snapshot baselines. Endpoint: https://api.socialfetch.dev/mcp
- youtube_channel_videos_list (List YouTube channel videos) - List long-form videos from a YouTube channel (not Shorts — use youtube.channel.shorts.list). Accepts a channel id or handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_channel_shorts_list (List YouTube channel shorts) - List Shorts from a YouTube channel (not long-form videos). Accepts a channel id or handle. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_playlist_get (Get YouTube playlist) - Get a YouTube playlist by playlist id. Endpoint: https://api.socialfetch.dev/mcp
- youtube_community_post_get (Get YouTube community post) - Get a YouTube community post by URL. Endpoint: https://api.socialfetch.dev/mcp
- youtube_search_list (Search YouTube) - Search YouTube videos, channels, and playlists by free-text keyword (not hashtag — use youtube.search.hashtag.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_search_hashtag_list (Search YouTube by hashtag) - Search YouTube content by hashtag (not free-text keyword — use youtube.search.list for that). Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_video_get (Get YouTube video) - Get a single YouTube video by URL. Channel lives under channel (not author); publish time is publishedAt. Endpoint: https://api.socialfetch.dev/mcp
- youtube_video_comments_list (List YouTube video comments) - List comments on a YouTube video by URL. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_video_comments_analysis_get (Analyze YouTube video comments) - Analyze YouTube video comments. Accepts a video URL. Endpoint: https://api.socialfetch.dev/mcp
- youtube_video_comments_replies_list (List YouTube comment replies) - List replies to a YouTube comment. Accepts a from video comments. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- youtube_video_transcript_get (Get YouTube video transcript) - Get the transcript for a YouTube video by URL. Endpoint: https://api.socialfetch.dev/mcp
- youtube_shorts_trending_list (List trending YouTube Shorts) - List currently trending YouTube Shorts. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- web_search_run (Search the web) - Search the public web and return ranked organic results with snippets. Accepts a query. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- web_markdown_generate (Generate web page markdown) - Convert a web page URL into clean markdown. Endpoint: https://api.socialfetch.dev/mcp
- web_ask_run (Ask a question about a web page) - Ask a natural-language question about a specific web page and get an LLM-generated answer. Accepts a URL. Endpoint: https://api.socialfetch.dev/mcp
- web_html_generate (Generate web page HTML) - Fetch cleaned HTML for a web page URL. Endpoint: https://api.socialfetch.dev/mcp
- web_screenshot_capture (Capture website screenshot) - Capture a screenshot of a public web page URL as a hosted image artifact. Endpoint: https://api.socialfetch.dev/mcp
- web_crawl_run (Crawl web pages) - Crawl a small set of web pages synchronously. Accepts a URLs. Returns a list (use cursor when paginated). Endpoint: https://api.socialfetch.dev/mcp
- web_extract_run (Extract structured data from a web page) - Extract structured fields from a web page using a CSS selector schema. Accepts a URL and CSS schema. Endpoint: https://api.socialfetch.dev/mcp
- nl_ask_post (Ask in natural language) - Route a natural-language social-data question to the right lookup when you do not yet know the typed tool — prefer typed tools once the operation is known. Accepts a natural-language query. Endpoint: https://api.socialfetch.dev/mcp
- auth_whoami (Whoami) - Get the authenticated API account for this session. Endpoint: https://api.socialfetch.dev/mcp
- billing_balance_get (Get account balance) - Get remaining credit balance before running large batches of metered tools. Endpoint: https://api.socialfetch.dev/mcp
- docs_search (Search SocialFetch docs) - Search SocialFetch docs for API/SDK questions. For response fields use docs_read (defaults to outline). For cross-platform author/timestamp naming, search `field crosswalk` or read /product/ask-ai/field-crosswalk. Endpoint: https://api.socialfetch.dev/mcp
- docs_read (Read SocialFetch docs page) - Read a corpus page by docsPathname from docs_search. Defaults to mode=outline (compact field digest). Pass mode=full for Examples/SDK snippets. Accepts /docs/... and /product/... pathnames (including /product/ask-ai/field-crosswalk). Endpoint: https://api.socialfetch.dev/mcp
- monitors_sources_list (List watchable sources) - List every public API operation Monitors can watch (Twitter/X, Instagram, TikTok, Reddit profiles and searches). Powers the monitor-creation flow. Endpoint: https://api.socialfetch.dev/mcp
- monitors_create (Create a monitor) - Watch a social account or search and get a signed webhook when new content appears. Runs a synchronous baseline check on create — the response includes what's there right now, and you'll only get webhooks for items after that. Endpoint: https://api.socialfetch.dev/mcp
- monitors_list (List monitors) - List the caller's monitors, optionally filtered by status. Endpoint: https://api.socialfetch.dev/mcp
- monitors_get (Get a monitor) - Get one monitor by id. Endpoint: https://api.socialfetch.dev/mcp
- monitors_update (Update a monitor) - Update a monitor's name, schedule, webhook endpoint, spend cap, or status (pause/resume). Endpoint: https://api.socialfetch.dev/mcp
- monitors_delete (Delete a monitor) - Permanently delete a monitor. Cannot be undone. Endpoint: https://api.socialfetch.dev/mcp
- monitors_trigger (Manually trigger a monitor poll) - Queue an immediate check for an active monitor (async — returns once queued, not once the check finishes). Endpoint: https://api.socialfetch.dev/mcp
- monitors_events_list (List monitor events) - Pull API for a monitor's events — queryable regardless of webhook delivery configuration. Endpoint: https://api.socialfetch.dev/mcp
- monitors_checks_list (List a monitor's recent check history) - The self-serve "why didn't I get a webhook" view — the last ~50 checks with outcome/credits/reason. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_create (Create a webhook endpoint) - Create a delivery target for monitor events. kind=http requires a public HTTPS url; kind=sink is a hosted test inbox with no url. The signing secret is returned once — store it now. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_list (List webhook endpoints) - List the caller's webhook endpoints (secret material never included). Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_get (Get a webhook endpoint) - Get one webhook endpoint by id (secret material never included). Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_update (Update a webhook endpoint) - Update a webhook endpoint's description or enable/disable it. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_delete (Delete a webhook endpoint) - Permanently delete a webhook endpoint. Cannot be undone. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_test (Send a test webhook event) - Send a realistic per-source sample event to a webhook endpoint right now — a live, synchronous delivery test. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_rotateSecret (Rotate a webhook endpoint secret) - Rotate the signing secret with a 24h overlap window — the old secret keeps working until it expires. The new secret is returned once. Endpoint: https://api.socialfetch.dev/mcp
- webhookEndpoints_deliveries_list (List deliveries for a webhook endpoint) - List delivery attempts for a webhook endpoint. Supports `limit`, opaque `cursor` continuation, and optional `after` (ISO timestamp) to enter oldest-first tail mode for listeners. Endpoint: https://api.socialfetch.dev/mcp
- webhookDeliveries_redeliver (Manually redeliver a webhook delivery) - Queue a manual redelivery for one delivery attempt (async). Endpoint: https://api.socialfetch.dev/mcp

## Resources
- ui://socialfetch/v1/profile-card.html - Public profile, channel, company, or creator identity card MIME type: text/html;profile=mcp-app
- ui://socialfetch/v1/item-card.html - Single public post, video, repository, job, or other item MIME type: text/html;profile=mcp-app
- ui://socialfetch/v1/search-list.html - List card for public search and feed results MIME type: text/html;profile=mcp-app
- ui://socialfetch/v1/transcript.html - Readable transcript card for public video or audio MIME type: text/html;profile=mcp-app

## Prompts
Not captured

## Metadata
- Owner: io.github.social-freak-ltd
- Version: 0.13.5
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jun 1, 2026
- Source: https://registry.modelcontextprotocol.io
