Skip to main content
Anysite MCP + Make.com AI Agent = Unlimited Data

Overview

Make.com AI Agents (formerly Integromat) combined with AnySite MCP Server creates a powerful platform for building autonomous AI agents with unlimited access to social media data. With MCP Unlimited plan, your Make AI Agents can extract data from LinkedIn, Instagram, Twitter, Reddit, and more without any request limits. Perfect for:
  • Autonomous research agents
  • Lead enrichment workflows
  • Competitor monitoring bots
  • Multi-platform data aggregation
  • Scheduled intelligence gathering
MCP Unlimited Plan Required: This integration requires an active MCP Unlimited subscription ($30/month) for unlimited data extraction.

Prerequisites

Before you begin, ensure you have:
  • Active Make.com account (Free or paid plan)
  • AnySite account with MCP Unlimited subscription
  • Basic understanding of Make AI Agents

Step 1: Get Your MCP Connection URL

First, obtain your Direct URL from the AnySite dashboard:
1

Log in to AnySite

Visit app.anysite.io and sign in to your account
2

Navigate to MCP Integration

Go to the MCP Server Integration section in your dashboard
3

Copy Direct URL

AnySite MCP Server Integration - Get Direct URLYou’ll see two connection options:
  • OAuth URL: https://mcp.anysite.io/mcp
  • Direct URL: https://mcp.anysite.io/mcp?api_key=YOUR_KEY
Click Copy next to the Direct URL - this includes your API key for authentication.
Security Notice: Your Direct URL contains your API key. Keep it secure and never share it publicly or commit it to version control.

Step 2: Configure MCP in Make AI Agent

Now connect the MCP Server to your Make AI Agent:
1

Open Make AI Agents

Make AI Agents DashboardNavigate to AI Agents section in your Make account and select or create an Agent.
2

Add MCP Connection

Create MCP Connection in MakeIn your Agent configuration:
  1. Scroll to the MCP section
  2. Click + Add button
  3. A dialog “Create a connection” will appear
3

Select New MCP Server

Select New MCP ServerIn the connection dialog:
  1. Connection name: Enter “Anysite MCP” (or any name you prefer)
  2. MCP Server: Click the dropdown and select ”+ New MCP server”
  3. The form will expand to show URL and API Key fields
4

Configure Connection

Paste Direct URL with API KeyFill in the connection details:
  1. URL: Paste your Direct URL from Step 1
    https://mcp.anysite.io/mcp?api_key=YOUR_API_KEY
    
  2. API Key / Access token: Leave empty (authentication is in the URL)
  3. Click Save
5

Verify Connection

Once saved, the MCP connection will appear in your Agent’s MCP section. Your agent now has access to all 55+ AnySite tools!
Connection successful! Your Make AI Agent can now use AnySite MCP tools to extract data from any supported platform.

Step 3: Configure Agent Behavior

After connecting MCP, configure your AI Agent to use it effectively:

System Prompt Example

You are an AI research agent with access to AnySite MCP tools.
Use these tools to extract data from LinkedIn, Instagram, Twitter, and Reddit.

When the user requests information about people or companies:
1. Use linkedin_user or linkedin_company tools to get profile data
2. Analyze the information and provide structured insights
3. If needed, use additional tools to gather supplementary data

Always provide accurate, well-formatted responses based on real data.

Available Tools

Your Make AI Agent now has access to 55+ tools including: LinkedIn (24 tools)
  • Profile extraction
  • Company research
  • Post and comment analysis
  • Employee search
  • Job listings
Instagram (8 tools)
  • Profile data
  • Posts and reels
  • Comments and likes
  • Follower analysis
Twitter/X (5 tools)
  • Profile information
  • Tweet extraction
  • User and post search
Reddit (3 tools)
  • Post details
  • Comments
  • Subreddit search
Web Tools (3 tools)
  • Webpage parsing
  • Sitemap extraction
  • Web search

View All Tools

Browse complete list of all available MCP tools

Use Cases & Examples

1. Lead Enrichment Agent

Agent Prompt:
"Research John Smith, VP of Sales at TechCorp. I need his LinkedIn profile,
recent activity, and company information for a sales outreach."
What the agent does:
  1. Uses linkedin_user to find John Smith’s profile
  2. Uses linkedin_company to get TechCorp details
  3. Uses linkedin_user_posts to analyze recent activity
  4. Compiles a comprehensive report with contact strategy

2. Competitor Monitoring Agent

Scheduled Scenario:
Every Monday at 9 AM:
- Extract last 7 days of posts from 3 competitor LinkedIn pages
- Analyze engagement metrics and topics
- Send summary report to Slack
Make Workflow:
  • Trigger: Schedule (weekly)
  • Action: AI Agent with MCP tools
  • Output: Formatted report to Slack/Email

3. Multi-Platform Research

Agent Prompt:
"Find all mentions of 'AI automation' across LinkedIn, Twitter, and Reddit
from the past week. Summarize trends and sentiment."
Tools used:
  • search_linkedin_posts
  • search_twitter_posts
  • search_reddit_posts
  • Agent analyzes and synthesizes findings

4. Recruitment Automation

Agent Prompt:
"Find 10 Python developers in Berlin with ML experience who posted
about AI in the last month. Provide their profiles and activity summary."
Tools used:
  • search_linkedin_users with filters
  • linkedin_user for detailed profiles
  • linkedin_user_posts for activity analysis

Integration with Make Scenarios

Basic Structure

┌─────────────────┐
│  Webhook/Timer  │
└────────┬────────┘


┌─────────────────┐
│   AI Agent      │
│   (with MCP)    │
└────────┬────────┘


┌─────────────────┐
│ Process Results │
│ (Parse/Format)  │
└────────┬────────┘


┌─────────────────┐
│  Send to CRM/   │
│  Database/Slack │
└─────────────────┘

Advanced Multi-Agent Setup

         ┌──────────────────┐
         │   Main Router    │
         └────────┬─────────┘

        ┌─────────┴─────────┐
        │                   │
        ▼                   ▼
┌───────────────┐   ┌───────────────┐
│ Research Agent│   │Analysis Agent │
│   (MCP Tools) │   │  (MCP Tools)  │
└───────┬───────┘   └───────┬───────┘
        │                   │
        └─────────┬─────────┘


          ┌───────────────┐
          │Report Generator│
          └───────────────┘

Troubleshooting

Possible causes:
  • Invalid or expired API key
  • Incorrect URL format
  • Network connectivity issues
Solutions:
  • Regenerate your Direct URL from AnySite dashboard
  • Ensure the URL includes ?api_key=YOUR_KEY parameter
  • Check that your AnySite subscription is active
  • Verify your Make account has network access to external APIs
Possible causes:
  • Connection not properly saved
  • MCP Unlimited plan not active
Solutions:
  • Delete and recreate the MCP connection
  • Verify your MCP Unlimited subscription at app.anysite.io
  • Check that the connection appears in the Agent’s MCP section
  • Try testing with a simple query like “Get LinkedIn profile for linkedin.com/in/williamhgates”
Note: With MCP Unlimited, you should have no rate limits for MCP requests.If you see errors:
  • Verify you’re on MCP Unlimited plan (not pay-per-use)
  • Check your subscription status in AnySite dashboard
  • Direct API calls (outside MCP) are billed separately
  • Contact support if issues persist
Possible causes:
  • System prompt doesn’t encourage tool usage
  • Agent doesn’t understand available tools
Solutions:
  • Update system prompt to explicitly mention MCP tools
  • Provide examples of when to use specific tools
  • Test with direct tool names: “Use linkedin_user tool to get profile for…”
  • Ensure agent has proper permissions to use MCP
Error message: “Invalid API key” or “Unauthorized”Solutions:
  • Your API key in the Direct URL may be incorrect
  • Go to app.anysite.io and copy a fresh Direct URL
  • Update the MCP connection in Make with the new URL
  • Ensure you copied the entire URL including the key parameter

Security Best Practices

Protect API Keys

Never expose your Direct URL in:
  • Public repositories
  • Shared scenarios
  • Screenshots
  • Documentation
Rotate keys regularly from AnySite dashboard.

Agent Access Control

Limit agent permissions:
  • Only give agents necessary tools
  • Use separate API keys for different agents
  • Monitor agent activity in Make logs
  • Set up alerts for unusual behavior

Data Privacy

Handle extracted data responsibly:
  • Follow GDPR and data protection laws
  • Don’t store sensitive data unnecessarily
  • Implement data retention policies
  • Respect platform terms of service

Monitor Usage

Track your agent activity:
  • Review Make execution logs regularly
  • Check AnySite dashboard for usage patterns
  • Set up notifications for errors
  • Monitor API response times

Benefits of Make + MCP Integration

Unlimited Data Access

With MCP Unlimited ($30/month), extract as much data as you need without worrying about request limits or overage charges.

No-Code AI Agents

Build sophisticated AI agents without writing code. Make’s visual interface + MCP tools = powerful automation.

Multi-Platform Intelligence

Single agent can access LinkedIn, Instagram, Twitter, Reddit, and web data - unified intelligence gathering.

Autonomous Workflows

Set up agents that run on schedules or triggers, working 24/7 to gather insights and enrich data automatically.

Next Steps

Support

Need help with Make + MCP integration?
Ready to build intelligent agents? Connect your Make account to AnySite MCP and start automating data extraction today!