WebSearch-MCP
by Timmyzzo
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_DEBUG | No | Whether to log debug information. | false |
| GROK_MODEL | No | Default Grok model. | grok-4-fast |
| GROK_API_KEY | Yes | Grok API Key. | |
| GROK_API_URL | Yes | OpenAI compatible API root URL, must provide /chat/completions and /models endpoints. | |
| GROK_LOG_DIR | No | Log directory. | logs |
| GROK_LOG_LEVEL | No | Log level. | INFO |
| TAVILY_API_KEY | No | Single Tavily API key. | |
| TAVILY_API_URL | No | Tavily API root URL. | https://api.tavily.com |
| TAVILY_ENABLED | No | Whether to enable Tavily. | true |
| TAVILY_API_KEYS | No | Multiple Tavily API keys, supports comma, semicolon or newline separation. Takes precedence over single key. | |
| GROK_RETRY_MAX_WAIT | No | Maximum wait seconds for retry. | 10 |
| GROK_RETRY_MULTIPLIER | No | Exponential backoff multiplier. | 1 |
| GROK_RETRY_MAX_ATTEMPTS | No | Maximum retry attempts for Grok. | 3 |
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
- 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/Timmyzzo/WebSearch-MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server