Server data from the Official MCP Registry
MCP server exposing rpcbind/RPC portmapper functionality
MCP server exposing rpcbind/RPC portmapper functionality
Valid MCP server (3 strong, 5 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
10 files analyzed · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-daedalus-mcp-rpcbind": {
"args": [
"mcp-rpcbind"
],
"command": "uvx"
}
}
}From the project's GitHub README.
MCP server exposing rpcbind/RPC portmapper functionality.
pip install mcp-rpcbind
mcp-rpcbind
This will start the MCP server using stdio transport.
This package provides an MCP server that exposes rpcbind functionality for querying registered RPC services.
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# 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/
# Bump version
bumpversion patch # or minor/major
git tag v<version>
git push && git push --tags
mcp-name: io.github.daedalus/mcp-rpcbind
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.