Skip to main content

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_linkedin_users
tool
Search for LinkedIn users based on various criteriaParameters:
  • query (string): Search query for users
  • filters (object): Additional search filters
  • limit (integer): Maximum number of results (default: 10)
get_linkedin_profile
tool
Retrieve detailed LinkedIn profile informationParameters:
  • profile_url (string): LinkedIn profile URL or identifier
  • include_posts (boolean): Include recent posts (default: false)
lookup_linkedin_email
tool
Find email addresses associated with LinkedIn profilesParameters:
  • profile_url (string): LinkedIn profile URL
  • verification_level (string): Email verification level

Messaging & Connections

send_linkedin_chat_message
tool
Send direct messages on LinkedInParameters:
  • recipient_id (string): LinkedIn user ID of recipient
  • message (string): Message content
  • thread_id (string, optional): Existing conversation thread
get_linkedin_connections
tool
Retrieve LinkedIn connections listParameters:
  • profile_id (string): LinkedIn profile identifier
  • degree (integer): Connection degree (1, 2, or 3)
  • limit (integer): Maximum results to return

Content & Posts

get_linkedin_posts
tool
Fetch LinkedIn posts from profiles or feedsParameters:
  • profile_id (string): Profile to get posts from
  • post_type (string): Type of posts (articles, updates, etc.)
  • date_range (object): Date range for posts
get_linkedin_post_reactions
tool
Get reactions and engagement data for LinkedIn postsParameters:
  • post_url (string): LinkedIn post URL
  • reaction_types (array): Types of reactions to retrieve

Company Data

search_linkedin_companies
tool
Search for LinkedIn company profilesParameters:
  • query (string): Company search query
  • industry (string): Industry filter
  • size (string): Company size filter
get_linkedin_company_employees
tool
Get employee information for LinkedIn companiesParameters:
  • company_id (string): LinkedIn company identifier
  • department (string): Specific department filter
  • seniority (string): Seniority level filter

Instagram Tools

get_instagram_user_posts
tool
Retrieve posts from Instagram user profilesParameters:
  • username (string): Instagram username
  • post_count (integer): Number of posts to retrieve
  • include_stories (boolean): Include Instagram stories
get_instagram_profile
tool
Get detailed Instagram profile informationParameters:
  • username (string): Instagram username
  • include_metrics (boolean): Include engagement metrics
get_instagram_post_comments
tool
Extract comments from Instagram postsParameters:
  • post_url (string): Instagram post URL
  • comment_limit (integer): Maximum comments to retrieve

Twitter/X Tools

search_twitter_users
tool
Search for Twitter/X user profilesParameters:
  • query (string): User search query
  • verified_only (boolean): Only verified accounts
  • follower_threshold (integer): Minimum follower count
get_twitter_posts
tool
Retrieve tweets from user timelinesParameters:
  • username (string): Twitter username
  • tweet_count (integer): Number of tweets to retrieve
  • include_retweets (boolean): Include retweets

Reddit Tools

search_reddit_posts
tool
Search for Reddit posts across subredditsParameters:
  • query (string): Search query
  • subreddit (string): Specific subreddit to search
  • sort_by (string): Sort method (hot, new, top)
  • time_range (string): Time range for results
get_reddit_comments
tool
Get comments from Reddit postsParameters:
  • post_url (string): Reddit post URL
  • comment_depth (integer): Maximum comment thread depth

General Tools

get_account_stats
tool
Retrieve account usage statisticsParameters:
  • time_period (string): Statistics time period
  • include_breakdown (boolean): Include detailed breakdown
validate_credentials
tool
Validate API credentials and permissionsParameters:
  • None required

Usage Examples

Here are some common usage patterns:

Finding LinkedIn Prospects

Use the search_linkedin_users tool to find marketing professionals at tech companies, 
then get their profiles with get_linkedin_profile, and look up their email addresses 
using lookup_linkedin_email.

Social Media Monitoring

Monitor brand mentions by searching Instagram posts with get_instagram_user_posts 
and Reddit discussions with search_reddit_posts, then analyze engagement 
with the respective comment tools.

Content Research

Research industry trends by searching LinkedIn posts from thought leaders, 
getting Twitter posts from industry accounts, and analyzing Reddit discussions 
in relevant communities.

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.
I