Web Search MCP Server
by lalit9168
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CACHE_TTL | No | Cache time-to-live (seconds, 0 = disabled). Default: 300. | 300 |
| LOG_LEVEL | No | Logging verbosity. Default: INFO. | INFO |
| LOG_FORMAT | No | Log format: json or text. Default: json. | json |
| MAX_RESULTS | No | Default result count. Default: 10. | 10 |
| BING_API_KEY | No | API key for Bing (Azure Cognitive Services). | |
| BRAVE_API_KEY | No | API key for Brave Search (2000/month free). | |
| GOOGLE_CSE_ID | No | Custom Search Engine ID for Google CSE. | |
| CACHE_MAX_SIZE | No | Max cache entries. Default: 256. | 256 |
| RETRY_ATTEMPTS | No | Max HTTP retry attempts. Default: 3. | 3 |
| TAVILY_API_KEY | No | API key for Tavily (recommended, 1000/month free). | |
| REQUEST_TIMEOUT | No | HTTP timeout (seconds). Default: 30. | 30 |
| SEARCH_PROVIDER | No | Active search backend. Default: tavily. | tavily |
| SERPAPI_API_KEY | No | API key for SerpAPI (100/month free). | |
| CONCURRENCY_LIMIT | No | Parallel page extractions. Default: 5. | 5 |
| GOOGLE_CSE_API_KEY | No | API key for Google Custom Search Engine. | |
| PLAYWRIGHT_TIMEOUT | No | Browser nav timeout (ms). Default: 30000. | 30000 |
| PLAYWRIGHT_HEADLESS | No | Headless browser mode. Default: true. | true |
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
- 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/lalit9168/websearchMcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server