Real-time Python package and vulnerability data for AI coding agents.
Fetter provides a remote Model Context Protocol (MCP) server at that gives AI coding agents real-time access to Python package vulnerability data. Built on fetter, it queries PyPI and OSV to surface known CVEs, CVSS scores, and safe versions so your agent can make informed dependency decisions as it writes code. : find the latest release of a package that is free of known vulnerabilities : check…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
Fetter provides a remote Model Context Protocol (MCP) server at that gives AI coding agents real-time access to Python package vulnerability data. Built on fetter, it queries PyPI and OSV to surface known CVEs, CVSS scores, and safe versions so your agent can make informed dependency decisions as it writes code. : find the latest release of a package that is free of known vulnerabilities : check whether a specific pinned version has known CVEs : find available versions and their vulnerabilities…