API Tools
photoaistudio.com
MCP server for agents to access Photo AI Studio's photo themes, pricing, account details, and API capabilities.
ENDPOINT 1
https://www.photoaistudio.com/api/mcp
MCP server metadata
- Name
- photoaistudio
- Version
- 2.0.0
Known tools 12
list_photo_themesList Photo AI Studio photo theme categories (professional headshots, dating, wedding, graduation, and many more) with the URL of each category page.
Inferred read-onlyget_pricingGet Photo AI Studio credit-package and subscription pricing, plus the credit cost per generated photo.
Inferred read-onlyget_service_overviewGet 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-onlyget_api_capabilitiesExplain 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-onlyget_accountGet the connected Photo AI Studio account: credit balance, total predictions, and membership date.
Inferred read-onlybrowse_themesBrowse the photo themes available for generation, optionally filtered by gender category or a keyword.
Inferred read-onlygenerate_photoGenerate AI photos from face images, using a preset theme or a custom prompt.
Inferred read-onlyget_predictionCheck an operation started by generate_photo, edit_image, or create_video.
Inferred read-onlylist_predictionsList past generations, edits, and videos, with paging and an optional state filter.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.