Overview
The AnySite MCP Server provides over 20 specialized tools for social media data extraction and interaction. Each tool is designed for specific use cases and platforms.LinkedIn Tools
User & Profile Management
Search for LinkedIn users based on various criteriaParameters:
query
(string): Search query for usersfilters
(object): Additional search filterslimit
(integer): Maximum number of results (default: 10)
Retrieve detailed LinkedIn profile informationParameters:
profile_url
(string): LinkedIn profile URL or identifierinclude_posts
(boolean): Include recent posts (default: false)
Find email addresses associated with LinkedIn profilesParameters:
profile_url
(string): LinkedIn profile URLverification_level
(string): Email verification level
Messaging & Connections
Send direct messages on LinkedInParameters:
recipient_id
(string): LinkedIn user ID of recipientmessage
(string): Message contentthread_id
(string, optional): Existing conversation thread
Retrieve LinkedIn connections listParameters:
profile_id
(string): LinkedIn profile identifierdegree
(integer): Connection degree (1, 2, or 3)limit
(integer): Maximum results to return
Content & Posts
Fetch LinkedIn posts from profiles or feedsParameters:
profile_id
(string): Profile to get posts frompost_type
(string): Type of posts (articles, updates, etc.)date_range
(object): Date range for posts
Get reactions and engagement data for LinkedIn postsParameters:
post_url
(string): LinkedIn post URLreaction_types
(array): Types of reactions to retrieve
Company Data
Search for LinkedIn company profilesParameters:
query
(string): Company search queryindustry
(string): Industry filtersize
(string): Company size filter
Get employee information for LinkedIn companiesParameters:
company_id
(string): LinkedIn company identifierdepartment
(string): Specific department filterseniority
(string): Seniority level filter
Instagram Tools
Retrieve posts from Instagram user profilesParameters:
username
(string): Instagram usernamepost_count
(integer): Number of posts to retrieveinclude_stories
(boolean): Include Instagram stories
Get detailed Instagram profile informationParameters:
username
(string): Instagram usernameinclude_metrics
(boolean): Include engagement metrics
Extract comments from Instagram postsParameters:
post_url
(string): Instagram post URLcomment_limit
(integer): Maximum comments to retrieve
Twitter/X Tools
Search for Twitter/X user profilesParameters:
query
(string): User search queryverified_only
(boolean): Only verified accountsfollower_threshold
(integer): Minimum follower count
Retrieve tweets from user timelinesParameters:
username
(string): Twitter usernametweet_count
(integer): Number of tweets to retrieveinclude_retweets
(boolean): Include retweets
Reddit Tools
Search for Reddit posts across subredditsParameters:
query
(string): Search querysubreddit
(string): Specific subreddit to searchsort_by
(string): Sort method (hot, new, top)time_range
(string): Time range for results
Get comments from Reddit postsParameters:
post_url
(string): Reddit post URLcomment_depth
(integer): Maximum comment thread depth
General Tools
Retrieve account usage statisticsParameters:
time_period
(string): Statistics time periodinclude_breakdown
(boolean): Include detailed breakdown
Validate API credentials and permissionsParameters:
- None required
Usage Examples
Here are some common usage patterns:Finding LinkedIn Prospects
Social Media Monitoring
Content Research
Best Practices
- Always respect platform rate limits and terms of service
- Use appropriate filters to get relevant results
- Combine multiple tools for comprehensive data gathering
- Monitor your API usage with get_account_stats
Some tools require specific permissions or account types. Check your AnySite subscription for access levels.