← Browse

@toolplex/client

B

MCP server package @toolplex/client

mcp_servermcp

Install

agr install @toolplex/client --target claude

This artifact does not publish files for Claude.

Document

{ "name": "@toolplex/client", "version": "0.2.9", "author": "ToolPlex LLC", "license": "SEE LICENSE IN LICENSE", "description": "The official ToolPlex client for AI agent tool discovery and execution", "type": "module", "main": "dist/mcp-server/index.js", "bin": { "toolplex-client": "./dist/mcp-server/index.js" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "scripts": { "build": "node scripts/generate-version-file.js && rm -rf dist && tsc && tsc -p tsconfig.test.json && node scripts/add-shebang.js", "start": "node ./dist/mcp-server/index.js", "watch": "tsc --watch", "lint": "eslint 'src//*.{ts,js}'", "lint:fix": "eslint 'src//.{ts,js}' --fix", "format": "prettier --write 'src/**/.{ts,js,json,md}'", "test": "npm run build && node --test dist/tests/unit//*.test.js", "test:full": "npm run build && node --test dist/tests//.test.js", "test:unit": "npm run build && node --test dist/tests/unit/**/.test.js", "test:watch": "npm run build && node --test --watch dist/tests//*.test.js", "test:coverage": "npm run build && node --experimental-test-coverage --test dist/tests//*.test.js" }, "keywords": [ "mcp", "model-context-protocol", "ai-agent", "ai-tools", "tool-discovery", "agent-automation", "claude", "anthropic", "openai", "toolplex", "workflow-automation", "mcp-server", "ai-integration" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.23.0", "@types/node": "^22.13.11", "@types/node-fetch": "^2.6.12", "@types/which": "^3.0.4", "callsite": "^1.0.0", "command-exists": "^1.2.9", "dotenv": "^16.5.0", "env-paths": "^3.0.0", "glob": "^11.0.1", "node-fetch": "^3.3.2", "typescript": "^5.8.2", "which": "^5.0.0", "winston-daily-rotate-file": "^5.0.0", "zod": "^3.24.2" }, "devDependencies": { "@eslint/js": "^9.24.0", "@types/callsite": "^1.0.34", "@types/command-exists": "^1.2.3", "@typescript-eslint/eslint-plugin": "^8.29.0", "@typescript-eslint/parser": "^8.29.0", "eslint": "^9.24.0", "eslint-config-prettier": "^10.1.1", "eslint-plugin-prettier": "^5.2.6", "prettier": "^3.5.3", "ts-node": "^10.9.2", "typescript-eslint": "^8.29.0" } }

Trustgrade B

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • warnType matchbest-effort: server code not analyzed

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • warnLicenseno SPDX license detected

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-e83c0cea8eab2026-08-06