home / mcp / anysite mcp server

Anysite MCP Server

A Model Context Protocol (MCP) server that provides comprehensive access to LinkedIn data and functionalities using the Anysite API, enabling not only data retrieval but also robust management of user accounts.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "anysiteio-anysite-mcp-server": {
      "url": "https://mcp.anysite.io/mcp",
      "headers": {
        "ANYSITE_OAUTH_URL": "https://mcp.anysite.io/mcp"
      }
    }
  }
}

Anysite MCP Server enables AI agents to access real-time data from LinkedIn, Instagram, Reddit, Twitter, and any website through a single MCP endpoint. It provides OAuth-based connections, multi-platform adapters, self-healing APIs, and real-time data access to power agent-driven research, monitoring, and automation.

How to use

Connect your AI agents to real-time data sources using an MCP client of your choice. You can use a remote MCP connection via OAuth or run a local MCP server for development and testing. Once connected, your agent can discover available tools, run cross-platform queries, and receive structured data from the supported platforms.

How to install

Prerequisites you need before starting: Node.js and npm installed on your machine.

Option A: Remote MCP with OAuth (recommended) — connect to the hosted MCP service from your MCP client.

Option B: Local MCP Server — run a development instance locally.

Additional sections

Configuration and setup details are provided below to help you connect your MCP client, verify the connection, and start processing data from multiple platforms. Follow the steps exactly to ensure your agent can access the full set of tools and data sources.

Available tools

duckduckgo_search

Web search tool powered by DuckDuckGo that returns up to 20 results for a query.

get_yc_company

Retrieve comprehensive YC company information by slug.

search_yc_companies

Search YC companies with filters such as batch and industry, with batch processing.

search_yc_founders

Search YC founders by name, company, batch, or industry.

search_youtube_videos

Search YouTube videos by query and retrieve matching results.

get_youtube_video

Get detailed information about a YouTube video by ID or URL.

get_youtube_video_subtitles

Extract subtitles for a YouTube video with timestamps.

search_sec_companies

Search SEC EDGAR filings with advanced filters to find company filings.

get_sec_document

Retrieve full SEC document content by URL.

search_linkedin_users

Advanced LinkedIn user search with 10+ filters to locate profiles.

linkedin_sales_navigator_search_users

Sales Navigator enhanced search for LinkedIn profiles.

search_linkedin_companies

Search LinkedIn companies with advanced filtering options.

search_linkedin_educations

Search educational institutions to filter LinkedIn results.

search_linkedin_industries

Filter LinkedIn results by industry.

search_linkedin_locations

Filter LinkedIn results by location.

search_linkedin_jobs

Search LinkedIn job postings with filters.

find_linkedin_user_email

Find a LinkedIn user's email address.

get_linkedin_email_db

Get email from internal LinkedIn user email database (limited).</n>

get_linkedin_google_company

Find company details via Google search.

get_linkedin_company

Look up detailed LinkedIn company information.

get_linkedin_profile

Full LinkedIn profile including experience, education, and skills.

get_linkedin_user_posts

Retrieve a user's post history on LinkedIn.

get_linkedin_user_comments

Retrieve a user's LinkedIn comment history.

get_linkedin_user_reactions

Retrieve posts a LinkedIn user reacted to.

get_linkedin_user_endorsers

Fetch skill endorsers for a LinkedIn user.

get_linkedin_user_certificates

Fetch professional certificates of a LinkedIn user.

get_linkedin_user_education

Fetch education history for a LinkedIn user.

get_linkedin_user_experience

Fetch work experience details for a LinkedIn user.

get_linkedin_user_skills

Fetch skills and endorsements for a LinkedIn user.

get_linkedin_user_honors

Fetch awards and honors for a LinkedIn user.

get_linkedin_user_patents

Fetch patent information for a LinkedIn user.

get_linkedin_user_languages

Fetch language proficiencies for a LinkedIn user.

get_linkedin_company_employee_stats

Fetch employee statistics for a LinkedIn company.

get_linkedin_company_employees

Fetch LinkedIn employees for a company with filters.

get_linkedin_company_posts

Fetch LinkedIn company updates.

get_linkedin_management_company_mentions

Track company mentions in LinkedIn management context (requires ACCOUNT_ID).

search_linkedin_posts

Search LinkedIn posts by keywords, author, and date.

get_linkedin_post_comments

Retrieve LinkedIn post comment threads.

get_linkedin_post_reactions

Identify who reacted to a LinkedIn post and how.

get_linkedin_post_reposts

Analyze LinkedIn post reshares.

get_linkedin_management_me

Fetch your LinkedIn account profile in management context (requires ACCOUNT_ID).

send_linkedin_chat_message

Send direct messages on LinkedIn.

get_linkedin_chat_messages

Retrieve LinkedIn chat history.

get_linkedin_chat_attachment_base64

Download LinkedIn chat attachments as base64.

send_linkedin_connection_request

Send a LinkedIn connection request.

send_linkedin_post_comment

Comment on a LinkedIn post.

send_linkedin_post

Create a new LinkedIn post.

get_linkedin_conversations

Retrieve all LinkedIn conversations.

get_linkedin_user_connections

Fetch LinkedIn user connections list.

get_linkedin_group

Get LinkedIn group information and members.

get_instagram_user

Fetch Instagram profile info including followers and post count.

get_instagram_user_posts

Retrieve Instagram user post history with media.

get_instagram_user_reels

Fetch Instagram Reels and short videos.

get_instagram_user_friendships

Retrieve followers and following lists.

get_instagram_post

Fetch details for an Instagram post with metrics.

get_instagram_post_comments

Retrieve comment threads for an Instagram post.

get_instagram_post_likes

Identify users who liked an Instagram post.

search_instagram_posts

Search Instagram posts by hashtags or keywords.

get_twitter_user

Fetch Twitter/X user profile details.

search_twitter_users

Find Twitter/X users by various filters.

get_twitter_user_posts

Retrieve a user's tweets/history.

search_twitter_posts

Advanced search for tweets with multiple filters.

search_reddit_posts

Search Reddit posts with sort, time, and subreddit filters.

get_reddit_posts

Fetch details for a Reddit post including score and comments.

get_reddit_post_comments

Retrieve comment trees for a Reddit post.

get_reddit_user_posts

Get posts from a specific Reddit user.

get_reddit_user_comments

Get comments from a specific Reddit user.

parse_webpage

Extract content from a webpage using 14+ CSS selector options.

get_sitemap

Parse a website sitemap to discover pages.