Skip to main content
LIFT MY PLACE
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

    Restituisce il profilo dell'utente autenticato.

  • get_credits

    Restituisce quanti crediti la chiave autenticata può spendere.