# Linkedin (verified)

Build and manage professional profiles, post content, and search connections. Track engagement and manage company pages.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add linkedin

# Browse available tools
npx -y @smithery/cli@latest tool list linkedin

# Get full schema for a tool
npx -y @smithery/cli@latest tool get linkedin LINKEDIN_CREATE_LINKED_IN_POST

# Call a tool
npx -y @smithery/cli@latest tool call linkedin LINKEDIN_CREATE_LINKED_IN_POST '{}'
```

## Direct MCP Connection

Endpoint: `https://linkedin.run.tools`

## Tools (4)

- `LINKEDIN_CREATE_LINKED_IN_POST` — Creates a new post on LinkedIn for the authenticated user or an organization they manage; ensure the user has necessary…
- `LINKEDIN_DELETE_LINKED_IN_POST` — Deletes a specific LinkedIn post (share) by its unique `share_id`, which must correspond to an existing share.
- `LINKEDIN_GET_COMPANY_INFO` — Retrieves organizations where the authenticated user has specific roles (ACLs), to determine their management or conten…
- `LINKEDIN_GET_MY_INFO` — Fetches the authenticated LinkedIn user's profile, notably including the 'author_id' required for attributing content s…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get linkedin <tool-name>
```
