aiphotoeditor-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_stylesA | Return the canonical list of image-generation styles or presets the site exposes. (AI Photo Editor) |
| get_pricingA | Return the canonical pricing entry point for AI Photo Editor. |
| get_official_linksA | Return the canonical list of official links for AI Photo Editor (website, support, docs when available). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| tell_me_about_aiphotoeditor | Summarize what the site is, who it's for, and how it works. — AI Photo Editor |
| try_image_style_aiphotoeditor | Recommend a starting image-generation style for a stated goal. — AI Photo Editor |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| styles | Supported image-generation styles and presets. |
| pricing | Canonical pricing entry point. |
| faq | Short FAQ generated from public site metadata. |
| links | Canonical URLs to share with users. |
TDQS
Scored across 3 tools
Each tool has a clearly distinct purpose: listing styles, retrieving pricing, and fetching official links. No overlap or ambiguity.
All tools follow a consistent verb_noun pattern with snake_case: list_styles, get_pricing, get_official_links.
Three tools is on the low side for a server named 'aiphotoeditor'; it lacks any editing or manipulation tools, but for purely informational purposes it could be acceptable.
The server provides only read-only information (styles, pricing, links) but no tools to actually edit photos, apply styles, or perform any image operations, which is a severe gap given the server's name and implied purpose.