Skip to main content
Glama

OpenRouter MCP Multimodal Server

by hoangdn3

mcp_openrouter_analyze_image

Analyze images using OpenRouter vision models to answer questions about visual content, supporting various image sources and model selections.

Instructions

Analyze an image using OpenRouter vision models

Input Schema

NameRequiredDescriptionDefault
image_pathYesPath to the image file to analyze (can be an absolute file path, URL, or base64 data URL starting with "data:")
questionNoQuestion to ask about the image
modelNoOpenRouter model to use (e.g., "anthropic/claude-3.5-sonnet")

Input Schema (JSON Schema)

{ "properties": { "image_path": { "description": "Path to the image file to analyze (can be an absolute file path, URL, or base64 data URL starting with \"data:\")", "type": "string" }, "model": { "description": "OpenRouter model to use (e.g., \"anthropic/claude-3.5-sonnet\")", "type": "string" }, "question": { "description": "Question to ask about the image", "type": "string" } }, "required": [ "image_path" ], "type": "object" }

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/hoangdn3/mcp-ocr-fallback'

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