Model Context Protocol
Lift My Place inside Claude Code, Codex and Claude.ai
Our hosted MCP server exposes the AI image generation tools so your assistant can invoke them directly, respecting your authentication and credit balance.
One-line install
Replace the key with one generated in your Developer settings. The same endpoint works with Codex and any MCP client.
claude mcp add --transport http liftmyplace https://liftmyplace.com/api/mcp \
--header "Authorization: Bearer lmp_live_..."Exposed MCP tools
- create_generation
Generate a transformation from an image URL or a storage_path.
- list_generations
Paginated list of transformations, most recent first.
- get_generation
Fetch a transformation by id.
- regenerate
Re-run from an existing transformation (consumes one credit).
- delete_generation
Soft-delete: status flipped to deleted and URLs cleared.
- sign_upload
Signed upload URL to push a local image, then generate.
- get_account
Gibt das Profil des authentifizierten Benutzers zurück.
- get_credits
Gibt zurück, wie viele Credits der authentifizierte Schlüssel ausgeben kann.