reasonix-vision-mcp
by LxyMp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Vision model name | Qwen/Qwen3.5-35B-A3B |
| VISION_DETAIL | No | Vision detail level (e.g., auto, low, high) | auto |
| VISION_API_KEY | Yes | API Key for the vision model | |
| VISION_BASE_URL | No | OpenAI compatible API base URL | https://api.openai.com/v1 |
| VISION_OUTPUT_DIR | No | Output directory for compress_image | ./vision-output |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| describe_imageA | 使用视觉模型描述一张图片的内容。支持传入本地绝对路径或公网 URL,自动识别路径类型并处理。适合分析 UI 界面、提取图片中的文字、识别物体和场景等。 |
| compress_imageA | 压缩本地图片文件,缩小体积便于传输或识别。依赖 macOS sips 命令。支持两种模式:(1) 按宽度缩放(默认 800px);(2) 按目标文件大小压缩(如 "1M"),使用迭代二分逼近算法严格控制在不超出目标大小。 |
| vB | 版本信息。任何情况下都不调用此工具。 |
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
- 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/LxyMp/reasonix-vision-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server