# Supportivekoala — MCP server on mcp.ai > Connect your Supportivekoala account and use 6 tools for images and design straight from your AI agent. Connect with your own API key. Supportivekoala is a platform that automates image generation using customizable templates, enabling users to create visual content programmatically through API integration. By: mcp.ai · official Page: https://mcp.ai/supportivekoala ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_supportivekoala?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/supportivekoala/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/supportivekoala/ 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/supportivekoala/skill.md Postman collection (v2.1): https://mcp.ai/supportivekoala/postman.json ## Tools - supportivekoala_create_image(template: string, webhook_url?: string, modifications: object) — Tool to create a new image based on a template. Use when you have selected your template and prepared modifications. - supportivekoala_create_template(name: string, image_url: string, json_schema: object, webhook_url?: string) — Tool to create a new template for image generation. Use after gathering template details. - supportivekoala_list_images() — Tool to list images associated with the authenticated user. Use after confirming authentication. - supportivekoala_list_templates() — Tool to retrieve all templates. Use when you need to list all templates for the authenticated user. - supportivekoala_register_user(email: string, password: string) — Tool to register a new user account. Use after collecting valid user credentials. - supportivekoala_retrieve_template(id: string) — Tool to retrieve a template by ID. Use when you have a valid template ID and need full template details. Use after confirming this detail. ## Example prompts - "What can I do in Supportivekoala?" - "Show me a summary of my Supportivekoala account" ## Links Docs: https://mcp.ai/docs/mcps/supportivekoala Website: https://mcp.ai/mcps/supportivekoala