mcpbeat Sign in

Dep Diff MCP Server

by digicatalyst-systems Your server? Claim it
answering

Dep Diff MCP is answering right now. Last checked 5 min ago. 165 installs a week from npm. It exposes 2 tools. Last commit 10 Sep 2026.

Translates a lockfile diff into a human-readable upgrade plan for npm, PyPI, and GitHub Actions.

Installs per day peak 303 · avg 50 · -69% w/w
a month agotoday
Uptime history 25 days of history
25 days agonow
100.0%
Uptime 24h
92 of 92 checks
2
Tools
read from the server
218 ms
Response time
average over 24h
165
Installs / week
npm and PyPI

What changed 6

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 1 September 2026. No other catalogue keeps this.

3 Sep 2 tools changed the parameters they ask for analyze_package_change, analyze_packages_bulk
3 Sep a tool description was rewritten analyze_package_change
3 Sep a tool changed version
2 Sep a tool changed version
1 Sep a tool changed version

Nothing serious here today

Today is the operative word: we check Dep Diff MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add dep-diff-mcp --transport http https://dep-diff.digicatalyst.ca/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "dep-diff-mcp": {
      "url": "https://dep-diff.digicatalyst.ca/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.dep-diff-mcp]
url = "https://dep-diff.digicatalyst.ca/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "dep-diff-mcp": {
      "url": "https://dep-diff.digicatalyst.ca/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "dep-diff-mcp": {
      "url": "https://dep-diff.digicatalyst.ca/mcp"
    }
  }
}

Available tools 2

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

analyze
analyze_package_change
Given one package and two versions (from -> to), returns a structured upgrade analysis: semver classification, GitHub release notes summary, detected breaking changes, security advisories fixed in the range, migration guide links, and a clear recommendation. Use when the user asks about a specific package upgrade ('what changed between react 18 and 19', 'is it safe to bump axios from 0.27 to 1.0', 'what does upgrading lodash 4.17.20 to 4.17.21 fix'). Supports npm, pypi, and github-actions (use the action reference as the name, e.g. actions/checkout). For analyzing many packages at once or a Dependabot batch, use analyze_packages_bulk instead.
analyze_packages_bulk
Analyzes a list of package upgrades in parallel and returns a unified risk report with packages ranked by recommendation level (security > caution > review > likely-safe > safe). Use when the user provides many dependency changes from a Dependabot PR, npm outdated output, lockfile diff, or batch upgrade. Returns: total count, breakdown by semver class, total security fixes found, packages with breaking changes, and per-package details. Limit 50 packages per call (chunk larger lists).

Endpoints

URLTransportStateLatencyChecked
https://dep-diff.digicatalyst.ca/mcp streamable-http answering 183 ms 5 min ago

Alternatives to Dep Diff MCP

same job, measured the same way
I
I18n Agent Action
by samyuan1990

An i18n github action for language translate

local only
DemandScope
by baobabcat

Live demand signals for idea validation: npm/PyPI downloads, GitHub + HN attention trends.

local only
Domain Finder
by sra1phani

Check if a brand name is free across domains, GitHub, npm and PyPI, and suggest available names.

2 tools answering
Localhero.ai
by localhero

Manage product translations from Claude and ship reviewed changes as GitHub pull requests.

answering
Mooring
by seayniclabs

Git and GitHub operations — repo status, diffs, branches, PRs, issues, and Actions.

69 installs/wk local only
OpenFateAI Assistant MCP
by openfateaicom-wq

Local MCP tools for decisions, reflection, action plans, and digital report outlines.

30 installs/wk local only
Github Actions
by ofershap

GitHub Actions MCP — view runs, read logs, re-run jobs, and manage CI/CD.

37 installs/wk local only
Latchkey
by that-developer-kaveh

Triage failing GitHub Actions jobs and see what self-heal repaired, in natural language.

answering

Dep Diff MCP — questions

Answers built from our own checks of this server.

What can Dep Diff MCP do?
It exposes 2 tools, read directly from the server on our last check. Among them: analyze_package_change, analyze_packages_bulk. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Dep Diff MCP working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 218 ms. The bar chart above shows every period we have measured.
How do I connect Dep Diff MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Dep Diff MCP need an API key?
No. Dep Diff MCP completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 2 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Dep Diff MCP?
It answers our handshake in 218 ms on average, which is faster than 63% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
How many people use Dep Diff MCP?
The npm package @digicatalyst/dep-diff-mcp was installed 165 times in the last week. Week over week that is -69%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Dep Diff MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.