MCP Image Recognition Server
by mario-andreschak
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level. | INFO |
ENABLE_OCR | No | Enable Tesseract OCR text extraction. | false |
OPENAI_MODEL | No | OpenAI Model. Can use OpenRouter format for other models. | gpt-4o-mini |
TESSERACT_CMD | No | Optional custom path to Tesseract executable. | |
OPENAI_API_KEY | No | Your OpenAI API key or OpenRouter API key. | |
OPENAI_TIMEOUT | No | Optional custom timeout (in seconds) for the OpenAI API. | |
OPENAI_BASE_URL | No | Optional custom base URL for the OpenAI API. Set to https://openrouter.ai/api/v1 for OpenRouter. | |
VISION_PROVIDER | No | Primary vision provider. | anthropic |
ANTHROPIC_API_KEY | No | Your Anthropic API key. | |
FALLBACK_PROVIDER | No | Optional fallback provider. |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
No tools |