← Back to Plugins
MCP Server MCP

Pedra

github By github 👁 1 views ▲ 0 votes

AI real-estate photo editing via the Pedra API: virtual staging, renovation, enhancement, video.

Homepage Verified source GitHub

Install

npx -y @pedra-ai/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@pedra-ai/mcp",
      "version": "0.4.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Pedra API key. Get one at https://app.pedra.ai.",
          "isRequired": true,
          "isSecret": true,
          "name": "PEDRA_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...