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.1
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 base64-encoded data 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 20
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-onlyreplace_skyReplace a grey, overcast or blown-out sky in an exterior listing photo with a natural clear blue sky, matching the light and keeping the building, trees and reflections unchanged.
Inferred read-onlyreplace_lawnTurn patchy, brown or bare grass in an exterior listing photo into a healthy green lawn, leaving driveways, paths, beds and the house untouched.
Inferred read-onlyrestyle_roomGive one or more surfaces of a room a new finish — repaint the walls, change the floor, reface the kitchen cabinets and worktop, retile the bathroom or refinish the furniture — while the room's layout, fittings, windows and camera angle stay exactly as shot.
Inferred read-onlyreset_seasonPhotograph the same property in another season: take the snow off the ground, the roof and the branches and put the garden in leaf, or move a summer shot to autumn or winter.
Inferred read-onlytouch_up_exteriorOne-click retouch of an exterior listing photo: a natural sky where it is dull, a healthy lawn where the grass is dead, a clean driveway, and bins, hoses and other clutter removed — each only where needed, with the house unchanged.
Inferred read-onlyupscale_hdEnlarge a photo by up to four times with real detail, to a maximum of 4096 px on the long edge — for print, MLS uploads and large screens.
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 and is being refreshed.
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.