Back to Home
JeffResc icon

mcp-server-uds-registry

Verified Safe

by JeffResc

Overview

Provides AI assistants with access to the UDS (Unicorn Delivery Service) Registry for browsing packages, retrieving metadata, SBOM, and CVE data.

Installation

Run Command
pnpm run dev

Environment Variables

  • REGISTRY_URL

Security Notes

The server runs on Cloudflare Workers, providing a secure sandboxed environment. It uses Zod for input validation on all tool parameters, which helps prevent malformed requests. There are no obvious hardcoded secrets. The `fetchJson` utility constructs URLs based on an environment-configured base URL (`REGISTRY_URL`) and internally defined paths, preventing SSRF to arbitrary external sites. The risk is primarily limited to potential vulnerabilities in the downstream UDS Registry itself if specific parameters (e.g., `organizationName`, `packageName`) are crafted to exploit its API, but the server code does not introduce new injection points.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens20000
Stars0
Forks0
Last Update2026-01-05

Tags

MCP ServerAI Assistant ToolUDS RegistryCloudflare WorkersSBOMCVE