Web Search MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NO_COLOR | No | Disable colored output (0 or 1) | 0 |
| LOG_LEVEL | No | Logging level (error, warn, info, debug) | info |
| FORCE_COLOR | No | Force colored output globally (0 or 1) | 1 |
| GOOGLE_API_KEY | Yes | Google API key for Custom Search | |
| BROWSER_TIMEOUT | No | Browser timeout in milliseconds | 30000 |
| BUN_FORCE_COLOR | No | Force colored output in Bun (0 or 1) | 1 |
| MAX_CACHE_ITEMS | No | Maximum number of cache items | 1000 |
| BROWSER_POOL_MAX | No | Maximum number of browser instances in pool | 5 |
| BROWSER_POOL_MIN | No | Minimum number of browser instances in pool | 1 |
| SEARCH_CACHE_TTL | No | Cache TTL for search results in seconds | 3600 |
| RATE_LIMIT_WINDOW | No | Rate limit window in milliseconds | 60000 |
| VIEW_URL_CACHE_TTL | No | Cache TTL for viewed URLs in seconds | 7200 |
| BROWSER_COOKIES_PATH | No | Path to cookies file for authenticated access | |
| GOOGLE_SEARCH_ENGINE_ID | Yes | Google Custom Search Engine ID | |
| MAX_CONCURRENT_BROWSERS | No | Maximum number of concurrent browser instances | 3 |
| RATE_LIMIT_MAX_REQUESTS | No | Maximum requests per rate limit window | 60 |
| REBROWSER_PATCHES_DEBUG | No | Debug mode for rebrowser patches (0 or 1) | 0 |
| BROWSER_POOL_IDLE_TIMEOUT | No | Idle timeout for browser pool instances in milliseconds | 30000 |
| REBROWSER_PATCHES_SOURCE_URL | No | Source URL for rebrowser patches | jquery.min.js |
| REBROWSER_PATCHES_RUNTIME_FIX_MODE | No | Rebrowser patches runtime fix mode | addBinding |
| REBROWSER_PATCHES_UTILITY_WORLD_NAME | No | Utility world name for rebrowser patches | util |
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
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 | |