gemini-vision-mcp-safe
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PROXY | No | HTTP proxy URL. | |
| HTTPS_PROXY | No | HTTPS proxy URL (e.g., http://127.0.0.1:7890). | |
| GEMINI_API_KEY | Yes | Your key from Google AI Studio. | |
| GEMINI_VISION_MODEL | No | Default model for vision requests. | gemini-2.5-flash |
| GEMINI_VISION_ALLOW_URL | No | Allow URL inputs. | true |
| GEMINI_VISION_MAX_IMAGE_MB | No | Maximum image size in MB. | 10 |
| GEMINI_VISION_ALLOW_LOCAL_FILE | No | Allow local file inputs. | true |
| GEMINI_VISION_BLOCK_LOCAL_URLS | No | Block private/loopback IPs for URLs. | true |
| GEMINI_VISION_GEMINI_TIMEOUT_MS | No | Timeout for Gemini API call in milliseconds. | 60000 |
| GEMINI_VISION_REQUEST_TIMEOUT_MS | No | Timeout for URL fetch in milliseconds. | 20000 |
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_image_with_geminiA | Analyze a local image file or image URL using Google Gemini Vision. PRIVACY RULES:
Supported inputs:
|
| analyze_images_batchA | Batch analyze multiple images (2-5) using Google Gemini Vision. Same privacy rules as analyze_image_with_gemini apply. Useful for comparing screenshots, before/after views, or multi-page documents. Supported inputs: local file paths or HTTP/HTTPS image URLs (can mix). |
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/nianshou555qiansui/gemini-vision-mcp-safe'
If you have feedback or need assistance with the MCP directory API, please join our Discord server