🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

mcp-rpcbind

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mcp-rpcbind

MCP server exposing rpcbind/RPC portmapper functionality

pipPyPI
Version
0.1.0
Weekly downloads
38
Maintainers
1

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

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts