# DeepImage — MCP server on mcp.ai > Connect your DeepImage account and use 5 tools for artificial intelligence straight from your AI agent. Connect with your own API key. AI Image Enhancer to Generate & Upscale. By: mcp.ai · official Page: https://mcp.ai/deepimage ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_deepimage?ms=1787293740000 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/deepimage/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/deepimage/ 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/deepimage/skill.md Postman collection (v2.1): https://mcp.ai/deepimage/postman.json ## Tools - deepimage_delete_job(hash: string) — Tool to delete completed job result and remove images from the server. Use when cleaning up processed jobs that are no longer needed. - deepimage_get_account_info() — Tool to retrieve authenticated user's profile information including credits, username, email, API key, language preference, webhook settings, and billing address. Use when you need to check account de - deepimage_get_job_result(hash: string) — Tool to retrieve processing job result by hash. Use to check job status and get result URL when processing is complete. - deepimage_process_image_async(dpi?: integer, fit?: string|object, url: string, width?: integer|string, height?: integer|string, preset?: string, target?: string, padding?: integer|string, quality?: integer, background?: object, min_length?: integer, print_size?: string, enhancements?: string[], output_format?: string) — Tool to schedule an image enhancement job and wait for the result. Performs selected enhancement options on an image and returns the result URL if processing completes within 25 seconds; otherwise ret - deepimage_process_image_sync(dpi?: integer, url: string, width?: integer|string, height?: integer|string, preset?: string, target?: string, quality?: integer, background?: object, print_size?: string, enhancements?: string[], max_file_size?: string, output_format?: string, color_parameters?: object, light_parameters?: object, deblur_parameters?: object, denoise_parameters?: object, white_balance_parameters?: object) — Tool to process an image synchronously with Deep Image AI. Returns result URL immediately if processing completes in less than 25 seconds, otherwise returns job hash for async polling. Use for image e ## Example prompts - "What can I do in DeepImage?" - "Show me a summary of my DeepImage account" ## Links Docs: https://mcp.ai/docs/mcps/deepimage Website: https://mcp.ai/mcps/deepimage