This Model Context Protocol (MCP) server provides AI tools with access to the UDS (Unicorn Delivery Service) Registry. It enables AI assistants to:
Add this server to your Claude Desktop configuration:
{
"mcpServers": {
"uds-registry": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-fetch",
"https://mcp-server-uds-registry.jeffrescignano.io/mcp"
]
}
}
}
Alternatively, for direct SSE connection:
{
"mcpServers": {
"uds-registry": {
"command": "npx",
"args": [
"@modelcontextprotocol/server-sse",
"https://mcp-server-uds-registry.jeffrescignano.io/sse"
]
}
}
}
Configure Claude Code to use this MCP server:
claude config mcp add uds-registry \
--command "npx" \
--args "@modelcontextprotocol/server-fetch" "https://mcp-server-uds-registry.jeffrescignano.io/mcp"
Or using SSE:
claude config mcp add uds-registry \
--command "npx" \
--args "@modelcontextprotocol/server-sse" "https://mcp-server-uds-registry.jeffrescignano.io/sse"
For other AI tools that support MCP, use one of these endpoints:
https://mcp-server-uds-registry.jeffrescignano.io/mcp
https://mcp-server-uds-registry.jeffrescignano.io/sse
Once configured, you can ask your AI assistant to: