Skip to main content
Glama

WireMCP

by 0xKoda

capture_packets

Capture live network traffic to analyze and convert raw packet data into JSON format for real-time LLM-driven tasks like threat detection, diagnostics, and anomaly analysis on WireMCP.

Instructions

Capture live traffic and provide raw packet data as JSON for LLM analysis

Input Schema

NameRequiredDescriptionDefault
durationNoCapture duration in seconds
interfaceNoNetwork interface to capture from (e.g., eth0, en0)en0

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "duration": { "default": 5, "description": "Capture duration in seconds", "type": "number" }, "interface": { "default": "en0", "description": "Network interface to capture from (e.g., eth0, en0)", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/0xKoda/WireMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server