mcpserver.lol
registry/photo-ai-studio
Connection check verified live · 28h ago

photo-ai-studio

AI photos from a selfie across 150+ themes, plus 19 image edits and AI video.

Tools 12
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 28h ago

Tools & capabilities

12 tools

Read from the running server on 28h ago.

browse_themes read-only taggender
Browse the photo themes available for generation, optionally filtered by gender category or a keyword. Returns the theme slugs that generate_photo expects. Requires a connected Ph…
create_video type*genderpromptscriptemotionduration +10
Create an AI video. Costs 500 credits for a video, or 100 credits for a product_holder image. Types: - image_to_video: animate an image (image_url, prompt) - ugc: a spokesperson v…
edit_image prompthairstyleimage_urloperation*hair_colornum_images +10
Edit a photo with one of 19 AI operations. Credit costs: remove_background 10, replace_background 3, everything else 100. Operations and their required arguments: - remove_backgro…
generate_photo typestylegender*images*promptcategory +3
Generate AI photos from face images, using a preset theme or a custom prompt. Costs 100 credits per photo. Upload the face photos with upload_image first, and find theme slugs with…
get_account read-only
Get the connected Photo AI Studio account: credit balance, total predictions, and membership date. Check this before generating, because every photo costs credits. Requires a conn…
get_api_capabilities read-only
Explain how an agent actually calls Photo AI Studio: connecting over MCP, the unauthenticated discovery endpoints, the REST fulfillment API, and how to buy credits.
get_prediction read-only prediction_id*
Check an operation started by generate_photo, edit_image, or create_video. Returns the state and, once finished, the result URL. Requires a connected Photo AI Studio account. Call…
get_pricing read-only
Get Photo AI Studio credit-package and subscription pricing, plus the credit cost per generated photo.
get_service_overview read-only
Get an overview of Photo AI Studio: what it does, when to use it, best-fit use cases, and the key links agents need (llms.txt content).
list_photo_themes read-only
List Photo AI Studio photo theme categories (professional headshots, dating, wedding, graduation, and many more) with the URL of each category page.
list_predictions read-only pagelimitstate
List past generations, edits, and videos, with paging and an optional state filter. Requires a connected Photo AI Studio account. Calling this tool starts the sign-in flow.
upload_image image_urlimage_base64
Upload an image to the Photo AI Studio CDN and get back a URL. generate_photo, edit_image, and create_video all take CDN URLs, so start here. Accepts a public image URL or base64 d…