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
- 1Create an API key in Settings โ Developer.
- 2Install the skill with npx skills add zorgspace/liftmyplace.
- 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