Skip to main content
Glama
Sharan-Kumar-R

Social Media Scraper - Custom MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RAPIDAPI_KEYYesYour RapidAPI key for social media APIs
SERPER_API_KEYYesYour Google Serper API key for search

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_personal_profileA

Fetch full LinkedIn personal profile data for a given URL.

get_company_profileB

Fetch full LinkedIn company page data for a given URL.

get_facebook_profileC

Fetch Facebook profile data for a given public URL.

get_instagram_profileB

Fetch Instagram profile data for a given public username or URL.

scrape_websiteC

Fetch search results for a given query using Google Serper API.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct entity type or platform: LinkedIn personal, LinkedIn company, Facebook profile, Instagram profile, and general web search. There is no overlap in purpose, and the descriptions make the boundaries clear.

Naming Consistency3/5

Most tools follow a get_[qualifier]_profile pattern, but scrape_website breaks the convention with a different verb and noun. Also, get_personal_profile and get_company_profile use entity type qualifiers rather than platform names, while the other two profile tools use platform names, creating minor inconsistency.

Tool Count5/5

Five tools is well within the ideal range and each tool serves a distinct function. The scope is narrow but well-defined for a social media scraper focused on profile retrieval.

Completeness2/5

The tool surface is incomplete for a general social media scraper. It covers only LinkedIn, Facebook, and Instagram, missing major platforms like Twitter, YouTube, or TikTok. Additionally, it only supports profile fetching, not posts, comments, or other content, and the inclusion of scrape_website for Google search results is tangential to the stated purpose.

Maintenance

ActivityInactive
ResponsivenessUnresponsive