# Imagior — how to use (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.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_imagior?ms=1787291220000`
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. `imagior_get_account`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/imagior`
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/imagior/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/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.
- `POST https://api.mcp.ai/api/imagior/list/templates` — Tool to list all design templates. Use when you need to retrieve every template associated with your account.
  - body: { sort?: string, order?: string }

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

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