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

io.github.daedalus/mcp-pcapy-ng

MCP server exposing pcapy-ng packet capture functionality

Unclaimed commerce
37Low

Scored 5 months ago · breakdown

About io.github.daedalus/mcp-pcapy-ng

io.github.daedalus/mcp-pcapy-ng is an MCP server in the Commerce category: mCP server exposing pcapy-ng packet capture functionality. It has been installed 0 times through Conduid.

Install

uvx
uvx mcp-pcapy-ng
pip
pip install mcp-pcapy-ng

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-pcapy-ng

Powered by Claude · Grounded in docs

I know everything about io.github.daedalus/mcp-pcapy-ng. 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-pcapy-ng

MCP server exposing pcapy-ng packet capture functionality.

PyPI Python Ruff

mcp-name: io.github.daedalus/mcp-pcapy-ng

Install

pip install mcp-pcapy-ng

Usage

The MCP server provides tools for network packet capture using pcapy-ng:

from mcp_pcapy_ng import mcp
mcp.run()

Or via command line:

mcp-pcapy-ng

Available Tools

  • findalldevs - List all available network interfaces
  • lookupdev - Get the default network device
  • open_live - Open a live network interface for packet capture
  • open_offline - Open a pcap file for reading
  • create - Create a packet capture handle
  • compile - Create a BPF filter program
  • pcap_read - Read packets from a pcap handle
  • pcap_datalink - Get the data link type
  • pcap_setfilter - Attach a BPF filter
  • pcap_getnonblock - Get non-blocking status
  • pcap_setnonblock - Set non-blocking mode
  • get_dlt_names - Get DLT constant mappings
  • get_pcap_directions - Get direction constant mappings
  • get_constants - Get all constants

Development

git clone https://github.com/daedalus/mcp-pcapy-ng.git
cd mcp-pcapy-ng
pip install -e ".[test]"

# run tests
pytest

# format
ruff format src/ tests/

# lint
ruff check src/ tests/

# type check
mypy src/

README mirrored from the source repository 5 months ago. The original is authoritative.

Questions

About io.github.daedalus/mcp-pcapy-ng

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

Run uvx mcp-pcapy-ng, 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-pcapy-ng 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-pcapy-ng still maintained?

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