mcp-server-uds-registry
Verified Safeby JeffResc
Overview
Provides AI assistants with access to the UDS (Unicorn Delivery Service) Registry for browsing packages, retrieving metadata, SBOM, and CVE data.
Installation
pnpm run devEnvironment 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
package-registry-mcp
Enables AI assistants and agents to search various package registries (NPM, Cargo, NuGet, PyPI, Go) and retrieve up-to-date package information.
portaljs-mcp-server
A remote Model Context Protocol (MCP) server deployed on Cloudflare Workers, providing AI agent tools to interact with PortalJS datasets for search, retrieval, and data preview.
toolhive-registry
Connect to and query your Elasticsearch data, enabling AI assistants to perform searches, retrieve mappings, list indices, and get shard information.
remote-mcp-server-authless1
A remote Model Context Protocol (MCP) server that exposes unauthenticated calculator tools via Cloudflare Workers for AI agents.