vision-bridge-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| VISION_MODEL | No | Vision model name. Defaults to the free Zhipu model. | glm-4.6v-flash |
| VISION_API_KEY | Yes | API key for the vision model service (required). | |
| VISION_BASE_URL | No | Base URL for the OpenAI-compatible vision API. Defaults to the Zhipu (BigModel) endpoint. | https://open.bigmodel.cn/api/paas/v4 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tasks | {
"list": {},
"cancel": {},
"requests": {
"tools": {
"call": {}
},
"prompts": {
"get": {}
},
"resources": {
"read": {}
}
}
} |
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| look_at_imageA | 【必须调用】理解一张图片的内容并返回文字描述。 当用户上传图片、粘贴截图、或提到图片文件路径时,必须调用本工具, 不要因为自己无法直接看图而拒绝或说"看不到"。 Args: image: 图片的本地文件绝对路径(WorkBuddy 上传/粘贴的图片会保存为本地文件, 直接传入其路径,如 C:/Users/xxx/Pictures/1.png 或 D:/xxx/1.png), 也可以是 http(s) 图片 URL。 prompt: 你想让模型重点关注的问题;留空则给出结构化详细描述。 |
| extract_text_from_imageA | 【必须调用】OCR 工具:逐字转录图片中的全部文字(适合截图、文档、代码、票据)。 当用户上传的图片需要提取文字时,必须调用本工具。 Args: image: 图片的本地文件绝对路径或 http(s) 图片 URL。 |
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/zgz518/vision-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server