{
  "markdown": "\n# mcp-dep-tools\n\nMCP server providing dependency and package management tools for AI agents. Analyze licenses, find outdated packages, visualize dependency trees, estimate bundle sizes, and audit security vulnerabilities — all from your AI assistant.\n\n## Tools\n\n### dep_check_licenses\nAnalyze licenses of all dependencies in a project. Lists each dependency's license type, flags copyleft (GPL) and unknown licenses, and checks for compatibility issues.\n\n### dep_find_outdated\nCheck which dependencies are outdated. Compares installed or specified versions against the latest on npm, categorizes updates as major/minor/patch, and shows how many days since the latest version was published.\n\n### dep_analyze_tree\nBuild and display the dependency tree. Shows direct dependencies and their transitive sub-dependencies, calculates maximum depth, detects circular dependencies, and counts total transitive packages.\n\n### dep_analyze_size\nEstimate total bundle size from package.json without installing node_modules. Queries the Bundlephobia API for each production dependency to get minified and gzipped sizes.\n\n### dep_security_audit\nCheck dependencies for known security vulnerabilities. Runs `npm audit` when a lockfile is present, otherwise queries the npm registry advisory API directly. Reports severity levels, affected version ranges, and fix recommendations.\n\n## Setup\n\n```bash\nnpm install\nnpm run build\n```\n\n## Usage with Claude Desktop\n\nAdd to your Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"dep-tools\": {\n      \"command\": \"node\",\n      \"args\": [\"path/to/mcp-dep-tools/dist/index.js\"]\n    }\n  }\n}\n```\n\n## All tools accept a single parameter\n\n- **project_dir** (string, required): Absolute path to the project directory containing a `package.json`.\n\n## License\n\nMIT\n",
  "bytes": 1786,
  "sha": "b48e6003217ec7f060a4cf6ab108c10dcbf7eea67a8ff6a14d30c26aae5d7125",
  "repo_slug": "rog0x/mcp-dep-tools",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_rog0x_dep_a657414c/readme"
}