Serversio.github.alexey-pelykh/linkedctl
L

io.github.alexey-pelykh/linkedctl

io.github.alexey-pelykh/linkedctl · v0.5.0
▦ npm
v0.5.0npm npm: linkedctl↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.alexey-pelykh/linkedctl",
  "description": "CLI and MCP server for the LinkedIn API",
  "repository": {
    "url": "https://github.com/alexey-pelykh/linkedctl",
    "source": "github"
  },
  "version": "0.5.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "linkedctl",
      "version": "0.5.0",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "LinkedIn OAuth2 access token",
          "isRequired": true,
          "isSecret": true,
          "name": "LINKEDCTL_ACCESS_TOKEN"
        },
        {
          "description": "LinkedIn OAuth2 client ID",
          "name": "LINKEDCTL_CLIENT_ID"
        },
        {
          "description": "LinkedIn OAuth2 client secret",
          "isSecret": true,
          "name": "LINKEDCTL_CLIENT_SECRET"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}