MCP.so
ログイン

HDW MCP Server

@MCP-Mirror

HDW MCP Server について

Mirror of

基本情報

カテゴリ

その他

ライセンス

Activity

ランタイム

node

トランスポート

stdio

公開者

MCP-Mirror

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

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

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is HDW MCP Server?

A Model Context Protocol server that provides comprehensive access to LinkedIn data and account management through the HorizonDataWave API. It enables user and company searches, profile lookups, email resolution, post/reaction retrieval, and direct actions such as sending chat messages, connection requests, and comments.

How to use HDW MCP Server?

Install via npm (npm install after cloning the repository), then configure a .env file with your HDW_ACCESS_TOKEN and HDW_ACCOUNT_ID (obtained from app.horizondatawave.ai). Add the server to an MCP client such as Claude Desktop, Cursor, or Windsurf using the provided configuration templates.

Key features of HDW MCP Server

  • Search LinkedIn users by name, title, company, location, industry, and education.
  • Retrieve detailed profiles with experience, education, and skills.
  • Look up LinkedIn users by email address.
  • Fetch a user’s posts, reactions, reposts, and comments.
  • Send connection invitations, chat messages, and post comments.
  • Search LinkedIn companies via Google and retrieve company details and employees.
  • Manage LinkedIn chat messages (retrieve and send).

Use cases of HDW MCP Server

  • Recruitment: search for candidates by specific criteria and view their full profiles.
  • Sales prospecting: look up company details and employees, then send connection or chat messages.
  • Social media monitoring: retrieve posts, reactions, and comments for a LinkedIn user or post.
  • Account management: automate sending connection requests and commenting on posts.
  • Lead enrichment: resolve a LinkedIn profile from an email address.

FAQ from HDW MCP Server

What credentials are required to use this server?

You need an HDW_ACCESS_TOKEN and an HDW_ACCOUNT_ID, obtained by registering at app.horizondatawave.ai (100 free credits are provided).

How do I install and configure the server?

Clone the repo, run npm install, set up a .env file with your credentials, then configure your MCP client (Claude Desktop, Cursor, or Windsurf) using the provided JSON examples.

What data can I retrieve from LinkedIn?

User profiles (with optional experience, education, skills), posts, reactions, reposts, comments, chat messages, user connections, company details, company employees, and email-to-profile lookups.

Can I perform actions on LinkedIn via this server?

Yes: send connection requests, send chat messages, and create comments on posts or replies using the corresponding tools.

What are the maximum limits for search results and timeouts?

Search users can return up to 1000 results (default 10). Timeout is configurable from 20 to 1500 seconds (default 300).

コメント

「その他」の他のコンテンツ