websearch-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LLM_MODEL | Yes | Model name for chat completions | |
| VLM_MODEL | No | Model name for image description (defaults to LLM_MODEL) | |
| LLM_API_KEY | Yes | API key for the LLM endpoint | |
| LLM_TIMEOUT | No | LLM request timeout in seconds | 60 |
| SEARXNG_URL | Yes | Base URL of SearXNG instance | |
| VLM_API_KEY | No | API key for VLM endpoint (defaults to LLM_API_KEY) | |
| LLM_BASE_URL | Yes | OpenAI-compatible endpoint base URL | |
| VLM_BASE_URL | No | OpenAI-compatible endpoint for VLM (defaults to LLM_BASE_URL) | |
| FETCH_TIMEOUT | No | Per-page fetch timeout in seconds | 30 |
| MAX_IMAGE_SIZE | No | Max image size in bytes (10MB) | 10485760 |
| MAX_CONTENT_SIZE | No | Max content size in bytes (5MB) | 5242880 |
| CACHE_MAX_ENTRIES | No | Max cache entries before LRU eviction | 1000 |
| CACHE_TTL_SECONDS | No | Cache TTL in seconds (0 to disable) | 900 |
| DEFAULT_MAX_RESULTS | No | Default result count for web_search | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| web_searchA | Search the web using SearXNG, fetch top result pages, and synthesize with LLM. |
| webfetchB | Fetch a single URL, extract content, and process with LLM. |
| image_descriptionA | Describe an image using a vision language model. |
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/roberthamel/websearch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server