← Registry

Content Tools

pixly.app

Provides AI-powered photo editing and staging tools for real estate listings, including virtual staging, photo enhancement, and cinematic animations.

1 endpoint20 known toolsFirst detected August 13, 2026Last detected September 13, 2026

ENDPOINT 1

https://pixly.app/api/mcp

No auth detected

MCP server metadata

Name
pixly
Version
1.1.1
Capabilities
tools
Server instructions

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_staging

Furnish and style an empty (or badly furnished) room photo in a chosen interior style.

Inferred read-only
edit_staged_photo

Apply a specific change to a previously staged photo (swap the sofa, add a rug) while preserving everything else.

Inferred read-only
cinematic_motion

Turn a single listing photo into a short cinematic clip with a professional camera move (zoom, orbit, fly-through, crane up…).

Inferred read-only
before_after_reel

Animate a before→after transformation (e.

Inferred read-only
enhance_photo

Turn an amateur listing photo into a finished, professional real-estate photo (exposure, color, clarity).

Inferred read-only
declutter_photo

Remove clutter, mess, and personal items from a listing photo while keeping the room, furniture, and architecture intact.

Potential side effects
remove_furniture

Empty 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 effects
day_to_night

Turn 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-only
replace_sky

Replace 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-only
replace_lawn

Turn 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-only
restyle_room

Give 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-only
reset_season

Photograph 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-only
touch_up_exterior

One-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-only
upscale_hd

Enlarge 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-only
plot_sign

Place 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-only
upload_image_from_url

Rarely needed: generation tools take an imageUrl directly.

Inferred read-only
create_upload_ticket

Get a presigned upload URL for a LOCAL image file — the one case a URL can't cover.

Potential side effects
get_job

Check a generation job's status and fetch result URLs when it's done.

Inferred read-only
list_library

List the user's recent generations, or with type "uploads" their own uploaded source photos, newest first.

Inferred read-only
get_credit_balance

The user's current Pixly credit balance and plan.

Inferred read-only

CONNECT 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.

Trust status VerificationRecommended

pixly.app is assessed as VerificationRecommended: Domain has affiliate links on record

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.