Skip to content
Back to search
100
MCP live v1.0.1 streamable-http

Fetter MCP

io.github.fetter-io/fetter-mcp

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

Uptime
5.0%
20 probes
Response
766ms
last probe
Tools
3
callable

Tools · 3

most_recent_not_vulnerable

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

is_vulnerable

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

lookup

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

matlab-mcp-python
MCP server exposing MATLAB capabilities to AI agents
0 tools
Security Scanner AI
Python MCP server for security scanning and vulnerability detection.
0 tools
cybersecurity-mcp-server
Cybersecurity data for AI agents — CVE database, vulnerability search, threat intelligence, exploit info
0 tools
SafeDep Vet MCP
Protect your AI agents and IDEs from malicious open-source packages.
0 tools
eip-mcp
MCP server for the Exploit Intelligence Platform — vulnerability and exploit intelligence for AI assistants
0 tools
Optometry AI Safety
Python MCP server for optometry and AI safety tools.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "fetter_mcp": {
      "url": "https://mcp.fetter.io/mcp",
      "transport": "streamable-http"
    }
  }
}