Skip to main content
Glama
JesonMrLiu

claude-image-recognition-mcp

by JesonMrLiu

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
IMAGE_RECOGNITION_MODELYesVision model id, e.g. glm-4v-plus
IMAGE_RECOGNITION_DETAILNolow/high/autohigh
IMAGE_RECOGNITION_API_KEYYesAPI key
IMAGE_RECOGNITION_BASE_URLYesOpenAI-compatible root, e.g. https://open.bigmodel.cn/api/paas/v4
IMAGE_RECOGNITION_MAX_TOKENSNo64–81922048
IMAGE_RECOGNITION_TIMEOUT_MSNoper-request timeout60000
IMAGE_RECOGNITION_MAX_FILE_MBNolocal file size cap15
IMAGE_RECOGNITION_DOWNLOAD_URLNo1 = download URL images to base640

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

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
recognize_imageA

Recognize / analyze an image via an OpenAI-compatible vision model. Supports a local file path, an http(s) URL, or the literal 'clipboard'. Returns the model's textual answer to your prompt.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 1 tool

Disambiguation5/5

With only a single tool, there is no possibility of confusion between tools; the tool's name and description clearly define its purpose.

Naming Consistency5/5

The tool name follows a clear verb_noun convention (recognize_image), and since there is only one tool, naming consistency is trivially maintained.

Tool Count3/5

The server exposes a single tool, which is on the edge of being too few for a typical MCP server. While the tool is substantive and not trivial, the surface area feels thin compared to servers that offer multiple related operations.

Completeness4/5

The tool covers the core operation of image recognition/analysis with flexible input sources (path, URL, clipboard). Minor gaps might include additional controls or metadata, but the primary workflow is well-covered.

Maintenance

ActivityMaintained
ResponsivenessSyncing