Skip to main content
Glama

Server Details

Real-time Python package and vulnerability data for AI coding agents.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
fetter-io/fetter-mcp
GitHub Stars
1

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

3 tools
is_vulnerableTry in Inspector

Check if a specific package version has known vulnerabilities. Requires an exact version specifier (e.g., 'requests==2.31.0').

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe exact package name and version (e.g., "requests==2.31.0", "numpy==1.24.0").
lookupTry in Inspector

Look up a package by name and (optionally) version number to find which versions are available and/or have vulnerabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe package name to look up (e.g., "requests", "numpy>=2.0", "flask==3.0.0"). Note that when an exact "==" version is specified, the `limit` and `retain_passing` parameters have no effect.
limitNoWhen the name is not an exact version, limit the number of recent versions to check.
cvss_filterNoCVSS score filter: "all" to show all vulnerabilities, "max" to show only the maximum observed score, or a number (0.0-10.0) to filter by threshold
retain_passingNo'When the name is not an exact version, setting this to True will return refernces for all packages, include those with no vulnerabilities (default: false)
most_recent_not_vulnerableTry in Inspector

Find the most recent version of a package that has no known vulnerabilities.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYesThe package name to look up (e.g., "requests", "numpy", "flask").

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.