About io.github.daedalus/mcp-rpcbind
io.github.daedalus/mcp-rpcbind is an MCP server in the Commerce category: mCP server exposing rpcbind/RPC portmapper functionality. It has been installed 0 times through Conduid.
Install
uvx mcp-rpcbindpip install mcp-rpcbindThis server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.
Ask AI
Ask AI about io.github.daedalus/mcp-rpcbind
Powered by Claude · Grounded in docs
Security checks
- ·README presentNot checked yet.
- ·License declaredNot checked yet.
- ·Tests presentNot checked yet.
- ·Dependencies pinnedNot checked yet.
- ·No dynamic code executionNot checked yet.
- ·Scoped permissionsNot checked yet.
README
mcp-rpcbind
MCP server exposing rpcbind/RPC portmapper functionality.
Install
pip install mcp-rpcbind
Usage
mcp-rpcbind
This will start the MCP server using stdio transport.
MCP Server
This package provides an MCP server that exposes rpcbind functionality for querying registered RPC services.
Tools
rpcbind_list_all: List all registered RPC programs on a hostrpcbind_get_port: Get port for a specific RPC program/versionrpcbind_get_program: Get programs registered at a specific portrpcbind_ping: Check if rpcbind is running
Development
# Install with dev dependencies
pip install -e ".[test,mcp]"
# Run tests
pytest
# Lint
ruff check src/ tests/
ruff format src/ tests/
# Type check
mypy src/
Release
# Bump version
bumpversion patch # or minor/major
git tag v<version>
git push && git push --tags
MCP Server Registration
mcp-name: io.github.daedalus/mcp-rpcbind
README mirrored from the source repository 4 months ago. The original is authoritative.