What broke between two dependency versions, with a citation for every claim. No API key needed.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Dependency migration intelligence for AI coding agents.
Answers one question, precisely and with citations:
This library moved from version A to version B. What broke, and what edits does my code need?
New here? Start with the Beginner's Guide.
Add it to Claude Desktop, Claude Code, Cursor, or any MCP client:
That is the whole setup. No API key, no account, no payment, no config. The engine runs locally on your machine and reads only public data โ npm, PyPI, GitHub Releases, and OSV.dev.
Two tools appear in your agent:
| Tool | What it does |
|---|---|
get_migration_delta | What broke between version A and B, with a citation for every claim |
check_package | Does this package actually exist? Catches hallucinated and typosquatted names before you install them |
Optionally set ANTHROPIC_API_KEY to add LLM-synthesized migration steps on top
of the deterministic results. It works fully without one.
Every LLM is frozen at a training cutoff. Libraries are not. When an agent writes code against a version newer than its cutoff, it confidently emits an API that no longer exists โ and then burns roughly six failed build-fix iterations converging on the truth.
The SDKProof benchmark (July 2026) measured this: models score 80/100 on
Prisma v7 (the v6 PrismaClient pattern was removed) and 90/100 on Vercel AI
SDK v5+ (parameters renamed, maxSteps deleted).
A 6โ30x return the buyer computes for themselves. No trust required.
Runs with payments off and paid AI features off. Costs nothing.
Every claim links to a primary source. We publish facts and short citations โ never wholesale documentation.
The strategy in one line: MCP has the users, the API has the revenue, x402 is cheap positioning. See DECISION.md for why, and MARKET_RESEARCH.md for the measured evidence.
| Endpoint | Price | Purpose |
|---|---|---|
GET /v1/delta | $0.05 | The product โ breaking changes between two versions |
POST /v1/manifest | $0.15 | Batch analysis, up to 50 packages |
GET /v1/check | free | Does this package exist? Is it a typosquat? |
GET /health | free | Liveness |
GET /openapi.json | free | Machine-readable spec |
GET /llms.txt | free | Agent-readable summary |
GET /.well-known/x402 | free | Payment discovery |
GET /admin/stats | localhost | Revenue and cost ledger |
Ecosystems: npm, PyPI.
The distribution channel. Two tools: get_migration_delta and check_package.
Published as driftwatch-mcp โ
see Install above for the one-block setup.
To run it from a clone instead of npm:
Runs the engine locally by default โ no network calls to us, no payment. Set
DRIFTWATCH_REMOTE_URL to point it at a hosted instance instead.
No native dependencies required. better-sqlite3 is optional; if it cannot
build on your machine the server falls back to a plain JSON cache and works
identically. A failed native build is the most common reason MCP servers die on
install, and this one survives it.
This server never holds a private key. Receiving crypto needs only a public address; only spending needs a key, and we only ever receive. Compromise the server and you get a cache and a ledger โ you cannot get funds, because there is nothing to get. LLM spending is capped daily and checked before every call. Full detail: docs/SECURITY.md.
Shipped, and used by nobody yet. As of 23 August 2026 the npm package is live and verified working from a cold install, and it has zero organic users. That is the honest state: the code works, the distribution has not started.
This is an unvalidated business. The measured facts:
So: expect free MCP usage to vastly exceed paid calls, and expect x402 revenue near zero in year one. The service is built so that outcome costs ~$1/month and still produces something genuinely useful.
The metric that matters is not revenue โ it is calls per unique payer. Below 5 means tourism. Above 20 means a real business, even at tiny revenue.
| File | What's in it |
|---|---|
| BEGINNER_GUIDE.md | Everything, in plain English |
| MARKET_RESEARCH.md | Measured state of x402, MCP, and agent payments |
| OPPORTUNITIES.md | 20 businesses considered, ranked |
| DECISION.md | Why this one, and the honest caveats |
| PROJECT_STATUS.md | Done / in progress / next |
| docs/SECURITY.md | Key custody, spending controls, threat model |
| docs/ECONOMICS.md | Unit economics and three scenarios |
| docs/COSTS.md | Every recurring cost, before you commit |
| docs/DEPLOYMENT.md | Mac Mini โ internet โ mainnet โ VPS |
| DAY_1.md โฆ MONTH_1.md | Concrete launch plan |
All inputs are free, public, and unlicensed: the npm registry, PyPI, GitHub Releases, and OSV.dev.
We deliberately do not resell licensed data. The highest-earning independent x402 operators today proxy paid APIs (People Data Labs, Exa, Firecrawl) in probable breach of their terms. That is the one business model demonstrably working on x402, and we ruled it out.
We publish facts with short citations and links โ never reproduced documentation.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/driftwatch)<a href="https://allmcps.com/mcp/driftwatch"><img src="https://allmcps.com/api/badge/driftwatch?style=directory" alt="Driftwatch on AllMCPs" /></a>