HDW-MCP-Server provides a bridge between AI assistants and Horizon Data Wave's LinkedIn API, enabling comprehensive access to LinkedIn data and functionality. The TypeScript implementation exposes tools for searching users, retrieving profiles, accessing posts and reactions, managing connections, sending messages, and interacting with companies through the Model Context Protocol. Built with the MCP SDK, it handles authentication via environment variables and includes robust error handling and logging. This server is particularly valuable for use cases requiring LinkedIn data access directly within AI assistant conversations, such as sales prospecting, recruitment research, and professional networking.
No reviews yet. Be the first to review!
Sign in to join the conversation
List endpoints in a category with their params and LLM hints. Always call before `execute`.
Fetch data from a specified source and category using an endpoint and parameters. Returns the first 10 items and a cache key.
Paginate cached items using a cache key, offset, and limit without re-fetching.
Filter, sort, or aggregate cached items locally using a cache key and optional conditions, sort criteria, and groupings.
Dump the full dataset to a specified format (json, jsonl, csv) and returns a local file path.