Fetter MCP
io.github.fetter-io/fetter-mcpReal-time Python package and vulnerability data for AI coding agents.
Tools · 3
Find the most recent version of a package that has no known vulnerabilities.
Check if a specific package version has known vulnerabilities. Requires an exact version specifier (e.g., 'requests==2.31.0').
Look up a package by name and (optionally) version number to find which versions are available and/or have vulnerabilities.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"fetter_mcp": {
"url": "https://mcp.fetter.io/mcp",
"transport": "streamable-http"
}
}
}