Skip to main content
Glama

OpenRouter Image MCP Server

by JonathanJude

analyze_image

Analyze images using AI vision models to extract information from screenshots, photos, diagrams, and web content. Supports base64, file paths, and URL inputs with customizable prompts and output formats.

Instructions

Analyze images using OpenRouter's vision models. Supports various input formats including base64, file paths, and URLs.

Input Schema

NameRequiredDescriptionDefault
dataYesThe image data (base64 string, file path, or URL)
formatNoOutput format (default: text)
maxTokensNoMaximum tokens in response (default: 4000)
mimeTypeNoMIME type of the image (required for base64 input)
promptNoCustom prompt for image analysis (optional)
temperatureNoSampling temperature (default: 0.1)
typeYesThe type of image input

Input Schema (JSON Schema)

{ "properties": { "data": { "description": "The image data (base64 string, file path, or URL)", "type": "string" }, "format": { "description": "Output format (default: text)", "enum": [ "text", "json" ], "type": "string" }, "maxTokens": { "description": "Maximum tokens in response (default: 4000)", "type": "number" }, "mimeType": { "description": "MIME type of the image (required for base64 input)", "type": "string" }, "prompt": { "description": "Custom prompt for image analysis (optional)", "type": "string" }, "temperature": { "description": "Sampling temperature (default: 0.1)", "maximum": 2, "minimum": 0, "type": "number" }, "type": { "description": "The type of image input", "enum": [ "base64", "file", "url" ], "type": "string" } }, "required": [ "type", "data" ], "type": "object" }

Other Tools from OpenRouter Image MCP Server

Related Tools

    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/JonathanJude/openrouter-image-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server