MCP ExplorerExplorer

HDW

@horizondatawaveon 13 days ago
30 MIT
FreeCommunity
Productivity
#LinkedIn#API access#Data retrieval#User management
Access to profile data and management of user account with [HorizonDataWave.ai](https://horizondatawave.ai/).

Overview

What is HDW

HDW MCP Server is a Model Context Protocol (MCP) server that enables comprehensive access to LinkedIn data and functionalities via the HorizonDataWave API, allowing users to efficiently retrieve, manage, and interact with LinkedIn data.

Use cases

Use cases include searching for LinkedIn users based on various criteria, retrieving user profiles and posts, managing account interactions such as sending chat messages and connection requests, and accessing company information, all while automating tasks and enhancing data management.

How to use

To use the HDW MCP Server, install it via Smithery or clone the repository from GitHub. Configure your API credentials by registering at HorizonDataWave and create an environment file. Adjust your client configuration according to your chosen platform (Claude Desktop, Cursor, or Windsurf) using the appropriate setup guide provided in the documentation.

Key features

Key features include LinkedIn user search, detailed profile lookups, email user lookups, post retrieval and management, chat functionality, connection management, Google company search, and comprehensive company details including employee information.

Where to use

The HDW MCP Server can be used in various applications such as customer relationship management (CRM) tools, talent acquisition software, marketing automation platforms, and any system that requires integration with LinkedIn data for enhanced user insights and engagement.

Content

HDW MCP Server

smithery badge

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

Features

  • LinkedIn Users Search: Filter and search for LinkedIn users by keywords, name, title, company, location, industry, and education.

  • Profile Lookup: Retrieve detailed profile information for a LinkedIn user.

  • Email Lookup: Find LinkedIn user details by email address.

  • Posts & Reactions: Retrieve a user’s posts and associated reactions.

  • Post Reposts & Comments: Retrieve reposts and comments for a specific LinkedIn post.

  • Account Management:

    • Chat Functionality: Retrieve and send chat messages via the LinkedIn management API.
    • Connection Management: Send connection invitations to LinkedIn users.
    • Post Commenting: Create comments on LinkedIn posts or replies.
    • User Connections: Retrieve a list of a user’s LinkedIn connections.
  • Company Search & Details:

    • Google Company Search: Find LinkedIn companies using Google search – the first result is typically the best match.
    • Company Lookup: Retrieve detailed information about a LinkedIn company.
    • Company Employees: Retrieve employees for a given LinkedIn company.
  • Google Search


Tools

HDW MCP Server exposes several tools through the MCP protocol. Each tool is defined with its name, description, and input parameters:

  1. Search LinkedIn Users
    Name: search_linkedin_users
    Description: Search for LinkedIn users with various filters.
    Parameters:

    • keywords (optional): Any keyword for search.
    • first_name, last_name, title, company_keywords, school_keywords (optional).
    • current_company, past_company, location, industry, education (optional).
    • count (optional, default: 10): Maximum number of results (max 1000).
    • timeout (optional, default: 300): Timeout in seconds (20–1500).
  2. Get LinkedIn Profile
    Name: get_linkedin_profile
    Description: Retrieve detailed profile information about a LinkedIn user.
    Parameters:

    • user (required): User alias, URL, or URN.
    • with_experience, with_education, with_skills (optional, default: true).
  3. Get LinkedIn Email User
    Name: get_linkedin_email_user
    Description: Look up LinkedIn user details by email.
    Parameters:

    • email (required): Email address.
    • count (optional, default: 5).
    • timeout (optional, default: 300).
  4. Get LinkedIn User Posts
    Name: get_linkedin_user_posts
    Description: Retrieve posts for a LinkedIn user by URN.
    Parameters:

    • urn (required): User URN (must include prefix, e.g. fsd_profile:...).
    • count (optional, default: 10).
    • timeout (optional, default: 300).
  5. Get LinkedIn User Reactions
    Name: get_linkedin_user_reactions
    Description: Retrieve reactions for a LinkedIn user by URN.
    Parameters:

    • urn (required).
    • count (optional, default: 10).
    • timeout (optional, default: 300).
  6. Get LinkedIn Chat Messages
    Name: get_linkedin_chat_messages
    Description: Retrieve top chat messages from the LinkedIn management API.
    Parameters:

    • user (required): User URN (with prefix).
    • count (optional, default: 20).
    • timeout (optional, default: 300).
  7. Send LinkedIn Chat Message
    Name: send_linkedin_chat_message
    Description: Send a chat message using the LinkedIn management API.
    Parameters:

    • user (required): Recipient user URN (with prefix).
    • text (required): Message text.
    • timeout (optional, default: 300).
  8. Send LinkedIn Connection Request
    Name: send_linkedin_connection
    Description: Send a connection invitation to a LinkedIn user.
    Parameters:

    • user (required).
    • timeout (optional, default: 300).
  9. Send LinkedIn Post Comment
    Name: send_linkedin_post_comment
    Description: Create a comment on a LinkedIn post or reply.
    Parameters:

    • text (required): Comment text.
    • urn (required): Activity or comment URN.
    • timeout (optional, default: 300).
  10. Get LinkedIn User Connections
    Name: get_linkedin_user_connections
    Description: Retrieve a list of LinkedIn user connections.
    Parameters:

    • connected_after (optional): Timestamp filter.
    • count (optional, default: 20).
    • timeout (optional, default: 300).
  11. Get LinkedIn Post Reposts
    Name: get_linkedin_post_reposts
    Description: Retrieve reposts for a LinkedIn post.
    Parameters:

    • urn (required): Post URN (must start with activity:).
    • count (optional, default: 10).
    • timeout (optional, default: 300).
  12. Get LinkedIn Post Comments
    Name: get_linkedin_post_comments
    Description: Retrieve comments for a LinkedIn post.
    Parameters:

    • urn (required).
    • sort (optional, default: "relevance"; allowed values: "relevance", "recent").
    • count (optional, default: 10).
    • timeout (optional, default: 300).
  13. Get LinkedIn Google Company
    Name: get_linkedin_google_company
    Description: Search for LinkedIn companies via Google – the first result is typically the best match.
    Parameters:

    • keywords (required): Array of company keywords.
    • with_urn (optional, default: false).
    • count_per_keyword (optional, default: 1; range 1–10).
    • timeout (optional, default: 300).
  14. Get LinkedIn Company
    Name: get_linkedin_company
    Description: Retrieve detailed information about a LinkedIn company.
    Parameters:

    • company (required): Company alias, URL, or URN.
    • timeout (optional, default: 300).
  15. Get LinkedIn Company Employees
    Name: get_linkedin_company_employees
    Description: Retrieve employees of a LinkedIn company.
    Parameters:

    • companies (required): Array of company URNs.
    • keywords, first_name, last_name (optional).
    • count (optional, default: 10).
    • timeout (optional, default: 300).

Setup Guide

Installing via Smithery

To install HDW MCP Server for Claude Desktop automatically via Smithery:

npx -y @smithery/cli install @horizondatawave/hdw-mcp-server --client claude

1. Clone the Repository (macOS)

Open your terminal and run the following commands:

# Clone the repository
git clone https://github.com/horizondatawave/hdw-mcp-server.git

# Change directory to the project folder
cd hdw-mcp-server

# Install dependencies
npm install

2. Obtain Your API Credentials

Register at app.horizondatawave.ai to get your API key and 100 free credits. You will receive your HDW_ACCESS_TOKEN and HDW_ACCOUNT_ID.


3. Configure the Environment

Create a .env file in the root of your project with the following content:

HDW_ACCESS_TOKEN=YOUR_HD_W_ACCESS_TOKEN
HDW_ACCOUNT_ID=YOUR_HD_W_ACCOUNT_ID

4. Client Configuration

4.1 Claude Desktop

Update your Claude configuration file (claude_desktop_config.json) with the following content:

{
  "mcpServers": {
    "hdw": {
      "command": "npx",
      "args": [
        "-y",
        "@horizondatawave/mcp"
      ],
      "env": {
        "HDW_ACCESS_TOKEN": "YOUR_HD_W_ACCESS_TOKEN",
        "HDW_ACCOUNT_ID": "YOUR_HD_W_ACCOUNT_ID"
      }
    }
  }
}

Configuration file location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json

4.2 Cursor

Easy way:
Open Cursor Settings and add a new MCP server with the command:

env HDW_ACCESS_TOKEN=your-access-token HDW_ACCOUNT_ID=your-account-id node /path/to/your/build/index.js

Safe way:
Copy the provided template run.template.sh to a new file (e.g. run.sh), update it with your credentials, and configure Cursor to run:

sh /path/to/your/run.sh

4.3 Windsurf

Update your Windsurf configuration file (mcp_config.json) with the following content:

{
  "mcpServers": {
    "hdw": {
      "command": "node",
      "args": [
        "/path/to/your/build/index.js"
      ],
      "env": {
        "HDW_ACCESS_TOKEN": "YOUR_HD_W_ACCESS_TOKEN",
        "HDW_ACCOUNT_ID": "YOUR_HD_W_ACCOUNT_ID"
      }
    }
  }
}

Note: After configuration, you can disable official web tools to conserve your API credits.


MCP Client Example Configuration

Below is an example configuration for an MCP client (e.g., a custom integration):

{
  "mcpServers": {
    "hdw": {
      "command": "npx",
      "args": [
        "-y",
        "@horizondatawave/mcp"
      ],
      "env": {
        "HDW_ACCESS_TOKEN": "YOUR_HD_W_ACCESS_TOKEN",
        "HDW_ACCOUNT_ID": "YOUR_HD_W_ACCOUNT_ID"
      }
    }
  }
}

Replace the paths and credentials with your own values.

License

This project is licensed under the MIT License.

Tools

search_linkedin_users
Search for LinkedIn users with various filters like keywords, name, title, company, location etc.
get_linkedin_profile
Get detailed information about a LinkedIn user profile
get_linkedin_email_user
Get LinkedIn user details by email
get_linkedin_user_posts
Get LinkedIn posts for a user by URN (must include prefix, example: fsd_profile:ACoAAEWn01QBWENVMWqyM3BHfa1A-xsvxjdaXsY)
get_linkedin_user_reactions
Get LinkedIn reactions for a user by URN (must include prefix, example: fsd_profile:ACoAA...)
get_linkedin_chat_messages
Get top chat messages from LinkedIn management API. Account ID is taken from environment.
send_linkedin_chat_message
Send a chat message via LinkedIn management API. Account ID is taken from environment.
send_linkedin_connection
Send a connection invitation to LinkedIn user. Account ID is taken from environment.
send_linkedin_post_comment
Create a comment on a LinkedIn post or on another comment. Account ID is taken from environment.
get_linkedin_user_connections
Get list of LinkedIn user connections. Account ID is taken from environment.
get_linkedin_post_reposts
Get LinkedIn reposts for a post by URN
get_linkedin_post_comments
Get LinkedIn comments for a post by URN
get_linkedin_google_company
Search for LinkedIn companies using Google search. First result is usually the best match.
get_linkedin_company
Get detailed information about a LinkedIn company
get_linkedin_company_employees
Get employees of a LinkedIn company
send_linkedin_post
Create a post on LinkedIn. Account ID is taken from environment.
linkedin_sn_search_users
Advanced search for LinkedIn users using Sales Navigator filters
get_linkedin_conversations
Get list of LinkedIn conversations from the messaging interface. Account ID is taken from environment.
google_search
Search for information using Google search API

Comments