← Registry

API Tools

photoaistudio.com

MCP server for agents to access Photo AI Studio's photo themes, pricing, account details, and API capabilities.

1 endpoint12 known toolsFirst detected May 29, 2026Last detected September 6, 2026

ENDPOINT 1

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

No auth detected

MCP server metadata

Name
photoaistudio
Version
2.0.0
Capabilities
tools

Known tools 12

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.

Inferred read-only
get_pricing

Get Photo AI Studio credit-package and subscription pricing, plus the credit cost per generated photo.

Inferred read-only
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.

Inferred read-only
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.

Inferred read-only
get_account

Get the connected Photo AI Studio account: credit balance, total predictions, and membership date.

Inferred read-only
browse_themes

Browse the photo themes available for generation, optionally filtered by gender category or a keyword.

Inferred read-only
upload_image

Upload an image to the Photo AI Studio CDN and get back a URL.

Potential side effects
generate_photo

Generate AI photos from face images, using a preset theme or a custom prompt.

Inferred read-only
edit_image

Edit a photo with one of 19 AI operations.

Potential side effects
create_video

Create an AI video.

Potential side effects
get_prediction

Check an operation started by generate_photo, edit_image, or create_video.

Inferred read-only
list_predictions

List past generations, edits, and videos, with paging and an optional state filter.

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.