Connect Anysite MCP Server to Make.com AI Agents for unlimited data extraction

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:
MCP Unlimited Plan Required: This integration requires an active MCP Unlimited subscription ($30/month) for unlimited data extraction.
Before you begin, ensure you have:
First, obtain your Direct URL from the Anysite dashboard:
Visit [app.anysite.io](https://app.anysite.io) and sign in to your account
Go to the **MCP Server Integration** section in your dashboard
<img
src="/images/make_mcp/Screenshot8.11.27.png"
alt="Anysite MCP Server Integration - Get Direct URL"
/>
You'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.
Now connect the MCP Server to your Make AI Agent:
<img
src="/images/make_mcp/Screenshot8.11.07.png"
alt="Make AI Agents Dashboard"
/>
Navigate to **AI Agents** section in your Make account and select or create an Agent.
<img
src="/images/make_mcp/Screenshot18.14.02.png"
alt="Create MCP Connection in Make"
/>
In your Agent configuration:
1. Scroll to the **MCP** section
2. Click **+ Add** button
3. A dialog "Create a connection" will appear
<img
src="/images/make_mcp/Screenshot18.15.57.png"
alt="Select New MCP Server"
/>
In 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
<img
src="/images/make_mcp/Screenshot18.16.16.png"
alt="Paste Direct URL with API Key"
/>
Fill 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**
Once saved, the MCP connection will appear in your Agent's MCP section. Your agent now has access to all 70+ Anysite tools!
Connection successful! Your Make AI Agent can now use Anysite MCP tools to extract data from any supported platform.
After connecting MCP, configure your AI Agent to use it effectively:
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.
Your Make AI Agent now has access to 70+ tools including:
LinkedIn (27 tools)
Instagram (8 tools)
Twitter/X (5 tools)
Reddit (5 tools)
YouTube (5 tools)
Y Combinator (3 tools)
SEC (2 tools)
Web Tools (3 tools)
Browse complete list of all available MCP tools
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:
linkedin_user to find John Smith's profilelinkedin_company to get TechCorp detailslinkedin_user_posts to analyze recent activityScheduled 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:
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_postssearch_twitter_postssearch_reddit_postsAgent 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 filterslinkedin_user for detailed profileslinkedin_user_posts for activity analysis┌─────────────────┐
│ Webhook/Timer │
└────────┬────────┘
│
▼
┌─────────────────┐
│ AI Agent │
│ (with MCP) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Process Results │
│ (Parse/Format) │
└────────┬────────┘
│
▼
┌─────────────────┐
│ Send to CRM/ │
│ Database/Slack │
└─────────────────┘
┌──────────────────┐
│ Main Router │
└────────┬─────────┘
│
┌─────────┴─────────┐
│ │
▼ ▼
┌───────────────┐ ┌───────────────┐
│ Research Agent│ │Analysis Agent │
│ (MCP Tools) │ │ (MCP Tools) │
└───────┬───────┘ └───────┬───────┘
│ │
└─────────┬─────────┘
│
▼
┌───────────────┐
│Report Generator│
└───────────────┘
**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](https://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](https://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
Never expose your Direct URL in:
- Public repositories
- Shared scenarios
- Screenshots
- Documentation
Rotate keys regularly from Anysite dashboard.
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
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
Track your agent activity:
- Review Make execution logs regularly
- Check Anysite dashboard for usage patterns
- Set up notifications for errors
- Monitor API response times
With MCP Unlimited ($30/month), extract as much data as you need without worrying about request limits or overage charges.
Build sophisticated AI agents without writing code. Make's visual interface + MCP tools = powerful automation.
Single agent can access LinkedIn, Instagram, Twitter, Reddit, and web data - unified intelligence gathering.
Set up agents that run on schedules or triggers, working 24/7 to gather insights and enrich data automatically.
Explore the complete list of 70+ tools available for your agents
Learn more about MCP Unlimited benefits and pricing
Manage your subscription and monitor usage
Create your Make account and start building agents
Need help with Make + MCP integration?
Get technical assistance from our team
Browse complete MCP documentation
Join discussions and share use cases
Check API status and uptime
Ready to build intelligent agents? Connect your Make account to Anysite MCP and start automating data extraction today!