[aidan] feat: add LinkedIn MCP integration#54
Closed
abccodes wants to merge 7 commits into
Closed
Conversation
LinkedIn is implemented as a MCP integration. The Tools UI exposes LinkedIn as a vetted integration, auth is handled through the LinkedIn connect flow, and Agent Chat only receives LinkedIn tools after MCPSearch / MCPActivate and a valid LinkedIn session. The actual MCP server is launched from _build_mcp_servers via the LinkedIn shim, so LinkedIn actions route through mcp__linkedin__* instead of browser-agent fallback paths. The backend keeps LinkedIn-specific behavior isolated in backend/apps/linkedin_mcp_shim. That shim runs the upstream linkedin-scraper-mcp package in a uv run --with linkedin-scraper-mcp subprocess, using an OpenSwarm-managed profile/cookie path so login, warmup, and normal MCP calls share the same session. The shim preserves upstream tools, hides internal cleanup actions, adds text-only post create/delete wrappers, and keeps auth/session helpers out of tools_lib.py so the main Tools API remains small and consistent with the existing MCP shim pattern. Features: Get Person Profile Search People Get Sidebar Profiles Get My Profile Get Company Profile Get Company Posts Search Companies Get Company Employees Get Job Details Search Jobs Get Inbox Get Conversation Search Conversations Get Feed Connect With Person Send Message Create Post (text only) Delete Post
many221
pushed a commit
to many221/openswarm
that referenced
this pull request
Jun 1, 2026
Collaborator
Author
|
out of date, needs updates for write post functionality. will update later. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.