{"system":"MECHANIC*","state":"LIVE","role":"SELLER","protocol":"x402","network":"eip155:8453","currency":"USDC","services":[{"name":"json-repair","method":"POST","path":"/api/json-repair","price":"$0.003","description":"Repair malformed JSON into valid structured JSON.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Malformed JSON to repair."}},"required":["text"],"additionalProperties":false}},{"name":"text-to-structure","method":"POST","path":"/api/text-to-structure","price":"$0.020","description":"Convert unstructured text into predictable structured JSON.","inputSchema":{"type":"object","properties":{"text":{"type":"string","description":"Text to structure."},"fields":{"type":"array","items":{"type":"string"},"description":"Optional desired fields."}},"required":["text"],"additionalProperties":false}},{"name":"schema-extract","method":"POST","path":"/api/schema-extract","price":"$0.030","description":"Extract requested fields from text into structured JSON.","inputSchema":{"type":"object","properties":{"text":{"type":"string"},"fields":{"type":"array","items":{"type":"string"}}},"required":["text","fields"],"additionalProperties":false}}]}