# Magnific — how to use (mcp.ai)

Magnific in natural language: upscale images, generate and list your creations. Connect your Magnific account and use your plan credits.

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

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

## Example prompts
- "Upscale this image with Magnific"
- "List my recent Magnific creations"
- "Generate a variation of this image with Magnific"

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