Vision QA MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ANTHROPIC_MODEL | No | Optional. The model to use for QA (default: claude-opus-4-8). Can be set to claude-haiku-4-5 or claude-sonnet-4-6 for cost savings. | claude-opus-4-8 |
| ANTHROPIC_API_KEY | Yes | Your Anthropic API key required for using Claude vision. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| qa_checkA | Run a quality-control check on a generated image and return a structured verdict. Call this immediately after generating an image, before showing it to the user. Parameters:
Returns a dict with: passed (bool), overall_score, character_accuracy, style_consistency, quality_score, composition_score (all 0-1), issues (list of {severity, category, description, recommendation}), should_regenerate (bool), notes, and model. |
| list_scene_typesA | List the supported scene_type values and what each one expects. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wonderstone843/vision-qa-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server