# Claid.ai — MCP server on mcp.ai > Connect your Claid.ai account and use 14 tools for images and design straight from your AI agent. Connect with your own API key. Claid.ai offers AI-powered image editing APIs for tasks like background removal, upscaling, and color correction. By: mcp.ai · official Page: https://mcp.ai/claid_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_claid_ai?ms=1787293560000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/claid_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/claid_ai/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/claid_ai/skill.md Postman collection (v2.1): https://mcp.ai/claid_ai/postman.json ## Tools - claid_ai_background_generate(scene: object, object: object, output?: object) — Generate AI-powered backgrounds for product images. Creates professional scenes with customizable backgrounds, lighting, and composition. Use cases: - E-commerce product photography enhancement - Crea - claid_ai_background_remove(input: string, output?: string|object, operations: object) — Remove the background from images using Claid.ai's AI-powered background removal. Supports category hints (general, products, cars) for optimized removal, selective removal to keep specific objects, a - claid_ai_claid_storage_details(storage_id: integer) — Tool to retrieve details of a connected storage resource. Use when you have a storage ID and need to inspect its configuration before performing further operations. - claid_ai_create_storage(name: string, type: string, parameters: object) — Tool to connect a storage resource. Use after you have bucket/folder details and credentials. E.g., to add a new AWS S3, GCS bucket, or public web folder for your image assets. - claid_ai_generative_resize(input: string, output?: string|object, operations: object) — Expand image canvas using AI-powered generative outpainting. This tool adjusts image aspect ratios by generating coherent background content to fill new canvas areas. Use it when you need to: - Change - claid_ai_image_ai_edit(input: string, output?: string|object, options: object) — Tool to submit an asynchronous AI-based image editing task. Use when you need text-driven edits on existing images and will poll for completion. - claid_ai_image_edit_batch(input: object|string|string[], output?: string|object, operations: object) — Tool to process multiple images in batch asynchronously. Use when applying the same edits (resize, enhance, background removal, etc.) to many images at once. Accepts input from: - Cloud storage folder - claid_ai_image_generate(input: string, output?: string, options?: object) — Generate AI images from text prompts using Claid.ai. Creates 1024x1024 pixel images. Use when you need to create custom visuals, product mockups, or creative imagery from a description. Supports gener - claid_ai_license_plate_blur(input: string, output?: object) — Automatically detect and blur license plates in images for privacy compliance. Use this tool when you need to obscure vehicle registration plates in photos (e.g., for car marketplaces, real estate lis - claid_ai_patch_storage(name?: string, type?: string, parameters?: object, storage_id: integer) — Tool to update a connected storage's settings. Use when you need to change name, type, or parameters of an existing storage. Use after confirming the storage exists. - claid_ai_polish_image(input: string, output?: string|object) — Applies AI-powered polish restoration to an image, sharpening and cleaning up while preserving the original structure. Ideal for enhancing upscaled images or removing AI artifacts. Note: Target image - claid_ai_smart_frame(input: string, options: object) — Place images on a canvas with specified dimensions and padding for consistent product photography framing. Ideal for e-commerce: standardizes product photos with uniform spacing and background colors. - claid_ai_storage_list() — Tool to list connected storage resources. Use when you need to retrieve all storage connectors for your account. - claid_ai_storage_types() — Tool to retrieve available storage types. Use when you need to list supported storage connectors before uploading files. ## Example prompts - "What can I do in Claid.ai?" - "Show me a summary of my Claid.ai account" ## Links Docs: https://mcp.ai/docs/mcps/claid_ai Website: https://mcp.ai/mcps/claid_ai