# Imejis.io — how to use (mcp.ai)

Connect your Imejis.io account and use 1 tools for images and design straight from your AI agent. Connect with your own API key. Imejis.io is an API-based image generation platform that enables users to create and customize images seamlessly through a user-friendly interface and a rich library of templates.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_imejis_io?ms=1787291400000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `imejis_io_list_designs`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/imejis_io`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/imejis_io/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/imejis_io/list/designs` — Tool to list available design templates. Use after authenticating the account.
  - body: { limit?: integer, cursor?: string, public?: boolean, search?: string }

## Example prompts
- "What can I do in Imejis.io?"
- "Show me a summary of my Imejis.io account"

## More
- Page: https://mcp.ai/imejis_io
- Agent spec (llms.txt): https://mcp.ai/imejis_io/llms.txt
- Postman collection: https://mcp.ai/imejis_io/postman.json
