
Company News
Socket Joins New OpenJS Program to Fund Node.js Security Work
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.
@crelora/onelin-bridge
Advanced tools
Bridge server for the OneLin LinkedIn Extension. This server allows AI agents (via the Model Context Protocol) to interact with a user's LinkedIn messaging tabs in real-time.
The bridge manages communication between an MCP Client (e.g. OpenClaw) and the Chrome Extension via a local WebSocket.
| Tool | Parameters | Description |
|---|---|---|
get_status | None | Checks if the extension is connected and lists open LinkedIn tabs. |
get_conversation_context | tabId? | Retrieves conversation messages and prospect profile info from the current chat. |
get_draft | tabId? | Reads the current text in the LinkedIn message input field. |
write_reply | text, tabId? | Injects text into the message editor. |
send_message | tabId? | Clicks the LinkedIn 'Send' button. |
generate_reply | modeType?, modeName?, customInstruction?, tabId? | Delegate to the extension's built-in specialized LLM generation logic. |
list_linkedin_tabs | None | Lists all open LinkedIn tabs (id, url, title). |
Once this package is published to npm, it can be added to your client configuration:
{
"mcpServers": {
"onelin": {
"command": "npx",
"args": ["-y", "@crelora/onelin-bridge"]
}
}
}
ws://localhost:3003.localhost.linkedin.com URLs.FAQs
MCP server bridge for OneLin LinkedIn extension
We found that @crelora/onelin-bridge demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Company News
Socket is joining the OpenJS Security Stewardship Program to fund Node.js vulnerability research, maintainer remediation, and security releases.

Security News
Two compromised GitHub Actions were re-enabled with malicious tags intact, exposing thousands of downstream repositories to Mini Shai-Hulud.

Research
/Security News
A malicious Firefox extension fetches its payload after installation to evade detection, steal Google session cookies, and automate account takeover.