Dependency Freshness Checker
@Armigerous
About Dependency Freshness Checker
**Dependency Freshness Checker** tells any AI coding agent whether an npm or PyPI package is
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dependency-freshness": {
"command": "npx",
"args": [
"-y",
"dependency-freshness-mcp"
]
}
}
}Tools
1For each npm or PyPI package, determine whether it is outdated (out of date) and return its current version, release dates, deprecation status, how many stable versions you are behind, and a DATED, CITED "what changed since your version" breaking-change summary. Built for time-blind AI agents whose training cutoff makes them emit deprecated dependency code. Every answer carries source URLs + access dates.
Overview
What is Dependency Freshness Checker?
Dependency Freshness Checker is an MCP server that tells AI coding agents whether an npm or PyPI package is outdated. It returns the latest version, release dates, deprecation status, how many versions behind you are, and a dated breaking-change diff. It reads only public registry APIs and GitHub releases, uses Pay-Per-Event pricing, and is designed for pay-as-you-go agent use.
How to use Dependency Freshness Checker?
Pass a list of packages with ecosystem, name, and optional currentVersion to the MCP tool check_dependency_freshness(packages). Three ways to reach it: via Apify's hosted MCP server at https://mcp.apify.com, as its own MCP server at the Actor's /mcp endpoint, or locally via stdio with a compiled entrypoint.
Key features of Dependency Freshness Checker
- Citations-first output with source URLs and access dates
- Supports both npm and PyPI ecosystems
- Detects deprecation status for any package or assumed version
- Counts how many versions behind your agent is
- Generates a dated "what changed since your version" change summary
- Pay-Per-Event pricing at $0.005 per package checked
Use cases of Dependency Freshness Checker
- AI coding agents checking dependency freshness before generating code
- Automated dependency audit during CI/CD pipelines
- Batch checking multiple npm/PyPI packages for maintenance reports
FAQ from Dependency Freshness Checker
Does it scrape websites?
No. It reads only public registry APIs and GitHub releases — no scraping, no terms-of-service risk.
Which ecosystems are supported?
npm and PyPI today.
Do I need a GitHub token?
No — it is optional and only raises the GitHub rate limit for heavier batches.
Can an agent call it directly?
Yes — that is the point. Use the check_dependency_freshness MCP tool via hosted or self-hosted MCP endpoint.
Frequently asked questions
Does it scrape websites?
No. It reads only public registry APIs and GitHub releases — no scraping, no terms-of-service risk.
Which ecosystems are supported?
npm and PyPI today.
Do I need a GitHub token?
No — it is optional and only raises the GitHub rate limit for heavier batches.
Can an agent call it directly?
Yes — that is the point. Use the `check_dependency_freshness` MCP tool via hosted or self-hosted MCP endpoint.
Basic information
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ICSS
chokcoco不止于 CSS

Lemon.io
lemon-ioRequest dedicated senior developers to work on your project, write job descriptions, and prep technical interviews — all without leaving your Claude chat. Just describe what you need, and Lemon.io MCP does the rest. 1–3
Comments