MCP server exposing 5 tools for deps-dev.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/deps-dev/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
project — Fetch deps.dev project metadata for a GitHub, GitLab, or Bitbucket repository (e.g. project_key="facebook/react"), returning scorecard scores, version count, and linked package references.package — Fetch deps.dev metadata for an open-source package by ecosystem (NPM/PYPI/GO/MAVEN/NUGET/CARGO/RUBYGEMS) and name, returning version list, latest version, and linked source repository.version — Single version of a package (deps, advisories, license).dependencies — Resolved dependency graph for a (system, name, version).query — Query packages/versions (by hash, repo URL, etc).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/deps-dev/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io