Web Eyes
by slothitude
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_HOST | No | REST API bind address | 0.0.0.0 |
| API_PORT | No | REST API port | 3000 |
| MCP_HOST | No | Standalone MCP bind address | 0.0.0.0 |
| MCP_PORT | No | Standalone MCP port | 3001 |
| NIM_MODEL | No | LLM model for summarization | google/gemma-3-27b-it |
| NIM_API_KEY | Yes | NVIDIA NIM API key (required for summarize/ask) | |
| NIM_BASE_URL | No | NIM API endpoint | https://integrate.api.nvidia.com/v1 |
| SEARXNG_HOST | No | SearXNG host | localhost |
| SEARXNG_PORT | No | SearXNG port | 8888 |
| NIM_VISION_MODEL | No | Vision model for screenshot extraction | google/gemma-3-27b-it |
| VISION_WORD_THRESHOLD | No | Minimum words before triggering vision fallback | 30 |
| VISION_FALLBACK_ENABLED | No | Auto-fallback to vision when text extraction fails | true |
| VISION_MAX_IMAGE_DIMENSION | No | Max screenshot dimension before resize | 1280 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/slothitude/web_eyes'
If you have feedback or need assistance with the MCP directory API, please join our Discord server