Security

Fetter MCP Server

Connect your account, then chat with AI to run tools.

Python supply-chain security platform. Track installed packages and versions, monitor vulnerabilities via the OSV database, and validate against organization-wide allow lists.

Agent guide included

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

AI Skill
SKILL.md

Domain knowledge for Fetter — workflow patterns, data models, and gotchas for your AI agent.

Fetter is a Python supply-chain security platform that helps monitor and validate Python package dependencies. It connects to the OSV (Open Source Vulnerabilities) database to provide real-time security intelligence about Python packages in your software supply chain.

Core Capabilities

Package Intelligence: Look up any Python package to see available versions, release information, and vulnerability status. Get detailed package metadata including version history and security advisories.

Vulnerability Detection: Check specific package versions against the OSV database to identify known security vulnerabilities. Receive detailed vulnerability reports including severity, affected versions, and remediation guidance.

Safe Version Discovery: Find the most recent version of any package that has no known vulnerabilities, helping you make informed decisions about package upgrades while maintaining security.

Domain Model

The service operates on Python packages identified by name and optional version specifiers (e.g., requests==2.31.0). Vulnerability data comes from the OSV database, which aggregates security advisories from multiple sources including PyPI, GitHub Security Advisories, and CVE databases.

Key Usage Patterns

Always use exact version specifiers when checking for vulnerabilities (e.g., requests==2.31.0 not requests>=2.0). The service requires precise version matching for accurate vulnerability assessment.

When seeking safe package versions, the service returns the latest available version with no known vulnerabilities, which may not always be the absolute latest version if recent releases have security issues.

Frequently Asked Questions

What is the Fetter MCP server?

Python supply-chain security platform. Track installed packages and versions, monitor vulnerabilities via the OSV database, and validate against organization-wide allow lists. It provides tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Fetter to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/fetter-mcp. Authentication is handled automatically.

What authentication does Fetter require?

Fetter uses API Key. Fetter requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect Fetter to any MCP client in minutes

MCP URLhttps://mcp.mcpbundles.com/bundle/fetter-mcp

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Fetter and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Fetter will appear under Not connected — select it and click Connect to complete OAuth.
Name: Fetter
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/fetter-mcp
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Maintain this listing

Operate Fetter? You can take over the listing's metadata.

Operate Fetter?

Take over this listing's metadata — name, description, category, logo, website, contact email, and skill content. Verification is a 6-digit code we email to one of the maintainer addresses your server already publishes in /.well-known/security.txt or /.well-known/mcpbundles.json. Free, takes about a minute.

Sign up to claim

Ready to use Fetter?

Sign in to connect your credentials and start running tools from the chat.