Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DEFAULT_MODEL | No | Default model to use for chat completions (e.g., qwen/qwen2.5-vl-32b-instruct:free) | |
| OPENROUTER_API_KEY | Yes | Your OpenRouter API key from https://openrouter.ai/keys |
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 |
|---|---|
| mcp_openrouter_chat_completion | Send a message to OpenRouter.ai and get a response |
| mcp_openrouter_analyze_image | Analyze an image using OpenRouter vision models |
| mcp_openrouter_multi_image_analysis | Analyze multiple images at once with a single prompt and receive detailed responses |
| search_models | Search and filter OpenRouter.ai models based on various criteria |
| get_model_info | Get detailed information about a specific model |
| validate_model | Check if a model ID is valid |