3 hours ago
**Dependency Freshness Checker** tells any AI coding agent whether an npm or PyPI package is
**outdated (out of date)** — and gives the cited facts to prove it: the latest version, release
dates, deprecation status, how many versions behind you are, and a dated **"what changed
since your version"** breaking-change diff. It is MCP-native, reads only public registries and
GitHub releases (no scraping, no ToS risk), and is priced Pay-Per-Event for pay-as-you-go agent use.
服务器配置
{
"mcpServers": {
"dependency-freshness": {
"command": "npx",
"args": [
"-y",
"dependency-freshness-mcp"
]
}
}
}