1. Conduid
  2. Commerce
  3. io.github.daedalus/mcp-rpcbind
MCP server · Commerce

io.github.daedalus/mcp-rpcbind

MCP server exposing rpcbind/RPC portmapper functionality

Unclaimed commerce
37Low

Scored 4 months ago · breakdown

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
uvx mcp-rpcbind
pip
pip install mcp-rpcbind

This 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

I know everything about io.github.daedalus/mcp-rpcbind. Ask me about installation, configuration, usage, or troubleshooting.

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.

PyPI Python Ruff

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 host
  • rpcbind_get_port: Get port for a specific RPC program/version
  • rpcbind_get_program: Get programs registered at a specific port
  • rpcbind_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.

Questions

About io.github.daedalus/mcp-rpcbind

How do I install io.github.daedalus/mcp-rpcbind?

Run uvx mcp-rpcbind, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is io.github.daedalus/mcp-rpcbind safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is io.github.daedalus/mcp-rpcbind still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.