{"uid":"cap_fS_7s9zzIKTUPALD_twRm","slug":"mac-address-formatter-0d2e08c8","name":"MAC Address Formatter","description":"Reformat a MAC address into the requested notation (colon, hyphen, Cisco dot or bare) and case (lower default or upper).","url":"https://macaddress.openverbs.com/v1/format","method":"POST","headers":{},"bodySchema":{"type":"object","$schema":"https://json-schema.org/draft/2020-12/schema","required":["input"],"properties":{"input":{"type":"object","required":["type","method","bodyType","body"],"properties":{"body":{"type":"object","required":["address"],"properties":{"case":{"enum":["upper","lower"],"type":"string","description":"Output case. Default lower."},"address":{"type":"string","maxLength":64,"minLength":1,"description":"MAC address in colon, hyphen, dot or bare notation."},"notation":{"enum":["colon","hyphen","dot","bare"],"type":"string","description":"Output notation. Default colon."}},"additionalProperties":false},"type":{"type":"string","const":"http"},"method":{"enum":["POST"],"type":"string"},"bodyType":{"enum":["json","form-data","text"],"type":"string"}},"additionalProperties":false}}},"responseSchema":null,"example":null,"exampleRequest":null,"tags":["x402"],"displayCostAmount":"0.002","displayCostAsset":"USDC","priceDynamic":false,"priceHint":null,"priceStatus":"priced","priceSource":"probe","requiresHandshake":false,"reviewCount":0,"rating":{"score":"0.00","successRate":"0.00","reviews":0,"stars":null,"state":"unrated"},"availabilityStatus":"unknown","priceObserved":null,"sessionDeposit":null,"pricing":{"kind":"static","summary":"$0.002/call","primary":{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"},"accepted":[{"kind":"static","protocol":"x402","network":"base","amountUsd":"0.002","per":"call","confidence":"exact"}]},"paymentMethods":[{"uid":"pm_5Dgdg6MlqJ0X2HZi_ZtTQ","protocol":"x402","methodType":"crypto","chain":"base","mode":"charge","costAmount":"0.002","costPer":"request","priority":0,"asset":"0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913","unit":"request","depositMicros":null,"planRef":null}],"brandName":null,"brandSlug":null,"brandBaseUrl":null,"brandDocsUrl":null,"whatItDoes":"Reformats a MAC address into a specified notation (colon, hyphen, Cisco dot, or bare) and case (upper or lower).","exampleAgentPrompt":"Can you reformat this MAC address 'aabbccddeeff' into colon notation with uppercase letters?","exampleUseCases":[{"title":"Normalize MAC for network config","prompt":"I have this MAC address 'AA-BB-CC-DD-EE-FF' and I need it reformatted into Cisco dot notation in lowercase for our router config — can you convert it?"},{"title":"Standardize MACs to colon format","prompt":"Take this MAC address 'AABBCCDDEEFF' and convert it to colon-separated notation in uppercase so it matches our inventory database format."},{"title":"Display MAC in hyphen notation","prompt":"Reformat the MAC address 'aa:bb:cc:dd:ee:ff' into hyphen notation with uppercase letters for our Windows network documentation."}],"resultDescription":"Returns the MAC address reformatted in the requested notation (colon, hyphen, dot, or bare) and case (upper or lower). The response contains the normalized string ready for use in configuration files, documentation, or downstream processing.","failureModes":["Invalid or unparseable MAC address input returns an error","MAC address string too short or too long (outside 1-64 chars) is rejected","Invalid enum value for notation or case field returns a validation error","Missing required 'address' field causes a 400-level error","Malformed JSON body returns a parse error"],"whenToPreferThis":"Choose this endpoint when you need deterministic reformatting of a known MAC address into a specific notation or case — especially in network automation pipelines, device inventory normalization, or config generation workflows. It is a pure transformation with no side effects, making it safe to call repeatedly. Prefer it over parsing endpoints when the address is already valid and only the format needs to change.","instructions":null,"reviewSummary":null,"reviewSummaryHighlights":null,"reviewSummaryConcerns":null,"reviewSummaryGeneratedAt":null,"activationCount":0,"lastUsedAt":null,"lastSuccessfullyRanAt":null,"lastHealthCheckAt":"2026-09-14T18:30:29.565Z","isFirstParty":false}