github JavaScript analyzed a362e3c

SocialAPIsHub/mcp-server

github

🤖 Model Context Protocol server for SocialAPIs - Unified social media API for AI agents

maintainer
SocialAPIsHub
license
MIT
first seen
2026-06-29
last seen
2026-06-30
releases · 30d
0
short id

Drift inferred · capture-to-capture

tool count over time

06-29 13:16 now
12t
47t
capabilities 47 tools
transport stdio · http verified reported listed in the official MCP registry counts 47 tools · 0 res · 0 prompts permission surface via README inference

tools

  • facebook_ads_archive_details

    Full ad archive details

  • facebook_ads_countries

    List of supported country codes

  • facebook_ads_keywords

    Search ads by keyword

  • facebook_ads_page_details

    All ads from a specific page

  • facebook_ads_search

    Search ads by keyword, country, status

  • facebook_download_media

    Direct download URL for FB media (images, videos)

  • facebook_get_comment_replies

    Replies to a specific comment

  • facebook_get_group_details

    Full details (members, description, rules)

  • facebook_get_group_id

    Extract group ID from URL

  • facebook_get_group_posts

    Group posts, same limit + date filtering as page posts

  • facebook_get_group_videos

    Group videos with pagination

  • facebook_get_page_details

    Page info, followers, likes, category. Set exact_followers_count=true for the exact integer (charges 5 credits instead of 1)

  • facebook_get_page_id

    Extract page ID from URL

  • facebook_get_page_posts

    Fetch posts with after_time / before_time for date filtering. limit 3-9, charges scale per ceil(returned / 3)

  • facebook_get_page_reels

    Reels / short videos

  • facebook_get_page_videos

    Page videos, limit 6-12

  • facebook_get_post_attachments

    Full media attachments (5 credits per call)

  • facebook_get_post_comments

    Top-level comments, limit up to 30

  • facebook_get_post_details

    Reactions, comments count, shares, media

  • facebook_get_post_details_extended

    Extended fields: view counts (essential for reels / video posts), video URLs, music/audio metadata, author verification

  • facebook_get_post_id

    Extract post ID from URL

  • facebook_get_video_details

    Video post metadata + stats

  • facebook_marketplace_categories

    Browse category hierarchy

  • facebook_marketplace_city_coordinates

    Lat/long for a city (for radius search)

  • facebook_marketplace_listing

    Single listing details

  • facebook_marketplace_rentals

    Rental property listings

  • facebook_marketplace_search

    Item search with location, price, category, condition filters

  • facebook_marketplace_seller

    Seller profile + their listings

  • facebook_marketplace_vehicles

    Vehicle-specific listing search

  • facebook_search_locations

    Look up Facebook location UIDs (for use in other endpoints)

  • facebook_search_pages

    Search pages by keyword + optional location filter

  • facebook_search_people

    Search public profiles by keyword

  • facebook_search_posts

    Search posts by keyword, recency, location

  • facebook_search_videos

    Search Facebook Watch videos

  • instagram_get_highlight_details

    Full content of a specific highlight

  • instagram_get_location_posts

    Posts tagged at a specific location

  • instagram_get_nearby_locations

    Nearby location IDs (for use in location-posts)

  • instagram_get_post_details

    Likes, comments, media, caption

  • instagram_get_post_id

    Resolve post URL → ID

  • instagram_get_profile_details

    Profile info, follower count, bio, post count

  • instagram_get_profile_highlights

    Story highlights list

  • instagram_get_profile_posts

    Recent posts from a profile

  • instagram_get_profile_reels

    Reels from a profile

  • instagram_get_reels_by_audio

    Reels using a specific audio/music ID

  • instagram_get_reels_feed

    Reels feed for a profile

  • instagram_get_user_id

    Resolve username → numeric ID

  • instagram_popular_search

    Trending queries / suggestions

code evidence vv1.0.4 · github-tarball
evidence-backed findings quoted directly from the published source artifact — not inferred

code files: 3

network 2

  • net SocialAPIsHub-mcp-server-a362e3c/mcp-wrapper.js :34 const response = await fetch(`${MCP_PROXY_URL}/tools`);
  • net SocialAPIsHub-mcp-server-a362e3c/server.js :67 const response = await fetch(url.toString(), {

secrets 1

  • secrets SocialAPIsHub-mcp-server-a362e3c/mcp-wrapper.js :10 const API_KEY = process.env.SOCIALAPIS_API_KEY || process.argv[2];

declared dependencies 3

  • @modelcontextprotocol/sdk@^0.5.0
  • express@^4.18.2
  • cors@^2.8.5