Content Tools
pixly.app
Provides AI-powered photo editing and staging tools for real estate listings, including virtual staging, photo enhancement, and cinematic animations.
ENDPOINT 1
https://pixly.app/api/mcp
MCP server metadata
- Name
- pixly
- Version
- 1.1.0
Pixly turns real-estate listing photos into staged photos and cinematic videos. Typical flow: a generation tool (virtual_staging, enhance_photo, cinematic_motion, …) with imageUrl → get_job until status is completed → download the result URLs. Photos go in as imageUrl: a public https URL or a data:image/…;base64 URI. A chat attachment is neither — if the file is local and you cannot upload bytes yourself, ask the user to add it at https://pixly.app/app, then call list_library with type "uploads" to get its r2Path. Generation tools spend credits from the signed-in user's Pixly balance; get_credit_balance shows what's left.
Known tools 14
virtual_stagingFurnish and style an empty (or badly furnished) room photo in a chosen interior style.
Inferred read-onlyedit_staged_photoApply a specific change to a previously staged photo (swap the sofa, add a rug) while preserving everything else.
Inferred read-onlycinematic_motionTurn a single listing photo into a short cinematic clip with a professional camera move (zoom, orbit, fly-through, crane up…).
Inferred read-onlyenhance_photoTurn an amateur listing photo into a finished, professional real-estate photo (exposure, color, clarity).
Inferred read-onlydeclutter_photoRemove clutter, mess, and personal items from a listing photo while keeping the room, furniture, and architecture intact.
Potential side effectsremove_furnitureEmpty a room completely — remove all furniture, rugs, art, plants and decor, and rebuild the floor and walls behind them, keeping the architecture and camera angle identical.
Potential side effectsday_to_nightTurn a daytime listing photo into a magazine-style night scene — lights on, warm glow, dusk sky — with the building and camera angle unchanged.
Inferred read-onlyplot_signPlace a photorealistic 3D monument sign with your exact text (price, area, SOLD) onto a photo of an empty plot, matched to perspective and lighting.
Inferred read-onlycreate_upload_ticketGet a presigned upload URL for a LOCAL image file — the one case a URL can't cover.
Potential side effectslist_libraryList the user's recent generations, or with type "uploads" their own uploaded source photos, newest first.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.pixly]
url = "https://pixly.app/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pixly": {
"type": "http",
"url": "https://pixly.app/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pixly
Remote MCP URL: https://pixly.app/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"pixly": {
"url": "https://pixly.app/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pixly": {
"type": "http",
"url": "https://pixly.app/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pixly",
"transport": "streamable-http",
"url": "https://pixly.app/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for pixly.app was fetched 2026-08-25T20:38:33.154Z.
pixly.app is assessed as VerificationRecommended: Domain has affiliate links on record
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.