← 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 endpoint14 known toolsFirst detected August 13, 2026Last detected September 6, 2026

ENDPOINT 1

https://pixly.app/api/mcp

No auth detected

MCP server metadata

Name
pixly
Version
1.1.0
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 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_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.g.

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

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.