You're viewing a demo portfolio

Join the waitlist
PRSM

mac_address_format

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

MAC Address Formatter / Decoder — Normalize a MAC address (colon/hyphen/dot/bare) to any style, extract its OUI prefix, and decode the IEEE 802 multicast (I/G) and locally-administered (U/L) bit flags.

Parameters schema

{
  "type": "object",
  "required": [
    "mac"
  ],
  "properties": {
    "mac": {
      "type": "string",
      "description": "MAC address in any common separator style"
    },
    "output_format": {
      "enum": [
        "colon",
        "hyphen",
        "dot",
        "bare"
      ],
      "type": "string",
      "description": "colon | hyphen | dot | bare (default colon)"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →
mac_address_format — WingmanProtocol Agent Gateway — PRSM MCP