Vision Bridge MCP
by shen866
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MODEL | Yes | 模型名称 | |
| API_KEY | Yes | API 密钥 | |
| BASE_URL | Yes | API 基础地址 | |
| ENDPOINT | No | API 端点路径(取决于 provider) | |
| PROVIDER | No | API 格式:anthropic、openai、gemini | anthropic |
| MAX_TOKENS | No | 最大输出 token 数 | 4096 |
| API_VERSION | No | Messages API 版本 | 2023-06-01 |
| AUTH_HEADER | No | Messages API 认证方式:x-api-key 或 bearer | x-api-key |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| describe_imageC | 使用多模态大模型描述图片内容,将图片转换为详细的文字说明,供纯文本模型理解。 |
| extract_image_textB | 使用多模态大模型 OCR 能力提取图片中的文字内容。 |
| ask_about_imageB | 使用多模态大模型回答关于图片的具体问题。 |
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/shen866/vision-bridge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server