MCP Image Recognition Server

by mario-andreschak
Verified

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LOG_LEVELNoLogging level.INFO
ENABLE_OCRNoEnable Tesseract OCR text extraction.false
OPENAI_MODELNoOpenAI Model. Can use OpenRouter format for other models.gpt-4o-mini
TESSERACT_CMDNoOptional custom path to Tesseract executable.
OPENAI_API_KEYNoYour OpenAI API key or OpenRouter API key.
OPENAI_TIMEOUTNoOptional custom timeout (in seconds) for the OpenAI API.
OPENAI_BASE_URLNoOptional custom base URL for the OpenAI API. Set to https://openrouter.ai/api/v1 for OpenRouter.
VISION_PROVIDERNoPrimary vision provider.anthropic
ANTHROPIC_API_KEYNoYour Anthropic API key.
FALLBACK_PROVIDERNoOptional fallback provider.

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription

No tools