image-recognition-mcp
by llt22
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| OPENAI_MODEL | No | Vision model | gpt-4o-mini |
| OPENAI_API_KEY | Yes | OpenAI-compatible API key | |
| OPENAI_BASE_URL | No | Override for proxies / compatible gateways | |
| OPENAI_TIMEOUT_MS | No | Request timeout in milliseconds | 60000 |
| LOCAL_FILE_ALLOWED_ROOTS | No | Comma-separated local path allowlist | |
| LOCAL_FILE_INPUT_ENABLED | No | Set to 'false' to disable local file path input | true |
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_imageB | Recognize and analyze an image using the configured vision model. If no image is provided, reads the current clipboard image. Also supports local file paths, http(s) URLs, base64, data URLs, and the literal "clipboard". |
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
- 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/llt22/image-recognition-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server