# All Images AI — MCP server on mcp.ai > Connect your All Images AI account and use 7 tools for artificial intelligence straight from your AI agent. Connect with your own API key. All-Images.ai provides AI-powered image generation, retrieval, and management services, enabling developers to create and manage images through advanced AI capabilities. By: mcp.ai · official Page: https://mcp.ai/all_images_ai ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_all_images_ai?ms=1787291400000 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/all_images_ai/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/all_images_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/all_images_ai/skill.md Postman collection (v2.1): https://mcp.ai/all_images_ai/postman.json ## Tools - all_images_ai_check_api_key() — Validates the current API key and retrieves associated account information. Returns the email address and optional name associated with the API key. Use this action to verify your API key is valid bef - all_images_ai_create_webhook_endpoint(url: string, events?: string[]) — Tool to add a webhook endpoint to an API key. Use when you want to receive print event callbacks at a custom endpoint. - all_images_ai_delete_image_generations(printIds: string[]) — Tool to delete one or more image generation batches by their print IDs. Use when you need to remove image generations that are no longer needed. - all_images_ai_get_credits() — Tool to retrieve the current credits balance for your API key. Use this action to check available credits before making API calls that consume credits. - all_images_ai_get_webhook(api_key_webhook_id: string) — Tool to retrieve webhook details by its ID. Use when you need to check the configuration of an existing webhook endpoint, including its URL and subscribed events. - all_images_ai_list_automated_images(tag?: string, name?: string, sort?: string, limit?: integer, offset?: integer) — Tool to list all images generated automatically for bulk use. Use after creating automated-image batches to review and manage them. - all_images_ai_list_downloaded_images(sort?: string, limit?: integer, offset?: integer, afterCreatedAt?: string, beforeCreatedAt?: string) — Tool to list images that have been downloaded from All-Images.ai. Use this action to retrieve and filter downloaded images with optional date range filtering and pagination support. ## Example prompts - "What can I do in All Images AI?" - "Show me a summary of my All Images AI account" ## Links Docs: https://mcp.ai/docs/mcps/all_images_ai Website: https://mcp.ai/mcps/all_images_ai