@mhdd_24/linkedin-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_VISIBILITY | No | Default audience for create_post | PUBLIC |
| LINKEDIN_ACCESS_TOKEN | Yes | OAuth access token for userinfo + posting (required) | |
| LINKEDIN_API_BASE_URL | No | LinkedIn API host | https://api.linkedin.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| whoamiA | Resolve the current LinkedIn member from the OpenID Connect userinfo endpoint using an access token. Returns the member id (used as the author URN), display name, and email. |
| list_visibilitiesA | List valid post visibility values (e.g. PUBLIC, CONNECTIONS). Use these exact values for visibility in create_post. |
| create_postA | Create a text share on LinkedIn. The author is resolved from userinfo (not from arguments). visibility is validated against the supported values. Returns the created post URN. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mhdd-24/Linkedin-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server