{"name":"mac_address_format","title":"MAC Address Formatter / Decoder","category":"developer","description":"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.","price_usd":0.001,"input_schema":{"type":"object","properties":{"mac":{"type":"string","description":"MAC address in any common separator style"},"output_format":{"type":"string","description":"colon | hyphen | dot | bare (default colon)","enum":["colon","hyphen","dot","bare"]}},"additionalProperties":false,"required":["mac"]}}