vision-helper-mcp-server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MAX_IMAGE_SIZE | No | Max image payload bytes | 10485760 |
| OPENROUTER_MODEL | No | Default vision model ID | google/gemini-3.6-flash |
| OPENROUTER_API_KEY | Yes | OpenRouter API key (required for analysis) | |
| OPENROUTER_TIMEOUT_MS | No | Per-request timeout | 120000 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| vision_helper_analyze_imageA | Analyze one or more images using a vision-capable model from OpenRouter. Use this whenever you need to know what is in an image but you cannot see images yourself. This is the Vision Helper MCP server's own analysis tool (distinct from any other vision server you may have configured). It loads the image(s) — from a URL, a local file path, a file:// URI, a data: URI, or raw base64 — and sends them to a vision model, then returns that model's analysis as text. Security notes: local files are read and sent to OpenRouter only when explicitly requested; only image content is uploaded and only if it is a supported format (PNG, JPEG, WebP, or GIF, per OpenRouter). Remote URLs are validated against private/internal hosts and redirects before fetching. Args:
Returns: Text containing the vision model's analysis, prefixed with the model and image sources used. Long analyses are truncated at 25000 characters with a marker. Examples:
Error Handling:
|
| vision_helper_list_modelsA | List vision-capable models currently available on OpenRouter, so you (or the user) can pick which model to use for image analysis. Models are filtered to those that accept image input. Use the 'search' argument to narrow by provider or family (e.g. 'gemini', 'claude', 'qwen', 'gpt'), and limit/offset for pagination. Args:
Returns: For 'markdown': a compact list of model IDs with provider, context length, and input price. For 'json': structured array with has_more / next_offset for pagination. Examples:
|
| vision_helper_check_configA | Diagnose why vision analysis may be failing. Reports whether an OpenRouter API key is configured, where it was loaded from (MCP client environment, Windows user environment variables, or Windows system environment variables), which model would be used by default, and the configured size/time limits. The key is only shown masked (e.g. sk-or-v1-…a0) — never in full. Args:
Returns: A short markdown report with:
Examples:
|
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/quickstraw/vision-helper-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server