MCP.so
Sign In

HDW MCP Server

@horizondatawave

About HDW MCP Server

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

Basic information

Category

Other

License

MIT

Runtime

node

Transports

stdio

Publisher

horizondatawave

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "hdw-mcp-server": {
      "command": "node",
      "args": [
        "build/server.js"
      ],
      "env": {
        "ANYSITE_ACCESS_TOKEN": "..."
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is HDW MCP Server?

An MCP server that lets Claude, Cursor, ChatGPT, and any MCP client query structured data from LinkedIn, Instagram, Twitter/X, Reddit, YouTube, SEC EDGAR, Y Combinator, Crunchbase, and any URL via five universal meta-tools. It dynamically discovers endpoints from the AnySite OpenAPI spec.

How to use HDW MCP Server?

Two connection options. Remote MCP with OAuth (recommended): sign up at anysite.io, then point your client to https://mcp.anysite.io/mcp and authenticate via OAuth or ?api_key=YOUR_KEY. Self-hosted: install @anysiteio/mcp via npm, set the ANYSITE_ACCESS_TOKEN environment variable, and configure your client to run the server over stdio.

Key features of HDW MCP Server?

  • Five universal meta-tools: discover, execute,

Comments

More Other MCP servers