{"service_id":"url.readability.extract","description":"Extract clean article text from a public URL","safety":"Unsafe URLs (localhost, private IPs, metadata endpoints) are blocked.","example_request":{"method":"POST","url":"https://api.techforagi.com/process","body":{"service_id":"url.readability.extract","input":{"url":"https://example.com/article"}}},"example_mcp":{"method":"POST","url":"https://api.techforagi.com/mcp","body":{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"extract_url_readability","arguments":{"url":"https://example.com/article"}}}},"curl":"curl -X POST https://api.techforagi.com/process -H \"Content-Type: application/json\" -d '{\"service_id\":\"url.readability.extract\",\"input\":{\"url\":\"https://example.com\"}}'"}