Security

Fetter MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

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

Official server
Agent guide included
API Key
Start Chatting

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 comprehensive 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

https://mcp.mcpbundles.com/bundle/fetter-mcp

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with Fetter?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

Fetter MCP Server & Skill