Skip to main content
Glama
utsavagg2007

LinkedIn MCP Server

by utsavagg2007

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LINKEDIN_AUTHOR_URNNoLinkedIn author URN (optional, for specifying the author when publishing)
LINKEDIN_ACCESS_TOKENNoLinkedIn API access token for publishing posts (required only if using the create_post tool)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
draft_postC

Generate a LinkedIn post template based on topic and tone.

create_postC

Format and publish a LinkedIn post, or save as draft.

analyze_postA

Score a LinkedIn post and return improvement suggestions.

generate_hashtagsC

Generate relevant LinkedIn hashtags for a topic.

format_postB

Format raw content with proper LinkedIn structure and hashtags.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
post_templates

TDQS

B3.4/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a distinct purpose: analyze provides feedback, create publishes or drafts, draft generates templates, format structures content, and generate_hashtags produces hashtags. No overlap.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., analyze_post, create_post).

Tool Count5/5

Five tools is well-scoped for LinkedIn post management, covering creation, formatting, analysis, and hashtag generation without being excessive.

Completeness4/5

The set covers the key post lifecycle steps (drafting, formatting, creating, analyzing, hashtags) but lacks editing or scheduling capabilities, which are minor gaps.

Maintenance

ActivityInactive
ResponsivenessNo issues