Serversai.com.mcp/linkedin
L

LinkedIn MCP Server

ai.com.mcp/linkedin · v1.0.0+0.7.1
● Remote
v1.0.0+0.7.1remote🌐 https://linkedin.run.mcp.com.ai/mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "ai.com.mcp/linkedin",
  "description": "LinkedIn API as MCP tools to retrieve profile data and publish content. Powered by HAPI MCP.",
  "title": "LinkedIn MCP Server",
  "repository": {
    "url": "https://github.com/la-rebelion/hapimcp",
    "source": "github"
  },
  "version": "1.0.0+0.7.1",
  "websiteUrl": "https://run.mcp.com.ai",
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://linkedin.run.mcp.com.ai/mcp"
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "documentation": "https://learn.microsoft.com/en-us/linkedin/shared/authentication/authorization-code-flow",
      "examples": [
        {
          "config": "Add 'https://linkedin.run.mcp.com.ai/mcp' as a remote MCP server in your MCP client, then authenticate with your LinkedIn app credentials when prompted.",
          "description": "Connect once and let your MCP client + HAPI orchestrate the OAuth2 Authorization Code flow.",
          "name": "Basic Connection"
        },
        {
          "description": "This server exposes 3 LinkedIn operations as MCP tools:",
          "name": "What You Can Do",
          "note": "createSharePost, getSharePosts, getPersonProfile."
        },
        {
          "config": "hapi deploy --openapi https://docs.mcp.com.ai/apis/openapi/linkedin-connector.yaml --url https://api.linkedin.com --host https://linkedin.run.mcp.com.ai",
          "description": "Publish your LinkedIn MCP Server with a public host your clients can reach.",
          "name": "Deploy your own in One Command"
        }
      ],
      "keywords": [
        "openapi",
        "rest-api",
        "linkedin",
        "social",
        "oauth2",
        "mcp",
        "automation",
        "publishing"
      ],
      "license": "LinkedIn API License",
      "notes": [
        "MCP clients must support OAuth2 Authorization Code flow for LinkedIn integrations.",
        "HAPI handles the heavy lifting for OAuth2 flow and API tool exposure.",
        "Default LinkedIn API base URL: https://api.linkedin.com.",
        "The --host value is required because ChatGPT, Claude, and other MCP clients connect to your server using that external FQDN/URL. Used to generate the absolute URLs as per MCP specification.",
        "Use a public internet hostname (or VPN-reachable internal FQDN/IP) that clients can access.",
        "OpenAPI source: https://docs.mcp.com.ai/apis/openapi/linkedin-connector.yaml",
        "Documentation: https://docs.mcp.com.ai/deployment/"
      ],
      "publisher": "La Rebelion Labs"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}