Connects to rpcbind (the RPC portmapper service) to query and interact with registered RPC programs on a system. You get four tools: list all registered RPC programs on a host, get the port number for a specific program and version, look up which programs are registered at a given port, and ping to check if rpcbind is running. Reach for this when you need to discover or debug RPC services in a Unix environment, especially when working with NFS, NIS, or other RPC based network services. It's a straightforward wrapper around portmapper queries that brings RPC service discovery into Claude's toolset.
claude mcp add --transport stdio daedalus-mcp-rpcbind -- uvx mcp-rpcbind