mcp-grok-search
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GROK_MODEL | No | Default model used when efforts is not passed | grok-4.20-reasoning |
| GROK_API_KEY | Yes | Your Grok API key | |
| GROK_API_URL | No | API endpoint URL | https://api.x.ai/v1/chat/completions |
| GROK_TIMEOUT_MS | No | Request timeout in ms | 180000 |
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": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| grok_web_searchA | Search the web using Grok AI with real-time internet access. Grok autonomously searches, browses pages, and synthesizes results. Returns comprehensive answers. Use for: any scenario requiring real-time web information. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 1 tool
Only one tool exists, so there is no possibility of confusion between tools. The tool's purpose is clear and distinct, making selection unambiguous.
The single tool name follows a clear verb_noun pattern (grok_web_search), which is consistent and predictable within the set.
With only one tool, the set is at the lower boundary of what is typical. While a focused search server could reasonably have just one search tool, the minimal count feels thin and may limit flexibility.
The tool fully covers the search capability for this server's stated purpose, providing real-time web search with autonomous browsing and synthesis. No obvious missing operations are evident.