# Imagior — MCP server on mcp.ai > Connect your Imagior account and use 2 tools for images and design straight from your AI agent. Connect with your own API key. Imagior is an AI-powered automated image generation software that enables businesses and creators to create and customize images using templates via no-code or API solutions. By: mcp.ai · official Page: https://mcp.ai/imagior ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_imagior?ms=1787296080000 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/imagior/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/imagior/ 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/imagior/skill.md Postman collection (v2.1): https://mcp.ai/imagior/postman.json ## Tools - imagior_get_account() — Tool to retrieve account details of the authenticated user. Use when you need to check account information such as name, email, and remaining credits. - imagior_list_templates(sort?: string, order?: string) — Tool to list all design templates. Use when you need to retrieve every template associated with your account. ## Example prompts - "What can I do in Imagior?" - "Show me a summary of my Imagior account" ## Links Docs: https://mcp.ai/docs/mcps/imagior Website: https://mcp.ai/mcps/imagior