🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@gtm-api/linkedin-mcp

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gtm-api/linkedin-mcp

Managed LinkedIn MCP server for AI agents. Stdio launcher for the hosted GTM API endpoint: search, connect, message and enrich on LinkedIn accounts you own. 160+ typed actions behind three MCP tools.

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

@gtm-api/linkedin-mcp

Launcher for GTM API: LinkedIn MCP Server, the managed LinkedIn MCP server for AI agents. It bridges a stdio MCP client (Claude Desktop, Cursor, anything that spawns a command) to the hosted streamable-http endpoint at https://mcp.gtm-api.com/mcp via mcp-remote. No server logic runs locally; every tool executes on the hosted server, where account safety is enforced: warm-up, server-side daily limits, preview-then-confirm on outward actions. GTM API reports 20,000+ LinkedIn accounts running at under 1% monthly ban; the method is written up at gtm-api.com/safe-linkedin-automation.

The server exposes three MCP tools (list_toolsets, get_toolset_tools, call_tool) that give an agent progressive access to 160+ typed LinkedIn actions: messaging, connection requests, content, enrichment, search, account health and infrastructure.

Setup

  • Get an API key at app.gtm-api.com (7-day trial, no card) and connect a LinkedIn account you own.
  • Add the server to your MCP client. Claude Desktop (claude_desktop_config.json):
{
  "mcpServers": {
    "gtm-api": {
      "command": "npx",
      "args": ["-y", "@gtm-api/linkedin-mcp"],
      "env": { "GTM_API_KEY": "YOUR_API_KEY" }
    }
  }
}

Claude Code:

claude mcp add gtm-api -e GTM_API_KEY=YOUR_API_KEY -- npx -y @gtm-api/linkedin-mcp

Clients that speak streamable-http directly do not need this launcher; point them at https://mcp.gtm-api.com/mcp with an Authorization: Bearer YOUR_API_KEY header instead.

Environment variables

VariableRequiredMeaning
GTM_API_KEYyesAPI key from app.gtm-api.com
GTM_MCP_URLnoEndpoint override, defaults to https://mcp.gtm-api.com/mcp

Extra CLI arguments pass through to mcp-remote.

Keywords

mcp

FAQs

Package last updated on 03 Aug 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts