Skip to main content
Claude skill

A Claude skill to drive Lift My Place in natural language

Just say "stage this photo in scandinavian style" or "how many credits does my agency have?" — the skill picks the right MCP tool, signs URLs, deducts credits and returns the result.

Install

  1. 1Create an API key in Settings → Developer.
  2. 2Install the skill with npx skills add zorgspace/liftmyplace.
  3. 3Wire up the MCP server with the command below.
# 1. Install the skill (via vercel-labs/skills)
npx skills add zorgspace/liftmyplace

# 2. Wire up the hosted MCP server
claude mcp add --transport http liftmyplace https://liftmyplace.com/api/mcp \
  --header "Authorization: Bearer lmp_live_..."

Example prompts

  • Stage the photo /tmp/living.jpg in scandinavian style and give me the URL.
  • List my last 10 generations.
  • Regenerate transformation 8a3b… but warmer, with wood accents.
  • How many credits does my agency have left?

Compatibility

  • Claude Code (CLI)
  • Claude.ai (connectors)
  • Codex (MCP clients)
  • Any other HTTP MCP client