Model Context Protocol for AI Agents

Let Claude, Cursor, and other AI tools access LinkedIn, Instagram, Twitter, and Reddit data directly. No code required - just natural language.

"Get LinkedIn profile of Satya Nadella" MCP Structured Data in Claude

Quick Install

# Clone the MCP server repository
git clone https://github.com/horizondatawave/hdw-mcp-server.git
🤖 AI-native integration
💬 Natural language queries
🔄 Automatic updates
⚡ Zero configuration

The bridge between AI and web data

Model Context Protocol enables AI assistants to access external tools and data sources seamlessly.

Model Context Protocol (MCP) is an open standard that enables AI assistants to access external tools and data sources. Anysite's MCP server gives AI agents direct access to LinkedIn, Instagram, and Reddit data through simple, natural language requests.

1

Install Once

Add our MCP server to your AI tool

2

Ask Naturally

"Find marketing managers in San Francisco on LinkedIn"

3

Get Results

Structured data appears directly in your AI conversation

4

Take Action

AI can process, analyze, and act on the data

No more copy-pasting. No more manual searches. Just seamless data access.

Works with your favorite AI assistants

Native integration with leading AI tools and platforms.

Claude Desktop ✓

  • Official Anthropic integration
  • Full tool support
  • Streaming responses
  • Error handling

Cursor IDE ✓

  • Built-in MCP support
  • Code generation with real data
  • Inline data access
  • Project-wide availability

Coming Soon

  • VS Code Copilot
  • OpenAI GPTs
  • LangChain
  • AutoGPT

Natural language access to web data

Simple commands that understand what you need.

search_linkedin_users

Natural language: "Find marketing managers at tech companies"

Parameters: query, filters, limit

get_linkedin_profile

Natural language: "Get detailed LinkedIn profile information"

Parameters: profile_url, include_posts

lookup_linkedin_email

Natural language: "Find email addresses associated with LinkedIn profiles"

Parameters: profile_url, verification_level

send_linkedin_chat_message

Natural language: "Send direct messages on LinkedIn"

Parameters: recipient_id, message, thread_id

get_linkedin_connections

Natural language: "Retrieve LinkedIn connections list"

Parameters: profile_id, degree, limit

get_linkedin_posts

Natural language: "Fetch LinkedIn posts from profiles or feeds"

Parameters: profile_id, post_type, date_range

search_instagram_posts

Natural language: "Search Instagram posts by hashtag or keyword"

Parameters: query, hashtag, post_count, include_stories

get_instagram_profile

Natural language: "Get detailed Instagram profile information"

Parameters: username, include_metrics

get_instagram_post_comments

Natural language: "Extract comments from Instagram posts"

Parameters: post_url, comment_limit

search_twitter_users

Natural language: "Search for Twitter/X user profiles"

Parameters: query, verified_only, follower_threshold

get_twitter_posts

Natural language: "Retrieve tweets from user timelines"

Parameters: username, tweet_count, include_retweets

search_reddit_posts

Natural language: "Search for Reddit posts across subreddits"

Parameters: query, subreddit, sort_by, time_range

get_reddit_comments

Natural language: "Get comments from Reddit posts"

Parameters: post_url, comment_depth

Get running in 60 seconds

Simple installation for your preferred AI tool.

1. Clone Repository

git clone https://github.com/horizondatawave/hdw-mcp-server.git
cd hdw-mcp-server

2. Configure Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "hdw-mcp-server": {
      "command": "python",
      "args": ["/path/to/hdw-mcp-server/main.py"],
      "env": {
        "HDW_ACCESS_TOKEN": "your_access_token_here",
        "HDW_ACCOUNT_ID": "your_account_id_here"
      }
    }
  }
}

3. Restart Claude Desktop

Ask "What MCP tools do you have available?" to verify installation

1. Clone Repository

git clone https://github.com/horizondatawave/hdw-mcp-server.git
cd hdw-mcp-server

2. Configure Cursor

Add to your Cursor settings:

{
  "mcp.servers": {
    "hdw-mcp-server": {
      "command": "python",
      "args": ["/path/to/hdw-mcp-server/main.py"],
      "env": {
        "HDW_ACCESS_TOKEN": "your_access_token_here",
        "HDW_ACCOUNT_ID": "your_account_id_here"
      }
    }
  }
}

3. Restart Cursor

Horizon Data Wave tools now available in your AI assistant!

See MCP in action

Real examples of how AI agents use our tools.

Example: LinkedIn Lead Research

You: Find marketing managers at tech companies and get their contact info
Claude: I'll search for marketing managers and then look up their contact information.
[Using search_linkedin_users with query="marketing manager tech company"]

Found several marketing managers. Let me get detailed profiles and emails for the top results:

[Using get_linkedin_profile for each result]
[Using lookup_linkedin_email for profiles]

Here are 3 qualified leads with contact info:

1. Sarah Chen
• Title: Marketing Manager at TechCorp
• Location: San Francisco, CA
• Experience: 5+ years in B2B SaaS marketing
• Email: s.chen@techcorp.com (verified)
• LinkedIn: linkedin.com/in/sarahchen

2. Michael Rodriguez
• Title: Senior Marketing Manager at CloudBase
• Location: Austin, TX
• Experience: Led product launches, content strategy
• Email: michael.r@cloudbase.io (verified)
• Recent Activity: Posted about AI marketing tools

Would you like me to draft personalized outreach messages or find more leads?

Example: Instagram Content Analysis

You: Analyze @competitor's Instagram strategy and top performing content
Claude: I'll analyze their Instagram profile and recent posts to understand their content strategy.
[Using get_instagram_profile with username="competitor"]
[Using search_instagram_posts to get their recent content]

Instagram Profile Analysis:

• Followers: 24.5K (growing ~500/month)
• Posts: 342 total
• Posting frequency: 4-5x per week
• Bio keywords: "Innovation", "Sustainability", "Tech"

Content Strategy Insights:

• Top performing content types:
  - Behind-the-scenes: Avg 3.2K likes
  - Product demos: Avg 2.8K likes
  - Team spotlights: Avg 2.1K likes
• Hashtag strategy: Mix of branded (#CompetitorTech) and trending (#AI, #Innovation)
• Peak engagement: Tuesday/Thursday at 10am EST

[Using get_instagram_post_comments on top posts]

Audience Sentiment:
• Common themes: "innovative", "user-friendly", "great support"
• Pain points mentioned: pricing, mobile app bugs
• Feature requests: dark mode, API access

Example: Reddit Community Research

You: What are people saying about AI coding assistants on Reddit?
Claude: I'll search Reddit for discussions about AI coding assistants and analyze the sentiment.
[Using search_reddit_posts with query="AI coding assistant" in r/programming, r/webdev, r/learnprogramming]

Found 47 relevant discussions from the past week:

Most discussed topics:
• GitHub Copilot vs Cursor vs Codeium (18 posts)
• Privacy concerns with code data (12 posts)
• Impact on junior developers (9 posts)
• Best practices for prompting (8 posts)

[Using get_reddit_comments on top posts to analyze sentiment]

Community Sentiment Analysis:

Positive (65%):
  - "Massive productivity boost for boilerplate"
  - "Great for learning new frameworks"
  - "Saves hours on repetitive tasks"

Concerns (35%):
  - Code quality and security worries
  - Over-reliance reducing skills
  - Subscription costs for individuals

Top recommended tools by community:
1. Cursor - "Best overall experience"
2. GitHub Copilot - "Most reliable suggestions"
3. Codeium - "Great free alternative"

Would you like me to dive deeper into any specific topic or subreddit?

Power user capabilities

Advanced features for complex workflows.

Cross-Platform Intelligence

Combine LinkedIn profiles with social media activity.

"Get the LinkedIn profile of the Instagram account @techfounder, find their email, and check their recent LinkedIn posts"

Contact Enrichment

Build complete contact profiles with verified information.

"For each person in this LinkedIn search, get their profile details, lookup their email addresses, and check if they have recent posts about hiring"

Twitter/X Integration

Analyze Twitter profiles and engagement data.

"Search for AI researchers on Twitter with 10K+ followers, then get their recent tweets about machine learning"

Get the most from MCP

Tips for effective queries and optimal results.

Effective Queries

❌ Don't

  • "Get LinkedIn"
  • "Search Instagram"
  • "Reddit data"

✅ Do

  • "Find senior software engineers at Google on LinkedIn"
  • "Show me fitness influencers on Instagram with 10k-100k followers"
  • "Find recent Reddit discussions about React vs Vue in r/webdev"

Performance Tips

  • Be specific in queries to reduce API calls
  • Use filtering parameters when available
  • Cache results for repeated analyses
  • Batch similar requests together

Common issues and solutions

Quick fixes for the most common problems.

MCP tools not showing

  • • Ensure Claude Desktop is fully restarted
  • • Check config file syntax
  • • Verify API key is valid

Rate limit exceeded

  • • MCP respects API rate limits
  • • Upgrade plan for higher limits
  • • Use more specific queries

No results found

  • • Check query spelling
  • • Verify profile/user exists
  • • Try broader search terms

Error Codes

  • MCP_AUTH_ERROR: Invalid API key
  • MCP_RATE_LIMIT: Too many requests
  • MCP_NOT_FOUND: Resource doesn't exist
  • MCP_TIMEOUT: Request took too long

Start using MCP in 3 minutes

Everything you need to get started.

1

Get API Key

Sign up at horizondatawave.ai

2

Install MCP

Run the install command

3

Configure Tool

Add server with API key

4

Start Asking

Use natural language

Resources

Get Free API Key Add to Cursor Read API Docs