Linkedin

56 tools. 20 can modify or destroy data without limits.

2 destructive tools with no built-in limits. Policy required.

Last updated:

20 can modify or destroy data
36 read-only
56 tools total

Community server · catalogue entry verified 30/06/2026

How to control Linkedin ↓

What Linkedin exposes to your agents

Read (36) Write / Execute (18) Destructive / Financial (2)
Critical Risk

The most dangerous Linkedin tools

20 of Linkedin's 56 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Linkedin

PolicyLayer is an MCP gateway — it sits between your AI agents and Linkedin, and nothing reaches the server without passing your rules. These are the rules we recommend:

Block financial tools by default
{
  "linkedin_ads_create_campaign": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Requires human approval."
      }
    ]
  }
}

Financial tools should be explicitly enabled per use case, not open by default.

Deny destructive operations
{
  "linkedin_posts_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "create_update_guide": {
    "limits": [
      {
        "counter": "create_update_guide_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "analyze_profile": {
    "limits": [
      {
        "counter": "analyze_profile_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Linkedin — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON LINKEDIN →

Instant setup, no code required.

All 56 Linkedin tools

READ 36 tools
Read analyze_profile Analyze LinkedIn profile and provide optimization recommendations Read linkedin_ads_get_analytics Get advertising analytics Read linkedin_ads_get_campaigns Retrieve advertising campaigns Read linkedin_ads_get_targeting_facets Get available targeting options Read linkedin_analyze_profile_from_data Analyze LinkedIn profile data and provide optimization recommendations Read linkedin_assets_get_upload_url Get pre-signed URL for media upload Read linkedin_compliance_get_events Get compliance events for monitoring Read linkedin_events_get Get LinkedIn events Read linkedin_exchange_code Exchange authorization code for access token Read linkedin_get_api_health Check LinkedIn API health status Read linkedin_get_auth_url Generate LinkedIn OAuth authorization URL Read linkedin_get_feed 📰 Get LinkedIn feed/timeline posts Read linkedin_get_post_comments 💬 Get comments on a specific post Read linkedin_get_post_details 🔍 Get detailed information about a specific post Read linkedin_get_profile Get authenticated user LinkedIn profile Read linkedin_get_rate_limits Check current rate limit status Read linkedin_get_user_activity 📊 Get user\ Read linkedin_get_user_info Get user information via OpenID Connect Read linkedin_get_user_posts 📖 Get user\ Read linkedin_jobs_search Search for jobs on LinkedIn Read linkedin_learning_get_classifications Get learning content taxonomy Read linkedin_learning_get_courses Get LinkedIn Learning courses Read linkedin_messaging_get_conversations Get message conversations Read linkedin_oauth_exchange_code Exchange authorization code for access token Read linkedin_oauth_get_auth_url Generate OAuth 2.0 authorization URL for LinkedIn authentication Read linkedin_oauth_refresh_token Refresh expired access token Read linkedin_organizations_get_company Get organization/company information Read linkedin_organizations_get_follower_stats Get organization follower statistics Read linkedin_people_get_profile Get member profile information Read linkedin_people_search_members Search for LinkedIn members Read linkedin_posts_get Retrieve LinkedIn posts Read linkedin_request_profile_api_access Generate application text for requesting LinkedIn Profile API access Read linkedin_sales_navigator_profile_association Sales Navigator profile association Read linkedin_talent_unified_search Enhanced talent search (2025 feature) Read linkedin_test_connection Test LinkedIn API connectivity and permissions Read track_updates Track LinkedIn profile update progress

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Linkedin

Can an AI agent move money through the Linkedin MCP server? +

Yes. The Linkedin server exposes 1 financial tools including linkedin_ads_create_campaign. Without a policy, an autonomous agent can call these with no spend caps, no rate limits, and no approval flow. PolicyLayer lets you block financial tools by default, require human approval, or set per-tool rate limits — enforced on every call.

Can an AI agent delete data through the Linkedin MCP server? +

Yes. The Linkedin server exposes 1 destructive tools including linkedin_posts_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Linkedin? +

The Linkedin server has 18 write tools including create_update_guide, generate_headline, generate_summary. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Linkedin.

How many tools does the Linkedin MCP server expose? +

56 tools across 3 categories: Destructive, Read, Write. 36 are read-only. 20 can modify, create, or delete data.

How do I enforce a policy on Linkedin? +

Register the Linkedin MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Linkedin tool call.

Deterministic rules across all 56 Linkedin tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

56 Linkedin tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.