{"name":"peelaway","version":"1.0.0","description":"Production image editing over MCP. Tools: edit_image, get_job_status, get_job_result. Submit an image and instruction; Peelaway routes it through object removal, background removal, or generative editing.","transport":"streamable-http","endpoint":"https://api.peelaway.io/mcp","auth":{"type":"bearer","description":"Peelaway API key (pk_...) from the dashboard or POST /api/keys, sent as `Authorization: Bearer <key>`."},"tools":[{"name":"edit_image","description":"Submit an image + prompt; returns a job_id."},{"name":"get_job_status","description":"Poll a job_id for pending | done | error."},{"name":"get_job_result","description":"Fetch the finished image's signed URL."}]}