@nexaforge/linkedin-checks-for-2953-brows
v0.1.0
Published
LinkedIn checks for 2953 browser extensions
Maintainers
Readme
@nexaforge/linkedin-checks-for-2953-brows
LinkedIn checks for 2953 browser extensions
Generated by NexaForge - Self-evolving autonomous plugin system.
Installation
Using npx (Recommended)
npx @nexaforge/linkedin-checks-for-2953-browsGlobal Installation
npm install -g @nexaforge/linkedin-checks-for-2953-brows
nexaforge-linkedin-checks-for-2953-browsLocal Installation
npm install @nexaforge/linkedin-checks-for-2953-brows
npx nexaforge-linkedin-checks-for-2953-browsUsage in Claude Code
Add this MCP server to your Claude Code configuration:
{
"mcpServers": {
"nexaforge-linkedin-checks-for-2953-brows": {
"command": "npx",
"args": ["@nexaforge/linkedin-checks-for-2953-brows"]
}
}
}Or if installed globally:
{
"mcpServers": {
"nexaforge-linkedin-checks-for-2953-brows": {
"command": "nexaforge-linkedin-checks-for-2953-brows"
}
}
}Available Tools
fs_read-file
Execute fs:read-file capability from linkedin-checks-for-2953-brows plugin
Input Schema:
{
"type": "object",
"properties": {
"path": {
"type": "string",
"description": "File or directory path"
},
"content": {
"type": "string",
"description": "Content to write (for write operations)"
}
},
"required": [
"path"
]
}data_parse-json
Execute data:parse-json capability from linkedin-checks-for-2953-brows plugin
Input Schema:
{
"type": "object",
"properties": {
"data": {
"type": "string",
"description": "Data to process"
},
"format": {
"type": "string",
"description": "Data format (json, csv, xml, etc.)"
}
},
"required": [
"data"
]
}text_transform
Execute text:transform capability from linkedin-checks-for-2953-brows plugin
Input Schema:
{
"type": "object",
"properties": {
"text": {
"type": "string",
"description": "Text to process"
},
"options": {
"type": "object",
"description": "Processing options"
}
},
"required": [
"text"
]
}Plugin Information
- Plugin ID: plg_1770348052990_qs0lkq
- Version: 0.1.0
- Total Tools: 3
About NexaForge
NexaForge is a self-evolving plugin system that continuously discovers, analyzes, and implements new capabilities. This MCP server package was automatically generated from a NexaForge plugin.
Learn more at: https://github.com/nexaforge
License
MIT
