Vision MCP for Reasonix
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | 模型名(覆盖 profile) | |
| VISION_API_KEY | Yes | API key,大多数profile需要 | |
| VISION_PROFILE | No | 预设供应商,可选值:zhipu, openai, qwen, local | local |
| VISION_BASE_URL | No | OpenAI 兼容端点(覆盖 profile) | |
| VISION_MAX_TOKENS | No | 最大响应 tokens | 4096 |
| VISION_TEMPERATURE | No | 采样温度 | 0.7 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| analyze_imageA | Analyze an image using a vision language model. Supports local file paths and URLs. |
| ocr_imageB | Extract text from an image using OCR. Supports plain text, Markdown, and JSON output formats. |
| compare_imagesA | Compare 2-4 images and describe differences/similarities. Supports local file paths and URLs. |
| analyze_videoB | Analyze video content using a vision language model. Requires a model with video support (e.g., Qwen3-VL). |
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/Dellety/vision-mcp-for-reasonix'
If you have feedback or need assistance with the MCP directory API, please join our Discord server