← photoaistudio.com

INDIVIDUAL MCP TOOL

create_video

Create an AI video.

photoaistudio.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.photoaistudio.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for create_video and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent server

photoaistudio.com

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.photoaistudio]
url = "https://www.photoaistudio.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "photoaistudio": {
      "type": "http",
      "url": "https://www.photoaistudio.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: photoaistudio
Remote MCP URL: https://www.photoaistudio.com/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": {
    "photoaistudio": {
      "url": "https://www.photoaistudio.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "photoaistudio": {
      "type": "http",
      "url": "https://www.photoaistudio.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "photoaistudio",
  "transport": "streamable-http",
  "url": "https://www.photoaistudio.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • list_photo_themes — List Photo AI Studio photo theme categories (professional headshots, dating, wedding, graduation, and many more) with the URL of each category page.
  • get_pricing — Get Photo AI Studio credit-package and subscription pricing, plus the credit cost per generated photo.
  • get_service_overview — 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.
  • get_api_capabilities — 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_account — Get the connected Photo AI Studio account: credit balance, total predictions, and membership date.
  • browse_themes — Browse the photo themes available for generation, optionally filtered by gender category or a keyword.
  • upload_image — Upload an image to the Photo AI Studio CDN and get back a URL.
  • generate_photo — Generate AI photos from face images, using a preset theme or a custom prompt.