Dependency Freshness MCP Server
Checks npm and PyPI packages for outdated versions, deprecation status, and breaking changes with cited sources, enabling AI agents to verify dependency freshness.
README
Dependency Freshness Checker — is your npm or PyPI dependency outdated? Latest version, deprecation & breaking-change MCP for AI agents
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.
What does Dependency Freshness Checker do?
Give it any npm or PyPI package — optionally with the version your agent is assuming — and the Dependency Freshness Checker returns, citations-first:
- the latest published version and its release date;
- whether the package (or your assumed version) is deprecated;
- how many versions behind you are; and
- a dated, cited
changeSummary[]of what changed between your version and latest.
Every field carries a source URL and access date, so an agent can trust — and quote — the result.
Why check npm & PyPI dependency freshness?
LLM coding agents are time-blind: their training is frozen, so they emit 70–90% deprecated package code. Coding agents are the largest agent population, and they all share this blind spot. The Dependency Freshness Checker fixes the frozen-training-cutoff problem at call time. It lives in the proven-demand "freshness for agents" lane but stays narrow and legally clean — it reads only public npm, PyPI, and GitHub releases — so it does not fight first-party RAG browsers or funded incumbents.
How to use the Dependency Freshness Checker
Pass a small list of packages. Defaults are kept low so a first run is cheap, fast, and succeeds:
{
"packages": [
{ "ecosystem": "npm", "name": "zod", "currentVersion": "3.22.0" },
{ "ecosystem": "pypi", "name": "fastapi" }
]
}
currentVersion is optional — omit it to just ask "what's latest?". See
.actor/input_schema.json for the full schema.
Output — dated, cited freshness results
Each result includes isOutdated, versionsBehind, latest + latestPublishedAt, a dated
changeSummary[], and field-level citations[]. The same shape is returned by a batch run and by
the MCP tool, so agents and dashboards consume one format.
Using Dependency Freshness Checker as an MCP tool for AI agents
This Actor exposes one MCP tool, check_dependency_freshness(packages). Three ways to reach it
(mechanics cited in docs/research/50-mcp.md):
-
A — Hosted, no setup. Every public Apify Actor is callable through Apify's hosted MCP server at
https://mcp.apify.com— no extra wiring. -
B — The Actor as its own MCP server (Standby). The deployed Actor serves a Streamable-HTTP MCP endpoint at
/mcpon its own stable URL:{ "mcpServers": { "dependency-freshness": { "url": "https://<user>--dependency-freshness-mcp.apify.actor/mcp", "headers": { "Authorization": "Bearer <APIFY_TOKEN>" } } } } -
C — Local stdio (dev / MCP Inspector). Build, then point any MCP client at the compiled entrypoint:
{ "mcpServers": { "dependency-freshness": { "command": "node", "args": ["/abs/path/dependency-freshness-mcp/dist/mcp/stdio.js"], "env": { "GITHUB_TOKEN": "ghp_… (optional, raises GitHub rate limit)" } } } }Inspect locally with
npx @modelcontextprotocol/inspector node dist/mcp/stdio.js.
Pricing
The Dependency Freshness Checker uses Pay-Per-Event pricing, built for pay-as-you-go agent use: a small flat fee per run start plus $0.005 per package checked ($5 / 1,000) — inside Apify's recommended $1–10 / 1,000-results band. You only pay for packages actually checked.
FAQ
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 (option A or B above).
Other Actors
More agent-native data Actors are on the way on the Apify Store. Follow the author profile to see new freshness-for-agents tools as they ship.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。