Labsco
MCP SERVER

Pedra

by pedra-ai

Stage, renovate, empty and enhance property photos, remove or blur objects, replace a grey sky, and build a listing video with a voiceover — each tool one blocking call, no job IDs to poll.

Image Generation
Summary
Listing photography, finished inside the conversation.

The blocking design is what makes it usable from an assistant: every call comes back with the asset URL, so a listing goes from raw photos to staged images and a video without a job queue in the middle.

What it is

Pedra's official MCP server for its AI real-estate photo and video API. It exposes one tool per API endpoint, and each is a single blocking call that returns the finished asset URL, so there is nothing to poll. It runs over stdio from npm.

What you get
  • An empty room virtually furnished, or a furnished room emptied
  • A renovation applied to a room
  • A photo enhanced, with perspective correction available as its own step
  • An object removed from a photo, or blurred
  • A grey sky replaced with a blue one
  • An edit driven by a plain-language prompt
  • A property video created, and updated afterwards
  • A voice script generated, voiced, and matched against a music library
  • Your properties listed
Requirements

A Pedra API key from your account, in PEDRA_API_KEY. It runs with npx, or as a one-click .mcpb bundle for Claude Desktop that prompts for the key without any JSON editing.

Setup effort

One command plus a key — npx -y @pedra-ai/mcp, then supply credentials