claude-image-recognition-mcp
by JesonMrLiu
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| IMAGE_RECOGNITION_MODEL | Yes | Vision model id, e.g. glm-4v-plus | |
| IMAGE_RECOGNITION_DETAIL | No | low/high/auto | high |
| IMAGE_RECOGNITION_API_KEY | Yes | API key | |
| IMAGE_RECOGNITION_BASE_URL | Yes | OpenAI-compatible root, e.g. https://open.bigmodel.cn/api/paas/v4 | |
| IMAGE_RECOGNITION_MAX_TOKENS | No | 64–8192 | 2048 |
| IMAGE_RECOGNITION_TIMEOUT_MS | No | per-request timeout | 60000 |
| IMAGE_RECOGNITION_MAX_FILE_MB | No | local file size cap | 15 |
| IMAGE_RECOGNITION_DOWNLOAD_URL | No | 1 = download URL images to base64 | 0 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/JesonMrLiu/image-recognition-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server